我在博客页面上发布了以下内容,为每个帖子添加个人Facebook“赞” -
<script>
document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=<data:post.url/>&layout=standard&show_faces=false&width=380&action=like&font=trebuchet+ms&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>');
</script>
在特定帖子中点击“喜欢”之后,这样的故事也会出现在点击“赞”的人的时间轴上。但是,缩略图无效。
http://img.photobucket.com/albums/v369/q_quincyluk/fb_like_bug.jpg
如何将个别帖子中的图片显示为缩略图?
答案 0 :(得分:2)
你可能错过帖子上的og:image
元标记告诉Facebook使用哪个图像
通过https://developers.facebook.com/tools/debug处的调试器运行您的页面,以查看您丢失的标签和/或Facebook为每个网址检测到的内容。