Sunday, January 4, 2015

How to Add Facebook Comment Box in Blogger

Facebook comment for your blogger blog container give out since a good quality method to make your site more attractive and support reader to drop comments if they're before now logged in to Facebook. It in addition serve as a basis of traffic as using Facebook comment shares the comment and post page on the visitors viewers Facebook wall. Facebook comment has no SEO value since it’s being displayed in an iframe which Google won't index.



Comments complete with the standard comment box on your site has extra compensation specially if you get many of comment, more keywords you didn't really talk about in the post content but appear in comments make bring more search engine traffic. This is amazing Facebook comment lacks, not including the extra traffic you get from Facebook.

Adding Facebook Comment Box in Blogger Step 1 :

>>  Log in your Facebook account.
>>  Go to Setting option from to right corner.
>>  Click Developer option from below.
>>  Then click Docs button.
>>  Click Social Plugins option.
>>  Then click Comments from bellow right corner.
>>  You can see now 4 boxes like bellow picture.
  • Url to comment on box give your blog Domain Name.
  • Width box give width
  • Number of post 
  • Color Scheme box 


>>  Finally click Get Code button.

>>  Copy Html5 code from bellow picture.



Note: This is a small fact. After clicking save template, perhaps it say Error message like bellow picture. Now you should a small tricks. Go here And Html5 Coad Convert. Past facebook Html5 code in this box and click Convert. 
And Copy all converted code. 

Adding Facebook Comment Box in Blogger Step 2 :
  1. Log in Blogger dashboard.
  2. Go to template > edit html.
  3. Search </body> tag {Ctrl+f}
  4. Copy the code to the HTML Parse and Now past code above </body> tag.
  5. Click Save Template.
  6. Next search that blog and this red code  <b:include data='post' name='post'/>
  7. Past bellow codes after this red tag.
  8. Copy And past this code:
"
<b:if cond='data:blog.pageType == "item"'>
                 &lt;div
                     class=&quot;fb-comments&quot;
                     data-href=&quot;<data:post.url/>&quot;
                     data-width=&quot;590&quot;
                     data-num-posts=&quot;100&quot;&gt;
                 &lt;/div&gt;
            </b:if>
"




  9.  And Again Click Save Template.

Watch the video tutorials below :