Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When a regular user posts something about the website, I would like to see a single image used. A branding image for all posts that link to my website from normal users. This is currently the image declared in the og:image tag.

When I make a post about the website, I would like to be able to choose either any image from the page or a series of og:image tags not available to normal users.

Is it possible to set up permission or user based og:image meta tags?

share|improve this question

1 Answer

You could not change the number of images to choose from based on permissions from Facebook.

It can be changed when you're posting using the Grah API.

OR

You could only make it so that it has a different URL, or even an extra variable which would trigger more tags to be displayed on the page, but the user would have to know about this change to aid the marketing of your website. You could then clean this link up by utilising mod_rewrite.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.