我有WP博客与Facebook opengraph meta标签。 http://comicfotos.ru/zakhvatyvayushhiy-rassvet-ozero_slovenia/但Facebook没有拍摄该文章的第一张图片。我做错了什么?
答案 0 :(得分:0)
这可能是因为两个原因:
1)您没有在 og:image 元标记中指定第一张图片。如果是这种情况,Facebook会尽最大努力猜测并在您的网站上挑选任意图像。
2)如果你确实指定了 og:image 元标记,这只是在你第一次分享你的网址时发生的,这是因为Facebook赢了显示图像,直到爬虫没有抓取它。
每次都能始终显示的方法是指定 og:image:width 和 og:image:height 元标记。
这是一个取自http://ogp.me/
的样本<meta property="og:image" content="http://example.com/ogp.jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
这里有正式的Facebook文档提及:https://developers.facebook.com/docs/sharing/best-practices