--- C:\Documents and Settings\Andy.LIVELINK\Desktop\addthis.module 
+++ C:\Documents and Settings\Andy.LIVELINK\Desktop\addthis_nu.module 
@@ -218,7 +218,7 @@
       onclick="return addthis_sendto()"><img src="%s" width="%d" height="%d" %s /></a></div>
     <script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
     ',
-    $teaser ? url('node/'.$node->nid) : '[URL]',
+    $teaser ? url('node/'.$node->nid, NULL, NULL, TRUE) : '[URL]',
     $teaser ? addslashes($node->title) : '[TITLE]',
     variable_get('addthis_image', 'http://s9.addthis.com/button1-share.gif'),
     variable_get('addthis_image_width', '125'),