I added the Addthis widget to the website. Here is the auto-generated code that I changed a bit:
<script type="text/javascript"> var addthis_config = { "data_track_clickback": true, services_compact: 'facebook, twitter,googlebuzz, digg, stumbleupon', services_expanded: 'facebook, twitter,googlebuzz, digg, stumbleupon', ui_cobrand: "ABC Company", ui_header_color: "#ffffff", ui_header_background: "#000000" } </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4dde778a54a20e05"></script> <script type="text/javascript"> var addthis_share = { templates: { twitter: 'check out {{title}} : {{url}} @ABC' }, url_transforms : { clean: true } } </script> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_compact"> <img alt="Share" src="../images/icons/share.gif" /><img alt="ABC" src="../images/icons/financial_tip.png" /> </a> </div>
I have added links to facebook, twitter, google buzz, StumbleUpon and Digg inside the compact and extensible ADdthis widgets. When I click the Share link, the following window appears:
I do not want the Addthis footer to appear in the popup. I tried to find the div with loading jquery doc and delete it ... but it didn't help.
Another thing, when I press FB, it opens my account and the following message about publishing on my wall appears:
Addthis adds some garbage at the end of the common URL: for example, after index.aspx, starting C # before; facebook .. this adds some data that doesn't matter ... how to fix it. Any idea ... If I post it on twitter, the Twitter login screen
I do not want the Addthis message to be in the footer. How to hide / delete it Like FB, when I log in to my Twitter account, some garbage is added to the end of the shared URL: 
In addition, whenever I click the icon inside the compact Addthis, Fb or twitter list, a small window appears: 
Can anyone help me with this.
THANKS.