Add Facebook Like and Share buttons on Blogger

1) go to Design > Edit HTML
2) put a mark on Expand Widget Templates
3) find this code line : <data:post.body/>
4) put this code :


<p>
<div style='width:215px;'>
/*LIKE BUTTON*/

<div style='60px; float:left;'><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:21px;'/></div> 

/*SHARE BUTTON*/ 

<div style='width:150px; float:right; padding:0px;'><a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/></div>
<div style='clear:both;'/></div>
</p>