Hi tested this code on my blog to add the facebook comment box and it works well! But probabily the appid is referred to one subject only, not to a collection of items (ie blog posts).
The result is that I’ve the same comments in all the blog posts!
I understand that I have to put the post url somewhere but the attribute url="” in <fb:comment> doens’t work.
Can you help me?
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '184659544895383', status: true, cookie: true,
xfbml: true});
};
</script>
<script src="http://connect.facebook.net/en_US/all.js#appId=184659544895383&amp;xfbml=1"></script>
<fb:comments publish_feed="true" width="490" numposts="10" xid="18465954489538"></fb:comments>
Provide a dynamic ID to attribute “xid”
Like on post one
and one post 2