You Can See Many Websites, Blogs integrated Facebook Comments App, So if You Want to use Facebook comments on your WordPress Blog, Google Blogger Blog, or Any other website, Do it Yourself with following few steps..
Estimated Time: 0.30 Hr to 1 Hr
Proficiency: Tech Friendly
Step I : You need to start from here. Visit here register a FB App and obtain few information
https://developers.facebook.com/apps
e.g: App ID/API Key : 27733***5631718
App secret : 8a6da7cd099e986a41c318b9a714f5cd
Step I I : Get Ready To do some coding stuffs –
<meta property=’fb:app_id’ content=’YOUR APP ID’ />
** Your APP ID = your app id ~ hahhaha mean put your registered app id from step I.
Step III : Let’s Start from from word press
Put these Lines in Comments.php
** Comments.php in your theme Folder
Search For Conditions like ‘if comments are open’
<script src=”http://connect.facebook.net/en_US/all.js#xfbml=1″></script>
<fb:comments href=”<?php the_permalink(); ?>” width=”880″></fb:comments>
Step IV : Let’s Move to Blogger
Search for this Tag in Your Theme in HTML Mode
<b:includable id=’comments’ var=’post’>
And Put these lines after above code..
<!– FB Comments –>
<div id=’fb-root’/><script src=’http://connect.facebook.net/en_US/all.js#xfbml=1’/><fb:comments expr:href=’data:post.url’ num_posts=’2′ width=’620’/>
<!– FB Comments –>
Like This :