The TwitThis / Twitter URL in sociable.php does not completely fill out the TwitThis form. To do so, follow the instructions below:
//find this code block somewhere around line 480:
'TwitThis' => Array(
'favicon' => 'twitter.png',
'url' => 'http://twitthis.com/twit?url=PERMALINK',
),
// replace block above with this one
'TwitThis' => array(
'favicon' => 'twitter.png',
'url' => 'http://twitthis.com/twit?url=PERMALINK&title=TITLE',
'description' => 'Twitter / Twit This'
),