Hi Guys, If you want to add Facebook Like button on your Blogger its easy just copy/paste thing.first login to your blogger account click on design and then click on edit HTML in this way you will find all of your blog's source html then find the following
in this way you are at the position where you have to put the following code to display Facebook's Like button
Paste the Facebook button code immediately below (after) it:
in this way you are at the position where you have to put the following code to display Facebook's Like button
Paste the Facebook button code immediately below (after) it:
1 | <!-- Facebook Like button Start --> |
2 | <b:if cond='data:blog.pageType != "static_page"'> |
3 | <div style='float:left;padding:5px 5px 5px 0;'> |
4 | <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;'/> |
5 | </div> |
6 | </b:if> |
7 | <!-- Facebook Like button End --> |
Now you need to adjust position of button as you want the below table describes that
| Like button type | Query | Value | Width & Height |
| | layout | standard | W: 450px H: 35px (80px w photos) |
button_count | W: 90px H: 20px | ||
box_count | W:55px H: 65px | ||
| colorscheme | dark | n.a. | |
| action | recommend | n.a. |












0 comments:
Post a Comment