In this tutorial, you'll learn how to add facebook aka fb comment box to your blogger. By adding this widget or plugin, people can comment with their facebook accounts on your blog. It will be big advantage to people who likes to comment with their social media profiles.

Also it does not take much time to implement this trick. In this case, already logged in your facebook account is optional. However, I recommend log in first, if you haven't logged in and do this trick. Because after successfully adding facebook comment plugin to your blogger, you may want to test whether it is working. So, let's get started.
How to Add Facebook Comment Box for Blogger
step 1. Log in into your blogger dashboard.
step 2. Click Template from your dashboard and then Edit HTML
step 3. Now find </body> using Ctrl+F in the HTML editor.
step 4. Click here to create Facebook comment plugin.
Do not forget to rename the URL with your blog address. And click Get Code.
step 5. Copy the first code and format it using any html formatter online.
Click here to format your raw code.
And paste the formatted code just under the </body> tag that we have discussed in step #3.
Note: If you see any error, just add amp; before the element that shown up in the error message for example &version.
Note: If you see any error, just add amp; before the element that shown up in the error message for example &version.
step 6. Now do a new search for the below given code
<b:include data='post' name='post'/>
now copy/paste the below given code under the above code.
<b:if cond='data:blog.pageType == "item"'>
<div
class="fb-comments"
data-href="<data:post.url/>"
data-width="590"
data-num-posts="100">
</div>
</b:if>
step 7. Save Template. And you're done!!
You have successfully added facebook comment plugin for your blogger. Now your blog will get more impression since you have made your readers commenting made more simple.
Leave your comments below if you have any questions or queries.
0 comments:
Post a Comment