像按钮这样的fb有什么问题?

时间:2011-06-27 08:21:03

标签: c# jquery asp.net

这是我的情况: enter image description here

我不知道它为什么会自动返回,这个错误恰好发生在一些细节页面上,其他都很好。

<iframe src="http://www.facebook.com/plugins/like.php?app_id=209985355712105&amp;href=http%3A%2F%2Fwww.example.com{0}&amp;send=false&amp;layout=button_count&amp;width=90&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;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

1 个答案:

答案 0 :(得分:4)

当您尝试使用localhost或其他任何无法访问Facebook(HTTP 404或403)的内容时,也会发生这种情况。
您应该检查外部Web和Facebook代理是否存在给定的href

同时检查Linter(http://developers.facebook.com/tools/lint/)是否可以访问您的网页。