Wednesday, December 21, 2011

facebook comment box of every blogger post

now that you have learned about the facebook comment box on your blogger page. you'd probably bump into this kind of problem. each reply on your post will appear on every post. now you're wondering how you would be able to have separate comment box on each post.

now that is easy. Just change the codes you got from here:


you need to change the code on the bottom box which looks like this:
<div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="400" data-colorscheme="dark"></div>
to this:
<div class="fb-comments" expr:href='data:post.url' data-num-posts="2" data-width="400" data-colorscheme="dark"></div>
 follow the instructions here: Facebook Comment Box