Pages

Add facebook share count buttons in blog


Facebook Share Count Buttonnow can be added into blogspot. See the left image to what facebook share button looks like. 

By adding this button, our blog readers may share the articles in our blog into facebook. and we will know how many readers have shared the articles into facebook. Facebook share count button is like Retweet button for twitterdigg button and others. 

There are some types of buttons you can use.

1. Facebook Share Button Type 1
Copy the code below:
<div style="float:left;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>
2. Facebook Share Button Type 2
Copy the code below:
<div style="float:left;padding:4px;">
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/> 
<script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/>
</div>
To install into your blog, read below:

1. In Edit Template area, click "Expand Widget Template"

2. Find the code below:
<div class='post-header-line-1'/>
3. Place Facebook Share Button (Type 1 or 2) under the code above.
<div style="float:left;padding:4px;">
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/> 
<script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/>
</div>
So, It will look like below


4. Click Save Template

5. Finished and see the result