【发布时间】:2012-01-24 14:06:30
【问题描述】:
我在我网页的每篇文章中都安装了 Facebook 点赞计数器。问题大概和This Thread一样。不幸的是,我的点赞计数器经常消失,例如,如果你们查看this page,第一页中的所有计数器都不为零(其中大多数都是 10++ 之类的)。我上周六在this link中捕获了我的网络显示以与今天进行比较。我完全不知道。实际上,我使用的代码与元标记一起在每篇文章的下方
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns:og="http://ogp.me/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mevblog.com%2Fmev%2Fnode%2F780&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=60" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px;" allowTransparency="true"></iframe>
任何建议将不胜感激。
【问题讨论】: