Facebook分享网站的缩略图

时间:2015-03-04 06:25:39

标签: html facebook thumbnails

我已经使用rails app中的所有元标记进行Facebook共享并测试了它的facebook调试器。它不是来自og-image标记的图像。它会从我网站上发布的广告中获取图片。但是它不应该从og-image中设置的内容中获取图像吗?

我添加了前缀标记,图片网址也正确。我还设置图像类型只是为了试用。但它没有用。

<head prefix="og: http://ogp.me/ns#">
<meta property="og:image" content="domain/images/facebook-share-image.jpg"/>
<meta property="og:image:type" content="image/jpeg"> 
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630"> </head>

如果您需要有关此问题的其他信息,我随时准备为您服务。 谢谢。

0 个答案:

没有答案