Skip to main content
Best answer

Can I use @mentions in Post Facebook Photo description?


Hi,

I have set up a Zap to post new photo's to Facebook. In the description field for the photo I would like to @mention my Facebook page. Using @[page-name] doesn't work. Is there a way to create a mention from the description field?

Best answer by ikbelkirasan

Well, you probably need to check out their API documentation to find out if you’re hitting into a limitation.

https://developers.facebook.com/docs/pages/mentions/

  • In the Settings of your Page, you must have allowed Others Tagging this Page.
  • A Page can only mention a person if the person commented on a Page post or if the person created the Page post.
  • If your app is in Development mode, you must be an admin or a developer of the app and use Pages of which you are an admin. All Pages (both to make the API call, and to be used in a mention)
View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • May 27, 2020

@pietjeprecies Try mentioning with the user ID instead in this format @[user_id]

Replace user_id with the actual user ID.


  • 0 replies
  • May 27, 2020

I tried, but it doens't work unfortunately. It will show up on Facebook as plain text, e.g.: @12354609076865


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • May 27, 2020

@pietjeprecies Did you include the brackets?


  • 0 replies
  • May 27, 2020

Yes, I tried with brackets, with { and } and every possible combination. I even tried posting to apps like Buffer instead of Facebook directly, but it doesn't seem to work in any way.


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • Answer
  • May 27, 2020

Well, you probably need to check out their API documentation to find out if you’re hitting into a limitation.

https://developers.facebook.com/docs/pages/mentions/

  • In the Settings of your Page, you must have allowed Others Tagging this Page.
  • A Page can only mention a person if the person commented on a Page post or if the person created the Page post.
  • If your app is in Development mode, you must be an admin or a developer of the app and use Pages of which you are an admin. All Pages (both to make the API call, and to be used in a mention)