How to specify an image to appear in facebook link to your site?
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 Fa开发者_运维问答cebook 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?
There is also a new format
<head>
<meta property='og:image' content='http://yoursite.com/INSERT_YOUR_IMAGE.jpg'/>
</head>
More details here and here. Also the facebook share docs as posted by eliah on this page.
<link rel="image_src" href="/path/to/image.jpg" / >
精彩评论