当我在帖子/状态/评论中粘贴链接时,如何让Facebook显示我的网站的徽标?

时间:2012-06-02 16:52:12

标签: facebook thumbnails

Facebook有时真的很干净,他们会在状态更新中显示您链接到的网站的缩略图预览...通常是网站的徽标。

fb status

我想知道让我的网站工作的诀窍是什么,所以如果我要分享" http://www.mysite.com/",我会看到我的网站'该预览框中的s logo / favicon。我该怎么做?

2 个答案:

答案 0 :(得分:74)

在此facebook调试工具中试用您的网站。

http://developers.facebook.com/tools/debug

它会告诉你缺少什么.Eg。页面下方

<meta property="og:image" content="[url to image]" />
<meta property="og:title" content="[page name]" />
<meta property="og:description" content="[content description]" />

根据网站的构建方式,有多种方式。例如。 This Wordpress插件会为页面上的每个图片创建一个链接,以便您可以在页面上选择徽标和任何其他帖子图片。

2017年更新:现在建议{}为您的网站register a Facebook App ID,否则调试器会给您一个错误。 More tags and info

答案 1 :(得分:4)

您可以将其放入页面的来源:

<link rel="image_src" href="http://somesite.org/img/title.jpg" />