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

citronica’s picture

Category: support » feature

I'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!

MtnMn’s picture

Status: Active » Fixed

Go 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

citronica’s picture

Perfect, thank you!!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.