Here is a Screenshot of the Facebook Like Box. Isn’t it lovely and more “Likable” than the default Like Button?
The Facebook Like box also includes a link to your Facebook Fan Page. This FB Like Box was Designed Styled and coded by Mia of Dezign Matterz . Thanks to her for designing and styling this awesome Like Box.
How to install the Facebook Like Box?
1. First Fill in the following Details (Code will be updated with these details)2. Now Login to your Blogger Account and navigate to Design > Edit HTML and check the option which says “Expand Widget Templates”
3. Look for ]]></b:skin> in your template and just above that place the following code (You can use Ctrl +F to find the code).
.fb_like_box { margin-top:10px; -moz-border-radius:10px 10px 10px 10px; border-radius:10px; background-color:#3B5999; border:3px solid #2B2B2B; margin-bottom:10px; padding:10px 7px; width:540px; } .fb_like_top { overflow:visible; padding:0;margin:0 0 5px; width:349px; height:24px; background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP2adY9DVslrP2SE-b_bJQafPPLNW_M9lIejrdAtBlXc3sEl2t_44TgmHnoWZ9sEHo5NyF8qdnre119EE_PQ0rccZwLp0i_KnI0L_C2zRvNy-pL7ocK_EabQkG-yPY1TI6lZ-GgMeULQ0/") no-repeat scroll left top transparent; } .fb_like_button_holder { -moz-border-radius:10px 10px 10px 10px; border-radius:10px; background:none repeat scroll 0 0 #FFFFFF; padding:12px 12px 0 12px; width:515px; height:42px; }4. Now Look for <data:post.body/> in your template and just below that add the following code.
<b:if cond='data:blog.pageType == "item"'> <div class='fb_like_box'> <div class='fb_like_top'> </div> <div class='fb_like_button_holder'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px;height:30px;'/> </div> </div> </b:if>5. Now Save your template and you will see a Facebook Like Box on your post pages.