Skip to main content
Participant
May 20, 2024
Question

Can we mention coworker or user in comment to tag them

  • May 20, 2024
  • 1 reply
  • 342 views

Hi, I am using Adobe Embed API, I have developed comment feature but I am not able to get any way to mention user in comment like @user or @email I have user array to pass, Also I want to filter those  comment as per mentions. Anyone here who know how we can build this kind of funtionality to mention and get the user on save of comment. I am implementing this in react js.
please help...

This topic has been closed for replies.

1 reply

Raymond Camden
Community Manager
Community Manager
May 20, 2024

Well, your comment can be anything, so you can type @ anything just fine. I assume you mean, you want to type @ and then get a drop down. In that case, no, you can't modify the 'typing' behavior of the comment UI. 

Now, to your question about filtering, the Annotations API _would_ allow for that - check the docs on that part of the API.