I have a website where facebook users can post messages that will be published on their timeline as an action-object with custom properties. I have mannaged to get through the og publishing and the action-object is posted successfuly. however when other user 'likes' the object or sharing it (by copy paste the link from the website to facebook) it is being published as link: user1 likes a link instead of user1 likes an object. All the og meta tags are placed correctly and checked with facebook debugger. is it possible for facebook to display the page as an object (with the custom properties) when a user likes or shares it?
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.
|
|
To the normal like/share mechanism, the URL of your object is just that – a normal URL. They have no idea, that inside your app these may be defined as “objects” with a special meaning. The only option I see to get a similar display on likes, is to use the build-in like action – and define ow the result should look for that (if possible). But this would only affect likes made through your app using that specific action – not any “normal” likes happening on facebook.com. (I don’t see any way to manipulate the appearance of the latter.) |
|||||
|