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.

Possible Duplicate:
How does Facebook Sharer select Images?

I'm curious as to why Facebook doesn't always pick up an image for a link that is posted when there are plenty of images on the page? I have several images but I cannot seem to get it to register one for it's link.

http://www.rubytuesdaycreative.co.uk

Is there anything I can do? Is it possible to create a particular image in my site that is hidden but Facebook will pick up on?

share|improve this question

marked as duplicate by Igy, Vikdor, Stewbob, Sirko, Peter O. Oct 21 '12 at 2:15

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 0 down vote accepted

Use OpenGraph Meta Tags. Specifically, I think you want the og:image one like this:

<meta property="og:image" content="http://davidwalsh.name/wp-content/themes/klass/img/facebooklogo.png"/>
share|improve this answer
I've added this in but still not getting any image loading (not even the example one.) Could this be down to Facebook caching the link? I haven't posted it to the site yet but I have typed it in several times trying to get the whole thing to work. – Francesca Oct 2 '12 at 22:50
Ya, Facebook will cache your URL. Here are some techniques for busting the cache. – Kale McNaney Oct 2 '12 at 22:53
Thanks, I managed to get it working fine after using the Facebook Debugger developers.facebook.com/tools/debug – Francesca Oct 2 '12 at 23:00

Not the answer you're looking for? Browse other questions tagged or ask your own question.