如何指定图片显示在Facebook链接到您的网站?

时间:2010-01-19 00:17:45

标签: html facebook image

愚蠢的问题:看到Facebook会在某人链接时自动嗅出网站上的图片,是否有任何方法可以让Facebook提示您希望从您的网站使用哪种图片?目前,我想要显示的徽标图像甚至没有显示在Facebook生成的列表中。

有什么想法吗?

2 个答案:

答案 0 :(得分:33)

还有一种新格式

<head>
    <meta property='og:image' content='http://yoursite.com/INSERT_YOUR_IMAGE.jpg'/>
</head>

更多详情herehere。此外,eliah在此页面上发布了facebook share docs

答案 1 :(得分:21)

<link rel="image_src" href="/path/to/image.jpg" / >