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 ?