开发者

How to specify an image to appear in facebook link to your site?

开发者 https://www.devze.com 2022-12-16 16:15 出处:网络
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 pre

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" / >
0

精彩评论

暂无评论...
验证码 换一张
取 消