Facebook Open Graph协议不工作



好的,我知道有很多关于这个话题的帖子,我已经阅读了其中的很多;然而,我还没能解决我的问题。

我正试图添加一个Facebook喜欢按钮到一个网站,并使用开放图形协议发送的帖子得到发布到人的新闻feed,点击喜欢按钮的特定信息。

这是我在网站上使用的代码块:

HTML标记:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://developers.facebook.com/schema/">

元标记:

<meta property="og:title" content="ethneCITY - Reaching the unreached in the urban center!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.ethnecity.com/dev/images/share.png" />
<meta property="og:site_name" content="ethneCITY" />
<meta property="fb:admins" content="61800397" />
<meta property="og:description" content="100 yrs ago we sent missionaries to the nations to look for the cities. Today you go to the cities & you find the nations." />

从Facebook的Like按钮创建工具生成的Like按钮代码:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=145713945515336&amp;xfbml=1"></script><fb:like href="http://www.ethnecity.com" send="true" layout="button_count" width="150" show_faces="false" action="like" colorscheme="dark" font="tahoma"></fb:like>

它现在在我的新闻提要上是什么样子的?(不是我想要的)- http://tinypic.com/r/axi2kg/7

有人知道为什么当我点击喜欢按钮时,它只显示我的新闻提要上的帖子,而不是使用提要内容的元标签?

你检查了吗?

它的数据可能过期/缓存,只是还没有更新。

http://developers.facebook.com/tools/debug

最新更新