How to add a Facebook "Like" button to your Blogger posts
This is a short tutorial with 7 steps that teaches you how to embed a Facebook "Like" button to each of your Blogger posts.
If you completed the 7 steps successfully, you will be able to see a "Like" button that looks like the one below.
Interested to know how? Its easy, so read on!
Step 1
Step 5
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=button_layout&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
Step 6
If you completed the 7 steps successfully, you will be able to see a "Like" button that looks like the one below.
Interested to know how? Its easy, so read on!
A Facebook "Like" button at the end of a Blogger post |
Step 1
- Log in your Blogger Account
- Go to Blogger Dashboard.
- Click on your Blog Title.
- Navigate to Template tab.
- Click on Edit HTML button
- Click Proceed button to view Template Editor.
- Check "Expand Widget Templates"
- Type "Ctrl-F" to look for the keywords "<data:post.body/>" in the template
Step 5
- Once you have located the position of "<data:post.body>", refer to the screenshot above to add the code below at the correct position
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=button_layout&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
Step 6
- Click the "Save Template" button
- Visit your blog to view the changes!
Comments
Post a Comment