When I post a comment through a webpage I created, Facebook tries to retrieve some images from that particular page and chooses a thumbnail to the the post as it wants. How can I choose the image of this thumbnail?
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 should use facebook open graph meta tags.
Don't forget that you need to have your html tag looks like this:
Also here is (at davidwalsh.name) a nice article about this topic And as written in this answer: the data could be cached by facebbok, you could check it by the special facebook debug tool here: http://developers.facebook.com/tools/debug |
|||||||
|
|
Add an og:image meta tag to the page. See https://developers.facebook.com/docs/opengraph/reference/ for more information |
|||
|
|
