我在wordpress网站上设置了og:image元标记,一切正常,图像缩略图显示在除iPhone以外的所有设备上,根本没有缩略图。我不知何故设法让它在几天前工作,但它看起来很模糊,现在当我试图解决这个问题时,图像已经消失了。我使用Facebook调试工具,没有任何错误,我不知道什么是错的,也许我在这里遗漏了什么?谢谢你的帮助。
这是我的代码:
<meta property="og:image" content="http://somepage.com/someimage3.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="403" />
<meta property="og:image:height" content="403" />
<meta property="og:description" content="some description" />
<meta property="og:title" content="some title"/>
<meta property="og:url" content="http://somepage.com" />
答案 0 :(得分:0)
请务必使用图片网址的绝对路径。
<meta property="og:image:type" content="http://www.somepage.com/images/imageName.png" />