Tuesday, April 27, 2010

Can I have Facebook Like button?

Apparently it's just three lines of code inserted to you blog layout template.


<b:if cond='data:blog.pageType == "item"'>

<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:40px;'/>

</b:if>

No comments:

Post a Comment