This might be a little bit late since Facebook box_count like button had been around for a while now, but let us look into it. Many people say that Facebook Share button may go down because of this, moreover now we can comment directly from Facebook like button. But i believe both of them have a specific uniqueness on their own. Here, we will be learning on how to add it in the Blogger.

Demo :


Step 0 : In your Blogger dashboard Click 'Layout' ► 'Edit Html' ► 'Expand Widget Templates'. Don't forget to backup your template by download it first. Find <data:post.body/>  and paste the code below right after it.

<!-- facebook like this -->

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=box_count&amp;show_faces=false&amp;width=100&amp; action=like&amp; font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:50px; height:65px;'/>
</b:if>

<!-- /facebook like this -->

If you want to place it inside the post and floating at the right side, find <div class=’post-header-line-1′/> and paste the following code after it..

<!-- facebook like this -->

<div style='float:right; margin-left:5px;'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=box_count&amp;show_faces=false&amp;width=100&amp; action=like&amp; font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:50px; height:65px;'/>
</b:if>
</div>

<!-- /facebook like this -->

In case you have already implement like button in your blog, just replace the layout=button_count with layout=box_count

As for the widget placement, refer to this post [Control your Widget Placement with Conditional Tags]


Go0d Luck..

Respond to : How To Add Facebook Box Count Like Button To Blogger



You may also like this [...]
Fellow Readers