当我把我的网站URL放到Facebook帖子时如何设置拇指图像

时间:2014-04-16 12:29:09

标签: php html facebook image codeigniter

当我在facebook帖子框中粘贴我的网站链接时 - 它会自动检测元标记描述并显示一些拇指图像。但我只需要显示我的网站logo.check this link

http://testing1.buyjapon.com/images/ima_1.PNG

1 个答案:

答案 0 :(得分:1)

只需将其作为<head>属性添加到<meta>

<meta property="og:image" content="http://www.example.com/logo.jpg" />

...从

第3节。使用正确的Open Graph标记 https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content/