Add Facebook Share Button to your Blog
Adding share button to your blog can help your blog to spread across Internet. It is also helpful in increasing Traffic.It also look beautiful on your blog.Below a step by step tutorial is provided to you to embed the Facebook Share button on your blog/site.So, let`s start...
Step 1
Login to blogger >> Dashboard >> Templates >> Edit HTML .
Step 2
Find <data:post.body/> by Pressing Ctrl+F
Step 3
Copy and Paste below code After <data:post.body/> .
<div style='float: left; padding: 5px; '>
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='TYPE OF BUTTON'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
</div>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger"><img src="https://bitly.com/haakblog" alt="blogger" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><!-- Facebook Button -->
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='TYPE OF BUTTON'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
</div>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger"><img src="https://bitly.com/haakblog" alt="blogger" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><!-- Facebook Button -->
Customization
Replace TYPE OF BUTTON with box_count to show the as below
Replace TYPE OF BUTTON with button_count to show the as below
Last Words...
If you have any Problem leave the question in the Online help box...