share og:图像不起作用,但在调试器中显示

时间:2012-02-21 07:17:46

标签: facebook image share

我的代码中有这些行:

<meta property="og:title" content="title of the page" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="he_IL" />
<meta property="og:url" content="http://www.domain.org.il/pagefriendlyname" />

<meta property="og:image" content="http://www.domain.org.il/upload/image.JPG" />
<link rel="image_src" href="http://www.domain.org.il/upload/image.JPG" />

<meta property="og:site_name" content="websitename" />
<meta property="fb:app_id" content="xxxxx" />

这是我的最终版本。在我没有旧的image_src标签的app_id之前,但是在调试器的所有时间我看到了图像,但是当我共享页面时它只是忽略图像。

1 个答案:

答案 0 :(得分:1)

由于http://www.domain.org.il/upload/image.JPG是无效的图片网址,我认为您的图片尺寸或宽高比超出了Facebook的标准。确保您的图像符合两者。