How can I use my custom image as thumbnail for facebook sharer? cause I want to share other image for it. Also I would like to add some functions in it like whenever the user was sharing, the thumbnail would show the flag from where he/she was. Or is it even possible for me to do that? Thanks
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.
|
|
|
You have to add a few meta tags to the page you're sharing, kinda like this:
Alternatively, a better way to achieve the same result is using the FB.ui function from the Javascript SDK:
This way, you have a lot more control over what gets shared. If you're limited on JS usage, a direct link is also available instead of FB.ui:
More info here: http://developers.facebook.com/docs/reference/dialogs/feed/ |
||||
|
|