How to Add Tweet This Button to Blogger

Friday, May 8, 2009

advertisement
Twitter is one of the fastest growing website and it's hot destination for website owners to deliver fresh contents to the world. Here in this post, i will explain the process of adding a 'Tweet This' button to Blogger, so that your blog visitors can tweet your blog posts.



Step 1: Go to Layout tab in your blog and then Edit HTML and then click on "Download Full Template" link to first save your blog template.

Step 2: After saving the template click the check box "Expand widget templates".

Step 3: Search for the string "<div class='post-footer'>" in template.

Step 4: Copy and paste the above code snippet below the line mentioned in step 3.

Step 5: Save your template. and check your blog. TweetThis button will be there and it will look like the following picture.

Tweet This
With Tweet This button, You can now bring more traffic to your blog.


Related Posts:
Tips to Add FriendFeed Badge to Blogger
Add Share on FriendFeed Button to Every Post in Blogger

Sphere: Related Content

4 comments:

D TradeIdeas said...

Hi. I follow your instructions several times but I get this error message, "The reference to entity "login" must end with the ';' delimiter."

Can you tell how to resolve this error message? Thanks!

Sunil Kumar Gupta said...

Hi D Tradeldeas,

Try this

version=latest&login=tweettrackjs&apiKey=R_7e9987b2fd13d7e4e881f9cbb168f523'

Change it to

version=latest&amp;login=tweettrackjs&amp;apiKey=R_7e9987b2fd13d7e4e881f9cbb168f523'

This will resolve your problem. Just replace & with &amp;

Regards,
Sunil

James Foley said...

Hi - this is great. Is there any way to change it slightly so that it has the url at the end of the tweet and not the beginning, such as "Reading:xxxx (bit.ly url)"

many thanks

James

Sunil Kumar Gupta said...

Hi James, Thanks for your comment. I think for this to acheive, change in TweetAndTrack.js is needed.

That is external script hosted on some server. I have no control over it. May be you can update it according to your needs and host it somewhere to use it in your blog or website.

Thanks,
Sunil