Wow, in just 10 minutes I added a TweetMeme button to the entries and the home page of this Movable Type blog.
Why am I stressing the "Movable Type" part of that sentence? Because if you happen to blog using Wordpress then there's retweet plugins coming out of your wazzoo. For those of us using MT there doesn't seem to be a single one. So you have to add the code to your template yourself - which can be scary to some.
It's really dead easy. Especially in a template like this one, where the compact button fits neatly along side the entry title.
The easiest to do is the individual entry archive:
- Navigate to the "Blog Template" page and select the "Entry" link.
- Find the code "<$mt:EntryTitle$>". This will probably be in a line that starts and ends <h1 blah blah blah> ... <h1>
- Immediately before the "<h1" insert the following code:
<p style="float:right; margin: 0 0 0 5px; padding:0;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_source = 'your username';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</p>
If this has been any help RT it (using the button) and leave a comment. If you want details on how to add it to the front page let me know.
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=b1929996-37b3-4281-8a6a-40d1d6862b6e)


Thanks for this tweetmeme tip.
The icon isn't lining up nicely on the right. It is sitting a bit too high.
http://www.charlesandhudson.com/archives/2009/10/kitchen_design_and_planning_for_the_handicapped.htm
I didn't change any of the margins. Any suggestions? Thanks.
Are there any difference between Movable type blogs and Joomla ?
This is a great Movable Type tip, particularly for those just starting out with (re-)coding their templates.
You mentioned that there's a way to get it onto the front blog page? How do you accomplish that?
Your instructions are great, and I got it on the Entry pages in 2 minutes!
But I realized that you should also include it in the homepage, otherwise you won't see it there.
To do that, I went to the Templates, found the Entry Summary template and edited it.
Then found the <h2> tag where the title of the post begins, and followed the same instructions.
I'm not sure if other blogs are set in the same way, but in my case this is the place where I pasted the code:
<div id="entry-<$mt:EntryID$>" class="entry-asset asset hentry">
<div class="asset-header">
####PASTE CODE HERE###
<h2 class="asset-name entry-title"> ...
Hope this helps other users
@poptyler: I've added a page here: http://www.theaardvark.co.uk/2010/01/adding-a-tweetmeme-to-the-front-page-of-my-movable-type-blog.html
@Michel Ozzello: Superb. Thank you.