You can display the latest and greatest AddThis buttons without this extension. All you have to do is add the following line to your LocalSettings.php
$wgHooks['SkinAfterContent'][] = function ( &$data, Skin $skin ) {
$pubid = 'ra-4e36cd3a05e2e1a2'; // Your public AddThis id
$data .= "<script src='//s7.addthis.com/js/300/addthis_widget.js#pubid=$pubid'></script>";
};
You're welcome. ;-)