OpenGraph: I have one object A on which I make two different action: B and C. Object has the same url to both action, but I want to set up different icon (og:image).
Is it possible?
|
|
|
yes, of course its possible.while posting the action, pass the object_url with image parameter which you can get and put within og:image tag in object script. for example if you use php: posting the action:
let say object_name.php has objects meta tags:
|
|||||
|
|
|
if we follow the Open graph protocol, an Open Graph object is defined by one picture. But it exists a way to change the picture of an Open Graph object: Define a default og:image for your object, because it's mandatory and when you post the activity you must add a "image[0][url]" property with the URL of the picture. The og:image picture will be overridden. Example: https://graph.facebook.com/me/mywhiskyapp:buy?whisky=http://samples.ogp.me/306369449462168&access_token=[...]&method=post&image[0][url]=http://img.diytrade.com/cdimg/339590/1362083/0/1144228175/WHISKY.jpg |
|||
|
|
|
Smita you forgot the cache. Once an object is registered the og:image is the once registered and not the new one. Of course if you use the Facebook debugger you will see a different picture, but it's because the Facebook debugger "rescrape" the object and reset data. |
|||
|
|