Tuesday, September 13, 2011

Facebook comment box in blogs

Today I will tell you about how to get facebook comment box in blogspot and wordpress. Go to Facebook developers and fill the information.
Then Click on 'GET CODE'. Copy the codes.
In blogspot:

Go to Design-> Edit HTML and click on Expand widget


Find the following code.

<b:includable id='comments' var='post'>


and then paste the code you copied from facebook.

In wordpress:
Find the following code

<?php comments_template(); ?>


and then paste the code you copied from facebook.