I am using addthis and they have a bunch of confusing code that I hate to delve into inline javascript. I would like to “click” one of their buttons on my page without having to touch the user.
So, essentially, there is <a>one that contains their button (which their built-in javascript processes when the user clicks on it). I would like to “click” for them using my own javascript, but I don’t see anything like the built-in clickMe () function associated with the anchor tag object.
Is it possible to do this, or is it missing from the specification due to security issues?
source
share