One of my previous criticisms of the TweetMeme button was that the message it would send to Twitter was along the lines of “RT @tweetmeme blah blah blah.” I wasn’t crazy that it would put @tweetmeme as the source of the find when you clicked the button to tweet a post.
TweetMeme, apparently, has addressed this problem. Now you can set a custom source in the JavaScript snippet, so it RT’s your username.
The tweetmeme_source
variable is set much the same way as the ones for the URL or the “compact” button setting.
<script type="text/javascript">
tweetmeme_url = 'http://example.org';
tweetmeme_source = 'redwall_hp';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>