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.
http://site.cominto 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