XenForo Can you trigger two events with data-xf-click?

F

frm

Guest
Is it possible to trigger two (or more) different data-xf-click events at once?

One is already there to count link clicks, but I want to trigger an overlay prior to going to the link such as a "You are leaving this site..." type of one.

Would I need to first do an overlay and then trigger the link click counter on the 2nd link when they actually visit the site?

Or, can I do something like data-xf-click="overlay linkcounter"?

Continue reading...