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.

when i share the link of any page of my webiste on facebook . It show upto 20 image thumbnails which are different from og:image which i have specified ,Some times the og:image meta was also one of 20 image thumbnails.

How to Keep only og:image meta thumbnail to access cache and other images not.I used the below for facebook to cache.

<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:og="http://ogp.me/ns#"
  xmlns:fb="https://www.facebook.com/2008/fbml">


<meta property="og:image" content="http://www.domain.com/gallery/img.jpg"/>
share|improve this question
Everytime you make changes to your og:meta tags, you need to run your URL through the Facebook Debugger in order to refresh the cached data. – Lix Oct 13 '12 at 23:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.