Code for Facebook Share count button:
<div style="float:right;padding:4px;"> <a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='box_count'/>
<script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/> </div>
To install on your Blogger blog:
- Login to your Blogger Dashboard and navigate to Layout > Edit Html and check the check box which says “Expand widget templates”.
- Find this piece of code
<div class='post-header-line-1'/>
- after that place the Facebook share button code (as above)
- If you were unable to find this code in your template,then look for the first occurrence of
<data:post.body/>
and immediately before that paste our Facebook Share button code(that you copied).
Save the template and you should get a facebook share count button near the heading of each of your blog posts.