Our blog is blogspot-powered, which makes things a bit complicated. After spending some time googling for a solution, I finally gave up and came up with my own.
So, to add a tweetmeme's "retweet" button to your blog at blogger.com follow these steps:
- Do not use the Blogger's built-in "Tweetmeme" gadget. It adds the button to the blog's sidebar which makes it impossible to retweet individual posts from the blog's homepage.
- Log in to your Blogger account.
- Navigate to your blog's "Layout" page.
- Click "Edit HTML".
- Check the "Expand Widget Templates" box.
- Locate this text:
<div class='post-header-line-1'/>
- Add this code right after it:
<div style='float:right;margin-left:10px'><script type='text/javascript'>
tweetmeme_url = '<data:post.url/>';tweetmeme_source = 'USERNAME';
</script>
<script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'> </script></div> - Replace "USERNAME" with your Twitter-name in the code above
Unfortunately, I found no way to add this button to the blog feed. Anyone knows a way of doing this?


0 comments:
Post a Comment