2011-07-31 44 views
0

虽然它可以离线工作,它不online..this工作是代码中使用为什么facebook iframe像按钮不起作用?

<iframe src="http://www.facebook.com/plugins/like.php?app_id=125925834166578&amp;href=http%3A%2F%2Fwww.facebook.com%2FBaradei.Presidency&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>

这是在页面的底部像按钮不起作用的网页。 ..请帮忙! http://www.ali_lsheikh.0fees.net/baradei.html

回答

1

我会尝试的第一件事是包括所有必要的Open Graph标记。例如从我的站点Candy Japan

<meta property="fb:admins" content="297200003"/> 
<meta property="og:url" content="http://www.candyjapan.com"/> 
<meta property="og:site_name" content="candyjapan"/> 
<meta property="og:title" content="Candy Japan"/> 
<meta property="og:type" content="website"/> 
<meta property="og:image" content="http://www.candyjapan.com/static/logo.png"/> 

然后也看到,它通过Facebook的url linter。目前它正在报告关于你的网页的一些错误,我之前从未见过“被阻止或被频繁访问,所以我们没有提取它”。也许它会在稍后再次开始提取,所以我会在一段时间后再试一次。