这是我的情况:
我不知道它为什么会自动返回,这个错误恰好发生在一些细节页面上,其他都很好。
<iframe src="http://www.facebook.com/plugins/like.php?app_id=209985355712105&href=http%3A%2F%2Fwww.example.com{0}&send=false&layout=button_count&width=90&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
值{0}可以根据页面网址详细信息进行更改。例如,当用户单击查看详细信息,然后URL将是:example.com/viewdetail/item1。 然后值{0}将更改为:/ viewdetail / item1
答案 0 :(得分:4)
当您尝试使用localhost
或其他任何无法访问Facebook(HTTP 404或403)的内容时,也会发生这种情况。
您应该检查外部Web和Facebook代理是否存在给定的href
。
同时检查Linter(http://developers.facebook.com/tools/lint/)是否可以访问您的网页。