为什么Facebook iframe像按钮不起作用?

时间:2011-07-31 15:20:03

标签: javascript html facebook facebook-like

虽然它可以脱机工作,但它无法在线工作..这是使用的代码

<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 个答案:

答案 0 :(得分: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。目前,它报告了一些关于您之前从未见过的“被阻止或被过于频繁访问的页面的错误,因此我们无法获取它。”也许它会在稍后再次开始取出,所以我会在一段时间后再尝试linting。