Facebook开放图协议不起作用

问题描述:

好吧,我知道这个话题有很多帖子,我读过很多帖子;但是,我还没有能够解决我的问题。Facebook开放图协议不起作用

我正在尝试向网站添加一个Facebook like按钮,并使用Open Graph协议为发布到点击Like按钮的个人新闻提要发布的帖子发送特定信息。

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

HTML标签:

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

Meta标签:

<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的喜欢按钮创建工具生成的按钮代码:

<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> 

它如何出现在我的新闻Feed中? (不是我想要的) - http://tinypic.com/r/axi2kg/7

任何人有任何想法,为什么当我点击像按钮它只显示在我的新闻源这样的帖子,而不是使用meta标签的饲料内容?

你有没有沾染它?

它的数据可能已过时/缓存,但它尚未更新。

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