How Add Tweet Me Button To Each Blogger Post,as you would have been using this twitter for sure as twitter now has gain much popularity nowadays with increase in its users and a great source of traffic for bloggers.As me too has started using it a lot and i am loving it,its really feel great when see your followers increasing.
Login to your blogger.Then got To Its Layout > Edit Html > Expand Widgets
Search for this line <data:post.body/>
After finding it,Just add the below codes after it:-
Now just replace the red codes above with your twitter username and image link of twitter uploaded on your server.
Now save your template and you will be able to see tweet me button below each blogger post which can be tweeted by your readers.
Login to your blogger.Then got To Its Layout > Edit Html > Expand Widgets
Search for this line <data:post.body/>
After finding it,Just add the below codes after it:-
<a expr:href='"http://twitter.com/home?status=Reading " + data:post.title + " @twitter_username " + data:post.url' title='Tweet it on Twitter'><img src='http://Link_to_twitter_image'/></a>
Now just replace the red codes above with your twitter username and image link of twitter uploaded on your server.
Now save your template and you will be able to see tweet me button below each blogger post which can be tweeted by your readers.