Facebook时间线中Blogger帖子的缩略图

时间:2012-02-08 07:58:13

标签: facebook-like thumbnails blogger

我在博客页面上发布了以下内容,为每个帖子添加个人Facebook“赞” -

<script>
document.write(&#39;&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<data:post.url/>&amp;layout=standard&amp;show_faces=false&amp;width=380&amp;action=like&amp;font=trebuchet+ms&amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:25px&quot;&gt;&lt;/iframe&gt;&#39;);
</script>

在特定帖子中点击“喜欢”之后,这样的故事也会出现在点击“赞”的人的时间轴上。但是,缩略图无效。

http://img.photobucket.com/albums/v369/q_quincyluk/fb_like_bug.jpg

如何将个别帖子中的图片显示为缩略图?

1 个答案:

答案 0 :(得分:2)

你可能错过帖子上的og:image元标记告诉Facebook使用哪个图像

通过https://developers.facebook.com/tools/debug处的调试器运行您的页面,以查看您丢失的标签和/或Facebook为每个网址检测到的内容。