Hi, will it be possible to introduce a delay in showing the dropdown?

Comments

vesapalmu’s picture

Status: Active » Closed (fixed)

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:

      <script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>

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.

chandrabhan’s picture

Thanks, I have sent a mail to addthis.com support. I will update once I get a response.