我正在我的新闻页面上实现 facebook 评论框。它有效。问题是,如果我在一个页面上发表评论,它将显示在包含 fb 评论框的所有页面上。
目前我的代码如下所示:
<b><div class="fb-comments" data-href="http://selandia-ceu.dk/selandia/nyheder.aspx" data-num-posts="3" data-width="500"></div>
<script>
var fb-comments = document.getElementById('fb-comments');
mydiv.innerHTML =
'<div class="fb-comments" data-href="' + document.location.href + '" data-num-posts="3" data-width="500"></fb:comments>';
FB.XFBML.parse(fb-comments);
</script></b>
该网站正在使用 Microsoft 服务器。代码中的 url 应该是指正在查看的当前页面。有谁知道我该怎么做?:)
评论在页面上被暂时禁用。
我从这个线程中得到了额外的代码(FB.XFBML.parse): 每次 ajax 调用后不同的 Facebook 评论框