Index: tweetmeme.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tweetmeme/tweetmeme.module,v
retrieving revision 1.2.2.4
diff -u -r1.2.2.4 tweetmeme.module
--- tweetmeme.module	14 Aug 2009 20:44:53 -0000	1.2.2.4
+++ tweetmeme.module	6 Nov 2009 17:09:18 -0000
@@ -199,6 +199,12 @@
         '#weight' => -10,
       );
     }
+
+    // Set the TweetMeme customized button title:
+    // http://help.tweetmeme.com/2009/09/21/customising-button-title/
+    if ($teaser == FALSE && $page == TRUE) {
+      drupal_set_html_head('<meta name="tweetmeme-title" content="' . check_plain($node->title) . ' />');
+    }
   }
 }
 
