打开图表标签不起作用,同时谷歌+工作正常

时间:2012-11-02 17:37:51

标签: facebook api facebook-graph-api facebook-opengraph meta-tags

已经使用http://www.malayalam-dictionary.com/

的指示开发了

https://developers.facebook.com/docs/reference/plugins/like/ Facebook开放图表标记

通过Facebook分享链接时,它无效 enter image description here

与此同时谷歌+显示了预期的:) enter image description here

这是代码

<meta property="og:title" content="A complete Malayalam English Dictionary" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.malayalam-dictionary.com/" />
<meta property="og:image" content="http://www.malayalam-dictionary.com/images/logo.jpeg" />
<meta property="og:site_name" content="malayalam-dictionary.com" />
<meta property="og:description" content="A complete Malayalam dictionary." />
<meta property="fb:admins" content="100001641332681" />

DEMO

1 个答案:

答案 0 :(得分:1)

当我把它放在脸书中时,它显示完全正常。

如果OG标签不起作用,请始终检查调试器中的链接:

https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.malayalam-dictionary.com%2F

它还会刷新OG数据。