TwitThis is an easy way for people to send Twitter messages about your blog post or website. Using This tutorial you can add a TwitThis link on each post of your Blogger template. It’s very useful to drive a lot of traffic on your website through Twitter Network.
First of all get the html/java script from www.twitthis.com
1. Login to your blogger dashboard
2. Click on Layout
3. Click on Edit HTML
4. Check Expand Widget Templates
5. Then add the below code where you want
<a expr:href=’”http://twitthis.com/twit?url=” + data:post.url + “&title=” + data:post.title’>Twit This!</a>
6. Save Your Template
If you like my TwitThis link (), add this class in your CSS file and use it in the previous link:
Add the below Code Before ]]></b:skin>
.share-twitthis{
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}
Then add this code where you want it to Display
<div class=’share-twitthis’><a expr:href=’”http://twitthis.com/twit?url=” + data:post.url + “&title=” + data:post.title’>Twit This!</a></div>