Hi guys,
I found this worked for me
$(document).ready(function() {
if (window.addthis){
window.addthis = null;
}
$.getScript('https://s7.addthis.com/js/250/addthis_widget.js#async=1');
if (window.addthis) {
window.addthis.ost = 0;
window.addthis.ready();
}
})