NEW Facebook Like Button
- Go To Blogger > Template > Edit HTML
- Backup your template
- Click Expand widgets templates box
- Search for <data:post.body/>
- Now add the code below it so that button appear at bottom of your post
Or
Add the code above "<data:post.body/>" so that button appear at top of your post
code style 1::
<div id="fb-root"></div><script
src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like
href="" send="true" layout="button_count" width="450"
show_faces="false" font=""></fb:like>
Go down for FB New Like button
code style 2::
<!-- Facebook Like button Start --><b:if cond='data:blog.pageType != "static_page"'><div style='float:left;padding:5px 5px 5px 0;'><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=450&action=like&font=verdana&colorscheme=light&height=35"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:440px; height:35px;'/></div></b:if><!-- Facebook Like button End -->
FB like Box
Share Button for Blog
Code for Facebook Share Button Style 1
<div style="float:right;padding:4px;">
<b:if cond='data:post.isFirstPost'>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if>
<fb:share-button expr:href='data:post.url' type='box_count'/>
</div>
This style 1 add the share button to right side in your post
Code for Facebook Share Button Style 2
<div style="float:left;padding:4px;">
<b:if cond='data:post.isFirstPost'>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if>
<fb:share-button expr:href='data:post.url' type='box_count'/>
</div>
Code for Facebook Share Compact Button Style 1
<div style="float:right;padding:4px;">
<b:if cond='data:post.isFirstPost'>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if>
<fb:share-button expr:href='data:post.url' type='button_count'/>
</div>
Download
Know how to add FB comment Box below your blog post
Facebook Blogger Plugin by Pradeesh | Techie Touch