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
Share
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/