Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This would require writing a custom code for the button instead of one offered by addthis.com. This could cause issues if addthis.com makes changes to their scripts at some point in the future and I'm not sure if this is permitted by terms of service. For these reasons this feature will not be added to the module.
However if you want to try to do this for your own site you can modify the module (6.x-2.4) at line 119:
Just replace http://s7.addthis.com/js/152/addthis_widget.js with your own javascript. If you only want to introduce a delay it should be easy just to copy the script and make a small modification.
Comments
Comment #1
vesapalmu commentedThis would require writing a custom code for the button instead of one offered by addthis.com. This could cause issues if addthis.com makes changes to their scripts at some point in the future and I'm not sure if this is permitted by terms of service. For these reasons this feature will not be added to the module.
However if you want to try to do this for your own site you can modify the module (6.x-2.4) at line 119:
Just replace http://s7.addthis.com/js/152/addthis_widget.js with your own javascript. If you only want to introduce a delay it should be easy just to copy the script and make a small modification.
Comment #2
chandrabhan commentedThanks, I have sent a mail to addthis.com support. I will update once I get a response.