
Hello ,
in this tutorial i'll show you how to add your custom facebook like button !
Step 1 : Goto : Design > Edit HTML > and Check " Expand Widget Templates " Box .
Step 2 : Find this code
<div class='post-footer-line post-footer-line-1'/>Just after it put your custom code .
Now i will show you 3 custom codes for it
A - Standard :
Code for it :
<b:if cond='data:blog.pageType == "item"'>
<div><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"'...