我在我的网站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">
任何帮助将不胜感激。