I previously shared a Facebook Like button that included a send button by default. One of the problems I noticed with it was the load time...
I previously shared a Facebook Like button that included a send button by default. One of the problems I noticed with it was the load time. I then shifted to this new like button which loads like a flash at my internet connection speed. If you wish to add this new like button code just below the post titles of your blogger blogs then follow these easy steps:
Adding Facebook Like Button To Blogger
- Go To Blogger > Design > Edit HTML
- Backup your template
- Click the "Expand Widgets Templates" Box
- Search for this,
<data:post.body/>
5. Just above it paste the code below,
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-layout="button_count"
data-action="like" data-show-faces="false"
data-share="false"></div>
6. Save your template and you are done!
To Enable share button just replace the value of data-share="false" to true
Visit your blog to see it working just fine just below post titles. Feel free to ask any questions you may have.
COMMENTS