虽然Facebook调试器显示正确的缩略图:http://www.apparelyzed.com/forums/topic/26287-burned/
当此网址输入到个人资料更新时,它只会提取文字,而不是元图像。
由于
西蒙
答案 0 :(得分:1)
在上面给出的页面源中有一个这个链接标签并有一个图像。这张图片的目的是什么?尝试删除此链接并查看。
<link rel="image_src" ref='http://www.apparelyzed.com/forums/public/style_images/master/meta_image.png' />
并检查您的图像尺寸是否至少为50x50,并且检查图像尺寸为200x200
og:image属性有一些可选的结构化属性:
1. og:image:url - Identical to og:image.
2. og:image:secure_url - An alternate url to use if the webpage
requires HTTPS.
3. og:image:type - A MIME type for this image.
4. og:image:width - The number of pixels wide.