How to load AddThis with jQuery
I recently noticed that AddThis Social Buttons plugin adds about 300KB to my site and moreover it adds 2-3 seconds for loading my page. So how to load AddThis Social Media plugin with jQuery in a background and not to add odd weight to your page? Not a big deal at all! Just read carefully this article.
Add this CSS into HEAD section of your page:
How it works
The HTML code will add a container for your Social buttons and the CSS code will fix this buttons on the left side of your page. After your page is loaded jQuery code adds AddThis javascript to your site in 3 seconds. After this code is loaded it executes addthis.toolbox('.addthis_toolbox') which adds these Social buttons.
"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53xxxxxxxxxxxxx" - go to www.addthis.com and get your code for the buttons