Over the weekend, I was asked how I was able to add the Twitter and Facebook buttons to my blog on Blogger. I realized that this took me a while to figure out and I never shared how to do it. Though I did share how to do it for those of you running blogs on Domino. Therefore, here's the step-by-step on how to add the Twitter and Facebook Like buttons to your blog on Blogger:
Update 21/Jan/2011 @ 2:40PM: Make sure you get an account with http://bit.ly first. I recommend getting a Pro account (which is FREE) which would allow you to use your own shortening domain. For example, if your blog is http://www.IDontLikeWar.com, a free Pro bit.ly account will allow you to shorten URLs to http://IDontLikeW.ar )
1) Go to http://Blogger.com -> Pick Your blog -> click on Design tab -> then Edit HTML
2) Click on Expand Widget Templates
3) Search for post-body and you should find something like this:
<div class='post-body entry-content'> |
4) Immediately after that line, add the following code:
<div class='post_share social-media'> |
Note that you should change the values for tweetmeme_source, tweetmeme_service and tweetmeme_service_api to your respective values.
5) Now look for .footer-outer { and you should find something like this:
.footer-outer { |
Just before that line add the following:
/* Social share styles |
6) Click Save Template and that should do it.
Enjoy!