我在分享网站网址时遇到很多问题。共享新帖子时,不会显示与帖子关联的图像。
我尝试过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:图像存在,但Facebook无法看到它。
你可以帮我解决这个问题吗?我在试图找到问题时生气。使用OG的页面:http://www.woman.es/moda/tendencias/famosas-rinden-tendencia-botas-altas。
提前致谢并抱歉我该死的英语。
答案 0 :(得分:0)
这似乎解决了问题(为og:image添加宽度和高度):
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="917" />