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.

I have codeigniter website and I want to have particular image as my facebook share thumbnail. I have specified tags in my header:

    <meta property="og:image" content="http://site.com/img/fblogo.png" /> 
    <meta property="og:description" content="desc" />
    <meta property="og:title" content="title" />
    <meta property="og:url" content="http://site.com" />    
    <link rel="image_src" type="image/jpeg" href="http://site.com/img/fblogo.png" />

I've posted my site into: http://developers.facebook.com/tools/debug/

And It shows my image correctly! (description, title and url too)

But when I'm trying to share my link on facebook - it shows NO image at all (it shows correct rest of content tags)! Why is that? MY fblogo.png is square image 201x201px sized.

share|improve this question
When you enter http://site.com into the Debugger, what does it say for "fetched url" and "canonical url"? Are you using the like button plugin to share your link? It might help to see the code that is being used to share the link. – Donn Lee Aug 21 '12 at 21:57
Could it be because you've said the type of image is "image/jpeg", but then you're linking to a ".png"? – Mick Byrne May 1 at 13: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.