Can anyone tell me if there is a way to get the same display with the Addtoany module a user gets when they mouse over the addtoany icon? So, a user would click the icon, but not be taken to the AddToAny website, rather, the same popup appears?
Thanks!
Comments
Comment #1
citronica commentedI'd like this ability as well and I don't see how to do it, so I'm changing this to a feature request.
I like the pop-up behavior, but the users I've observed tend to click on the link right away, so they're whisked away to the AddToAny website even though the pop-up would probably work better for them.
Is there any way to disable the onClick behavior and just leave the pop-up visible until the user clicks elsewhere?
Thanks!
Comment #2
MtnMn commentedGo to /admin/settings/addtoany
Under Additional Options you can add additional code.
Add in this code:
var a2a_config = a2a_config || {};
a2a_config.onclick = 1;
I found the code here: addtoany.com/buttons/customize
Comment #3
citronica commentedPerfect, thank you!!