views:

71

answers:

1

Silly question: Seeing as how Facebook will automatically sniff out images from a website when somebody links to it, is there any way to give Facebook a hint as to which image you'd prefer be used from your site? Currently, the logo image that I'd like to appear doesn't even show up in the list that Facebook generates.

Any ideas?

+2  A: 
<link rel="image_src" href="/path/to/image.jpg" / >

From Facebook's docs on the Share feature.

eliah
+1 Place between `<head>...</head>`.
Jonathan Sampson