So I got this WordPress plugin Twittertools from Alex King which promises to publish your blog posts to twitter including an link back to your blog post. Unfortunately there is a hardcoded tweet format setting in the twitter-tools.php file:
$this->tweet_format = $this->tweet_prefix.': %s %s'; Continue Reading →