Facebook分享有一个奇怪的问题。我有一个新闻门户网站,当我尝试分享一些新闻时,其中一半是共享的,一半根本没有被识别,只是链接是没有标题,图像和描述的共享。
新闻门户网站是PHP Codeigniter,这里是每个新闻链接都有的元标记,当我看到Page Source时它们是正确的。
<meta property="fb:app_id" content="the number"/>
<meta property="og:url" content="the full url of the page" />
<meta property="og:title" content="Title of the news story" />
<meta property="og:description" content="The introduction of the story" />
<meta property="og:image" content="full link of the image"/>
我检查过Facebook没有采用元数据的故事并不常见。我尝试使用各种类型的图像,并使用许多不同的分辨率,即使最低分辨率为200x200,但也没有成功。
唯一的解决方案是将链接放在Facebook调试器中,然后它正常工作。在那之后你可以正常分享它,但这是浪费了大量的时间和精力在分享之前将一半的链接放在调试器中......
我在这里缺少什么?