【问题标题】:Facebook Open Graph Debugger errorsFacebook Open Graph 调试器错误
【发布时间】:2016-03-17 13:51:46
【问题描述】:

我在分享我的网站 URL 时遇到了很多问题。分享新帖子时,不会显示与帖子关联的图片。

我尝试了 Facebook Open Graph Debugger,但它没有按预期工作。

第一次尝试检查我收到此错误的网址:

第二次尝试我得到这个其他错误:

og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that's at least 200x200px and is accessible from Facebook. Image 'http://img1.woman.es/82/ad/85/michelle-calvo-presentacion-coleccion-roberto-verino-640x689.jpg' will be used instead. Consult http://developers.facebook.com/docs/sharing/webmasters/crawler for more troubleshooting tips.

您可以看到 og:image 存在,但 facebook 看不到它。

你能帮我解决这个问题吗?我很生气试图找到问题。

OG 页面:http://www.woman.es/moda/tendencias/famosas-rinden-tendencia-botas-altas

在此先感谢,并为我该死的英语感到抱歉。

【问题讨论】:

  • 图像现在似乎显示正常。

标签: facebook facebook-graph-api


【解决方案1】:

这似乎解决了问题(为 og:image 添加宽度和高度):

<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="917" />

【讨论】:

    猜你喜欢
    • 2016-03-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-21
    • 2011-12-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多