It’s very simple to add a facebook comment section in our blog. Usual comment process has become a boring process and more over, the user has to provide his/her email id and other details.
with facebook comment section, the user dont have to provide their email and other details again and again. They just have to login with their facebook account and comment.
To add facebook comment section to a post page in our blog is very simple.
First we have to register an app in our website’s name. we can do that by going to https://developers.facebook.com/apps .
On creating, we will get an appId for our website.
Then we have to create the comment plugin for our post. We can create it here at http://developers.facebook.com/docs/reference/plugins/comments/
Provide the details asked.
After providing the details, click on the Get Code button. You will get two sections of code. First is a javascript code, which you have to copy on your web page, better it be in header page , just under the body tag.
Second , is the container code, which you have to copy to the place where you want it to display, like after the post at the bottom section.
Save the page and facebook comment plugin is ready. You can either keep or remove the default comment section.



Hi, this is a great post! Thanks..