Forum Moderators: martinibuster
I have integrated the javascript into my own javascript
So no call to the addthis.com javascript
function addthis_click()
{
var aturl ='http://www.addthis.com/bookmark.php';
aturl+='?v=10';
aturl+='&pub='+'my_addthis_id';
aturl+='&url='+encodeURIComponent(location.href);
aturl+='&title='+encodeURIComponent(document.title);
window.open(aturl,'addthis','scrollbars=yes,menubar=no,width=620,height=620,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100');
return false;
}
I load the graphic from my own server.
[edited by: engine at 11:48 am (utc) on April 7, 2008]
[edit reason] No sigs, thanks [/edit]