Add Facebook Like Buttons In Blogger
How To Add Facebook Like Button In Blogger?
- First go to Blogger > Template > Edit HTML
- Check the expand widget box
- Search for <data:post.body/> using ctrl+f
Style #1: Button With Count
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=button_count&show_faces=false&
amp;width=90&action=like&font=arial&colorscheme=
light&height=21"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>
Style #2: Button Without Count
<b:if cond='data:blog.pageType != "static_page"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&send=false&layout=standard&show_faces=false&Note: If you want to show this button below of your post title then paste one of these just above <data:post.body/>
amp;width=450&action=like&font=arial&colorscheme=l
ight&height=35"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>
If you want to show this button below of your post then paste one of these below <data:post.body/> - See more at: http://www.googleagra.com
0 comments:
Post a Comment