In this tutorial you may select any or both of them.
The Retweet button is available in two different sizes, to add any of the buttons, you need to follow these instructions:
Log in to Blogger, go to "Layout" -> "Edit HTML" and mark the "Expand Widget Templates"
Find (CTRL+F) this code in the template:
<div class='post-header-line-1'/>And immediately BELOW/AFTER that, paste the code for the widget (copy whichever code you like from the post below).
A bigger "Digg It" like button:
Code:
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
Add a smaller one:
Code:
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Although these buttons look quite professional but when visitors use these buttons to Retweet, then the RT will belong to @TweetMeme and not to you (author of the article).
So I would prefer adding a "Tweet This" button, instead of Retweet, where you have the additional advantage of using any twitter image/icon.
Here's the code you need to add to your template, for a Tweet This button:
<a expr:href='"http://twitter.com/home/?status=Chk Out-" + data:post.title + " " + data:post.url' target='_blank'><img alt='Tweet It!' src='http://i45.tinypic.com/2wdaoad.jpg' width='64'/></a>
And it will be displayed like this:
You may change the twitter icon in the above code. You can freely use these free twitter icons:
Follow @BloggerStop at Twitter for more such updates !
*UPDATE: Now there's another Retweet button available to you which will allow your readers to tweet your posts and it will show RT @YOUR_TWITTER_PROFILE but it will also display (via @Tweetmeme)
Here's the code for this widget:
<script type="text/javascript">Replace "YOUR_TWITTER_ID" with your own Twitter profile, in the code above.
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'YOUR_TWITTER_ID';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
UPDATE 2:
To show these widgets only in published post pages and NOT in homepage, add the code like this:
<b:if cond='data:blog.pageType == "item"'>
CODE FOR RETWEET or TWEET WIDGET
</b:if>
45 comments
Write commentsdude i am using this in my blog but i want it on right side as it is coming on left side
Replyu can c ur self
http://soft-tricks-by-arham.blogspot.com/
Hi Arham,
ReplyKeep the second <script> tag within span tags and with alignment = right.
Regards
Sai
k thanx for replying
ReplyI added this to my blog!!
ReplyBut I used div align right to align it
I am still trying to put it right after the autor text (in the same line) :S
Hi Dav7,
ReplyI have visited your blogs, and found the tweet buttons at bottom of posts, what I suggest is to either use bigger button, or place the button at somewhere in the top area, as it is not visible at the bottom...
Regards
Sai
Fantastic, thanks for making it so easy!
ReplyWelcome buddy !
Reply@ Everybody,
As mentioned by Arham,
If you want to place the widget to the right side, then you need to modify the codes above like this:
CODE 1:
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<div style="text-align: right;">
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
CODE 2:
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
</script>
<div style="text-align: right;">
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
CODE 3:
<a expr:href='"http://twitthis.com/twit?url=" + data:post.url' rel='external nofollow' target='_blank'><div style="text-align: right;"><img alt='Twitter' src='http://www.gigaimage.com/images/cqujmnn2s4ribveury7.gif'/></div></a>
Regards
Sai
Awesome! Thanks for explaining how to do this so clearly.
ReplyI added the retweet button to my blog, and it looks right. But I am pretty sure it is not working properly. I know my lasted post has been retweeted @tweetmeme, but the counter still says 0. Any ideas what might be wrong?
ReplyHi...here's what all i could get from their FAQ page (http://help.tweetmeme.com/2009/04/15/button-faq/)
ReplyAfter I click the ReTweet button, the tweet count doesn’t increaseIt can sometimes can time for a tweet to filter through Twitter to Tweetmeme, although we do try to reduce this delay as much as possible. The button is also cached (”remembered”) for a few minutes before it updates.
Thanks Divya Sai. I'll learn to be patient and wait for the retweets to load :)
ReplyI put that Tweet this button on my blog. www.bibby3.blogspot.com When i click tweet this button, it doesn't recognize Cyrillic Alphabet What should i do? Can u help me out?
ReplyThanks! Using it now in my blog and it seems to be working fine, just one small problem with the white back color...
Replyhttp://mobilespoon.blogspot.com
Sorry, here's the link:
ReplyMobileSpoon
Nice informative blog Gil, but I couldn't get your problem, can you plz rephrase your query?
Replyhow do i go about putting this just on script on my posts? my theme is something like my posts are organized in boxes... but when i put this nice twitter script on, it appears even on the front page... i took it down already coz it make my blog's home page "noisy". i wish i can just put it on the article page... sigh. help pls!
Replyhttp://herroyalbleakness.blogspot.com/
Hello,
ReplyYou need to add a small code to the above code, like this:
<b:if cond='data:blog.pageType == "item"'>
CODE FOR RETWEET/TWEET IT BUTTON
</b:if>
Add that bolded code, and the buttons will be displayed only in the articles pages and not in the homepage.
Regards
Sai
This is good. please take a time to visit kennylischer.blogspot.com
ReplyThanks Divya Sai,
ReplyYou Rock! I tried using Amanda's from another goole search, it didn't work. Then I found you. Thanks, it's working fine and I more than appreciate it. I understand what Gil is saying about the color/background of widget. Is white but I'll take it over nothing for now. If you need anything holler by visiting and let me know if I can do anything! Lee
i got a quick question how can i get buttons like these and digg and facebook connect to come out under each other they keep coming out horizontaly and i want them to come out vertically at the right of the post thanks for your help
ReplyYou mean the buttons should be displayed one below the other?
ReplyAnd tell me what all buttons you exactly want, like 1. twitter 2. facebook 3. digg etc. (in the exact order).
hey how to add buttons in 1 line (my buttons coming 1 below another)
Replynot on my this blog ragnarokonlinehome
Replybut on this blog right corner check it Good Jokes
If you are talking about that green drop-down menu in your blog, then just drag and place that widget either below your header image or above the body-posts widget. That's it.
Replyabout that green widget... i dont have any place there given to drop..
Replybut i was talking about another blog Good Jokes
there you can see twitter button and feed burner button in left side bar ..its one below another ..how arrange it in 1 single line instead of one below another.
Please reply my another comment in your
http://bloggerstop.net/2009/01/create-customized-side-menu-in-your.html
btw i am Animal Eater
ok that green widget problem i solved
Replybut that button problem mentioned above still not solved...help to solve it
check blog goodjokesonly.blogspot.com
thank you nice post =) it's so easy to follow
Replysuper cool! thanks!
ReplyBTW, drop by http://daydreamstars.blogspot.com/ anytime! ;)
Thanks for sharing this. I'm using it on http://splashofcola.blogspot.com
ReplyGreat code! Is there anything I can add to or change about it so that when the url appears in twitter it will have been made shorter?
ReplyIf you are using the second method (custom buttons), then You cannot add a shortner.
ReplyBut if you are using the tweetmeme button, then of course they have that option to use any of the famous link-shrtners in your code.
hi there. my name is david.
Replyit seems I can't add the "retweet button" on my blog: http://imagipod.blogspot.com
I am using the new Template Designer feature of blogger, but I can't find: div class='post-header-line-1' or even the data:post.body. I hope you can help me.
Thank you in advance. Warm regards to you. =)
Make sure that you have marked the "Expand Widget Templates" tick box, and you'll find that code in your template.
Replyit works! thank you very much! =)
Reply@Divya Sai
ReplyThanks for the post. I tried to place the button in the same line of date and notes in my Tumblr posts, but the button is aligned upwards and not on the same line. Would you give me any advice?
Thank you very much
Just now replied to a similar query, hope it will solve your query too:
Replyhttp://bloggerstop.net/2010/04/add-stumbleupon-buttons-with-counter-to.html#c4120144178627868196
Hi, I paste the script for tweet button. take a look...
Replyhttp://justimaginnow.blogspot.com/
but i want to add below/left the comments or right after the sharing button means i don't want to show below the sharing button can you tell me how it'll work
Couldn't get your query.....where exactly do you want the button to be placed? is it after the post?
ReplyI can't add the "retweet button" on my blog: http://fahadkalis.blogspot.com
ReplyI am using the new Template Designer feature of blogger, but I can't find: div class='post-header-line-1'
It search till (div class=')
I also check the expand widget template.
Find this code in your blog:
Reply<data:post.body/>
And add the new code immediately ABOVE it (or BELOW it, if you want the retweet button BELOW all posts).
I want to add some text like 'tweet me' with image . What change should i make in code. That will suit if i change icon to twitter bird. i also want to change its height. I saw width in code, but no height. ( i am not talking about tweetmeme)
ReplySimply replace the word "width" with "height" and put its value in the code.
ReplyAnd to add your text, change this code:
<img alt='Tweet It!' src='http://i45.tinypic.com/2wdaoad.jpg' width='64'/></a>
to something like this:
<img alt='Tweet It!' src='http://i45.tinypic.com/2wdaoad.jpg' width='64'/><br/>Tweet Me</a>
thank you, it work to my blog as i need it
Replycan you tell how to post tweeter button as its in your blog when i click on tweeter buton with your given codes it only create short link of the post it does not create title of the post as in your tweet button that you are using on this site.
ReplyHi,
ReplyI just used the tweet buttons on my blog.. thank you for this post. :)
Comments are moderated on this blog
Allowed HTML tags: <b>, <i> and <a>
Comment Like This! and Optimize your blog EmoticonEmoticon