任何有Facebook的实时例子的人<fb:comments-count href =“http://example.com/”> </fb:comments-count>真棒评论?

时间:2011-05-11 22:42:11

标签: facebook comments

Facebook评论计数标签似乎对我不起作用。

<fb:comments-count href=http://example.com/></fb:comments-count> awesome comments 

我应该使用fb.event.subscribe()来跟踪新评论并总结计数吗?

谢谢,

1 个答案:

答案 0 :(得分:0)

首先,您必须将http://example.com更改为您的网址。

然后我遇到了和你一样的问题。我设法搞清楚了......我想你错过了这段代码:

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>

将此代码放在代码的末尾。和Viola,它应该工作!

如果您仍有问题,请使用此代码段

<iframe src="http://www.facebook.com/plugins/comments.php?href=example.com&permalink=1" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:16px;" allowTransparency="true"></iframe> 

而不是

<fb:comments-count href=http://example.com/></fb:comments-count> awesome comments