Facebook喜欢按钮不显示og:description

时间:2013-09-03 15:32:47

标签: facebook facebook-like

我在我的网站http://www.divecerts.com上创建了一个类似按钮。

http://www.divecerts.com/screen.html

找到问题的屏幕截图

顶部屏幕截图显示了使用FB弹出窗口和正确抓取的信息按下了Like按钮。底部的屏幕截图显示了Facebook上的实际帖子。在那里你可以看到一切都是正确的,除了描述是空白的。

我已经清除缓存使用Facebook调试工具(linter)几次,但没有运气解决问题。调试器显示描述很好,但它没有在Facebook帖子上显示。我尝试使用不同的浏览器在不同的计算机上查看/喜欢不同的Facebook帐户,结果相同。

这是我的元代码

 <head>
    <meta property="og:title" content="DiveCerts.com | Diver Certification Record Search" />
    <meta property="og:description" content="Search for SCUBA diving certifications records from the major training agencies in one click."/>    <meta property="og:url" content="http://www.divecerts.com" />
    <meta property="og:type" content="website" />
    <meta property="og:image" content="http://www.divecerts.com/img/logofb.jpg" />  
    <meta property="og:image:width" content="300">
    <meta property="og:image:height" content="300">

任何帮助将不胜感激。

0 个答案:

没有答案