Feature Request
-
Kevin, thanks for this great plugin.
I was trying to extend it today and found that I had to change the source in class-frontend.php to get what I wanted.
I wanted to reuse the modal if my visitor clicked on a “Subscribe” link. One complication is that the theme I am using made it difficult to access the link directly.
So I thought I’d throw some quick JS together to get what I wanted. And it worked – once I made the _ouibounce object global by removing the VAR in front of the definition. I think there might be a better way to get at it though.
I wonder if it might be possible to setup a custom javascript trigger when wbounce is setup to pass along the _ouibounce object. Then we can capture that custom event, and have our way with the object without it becoming “global”.
regards,
– Tom
- The topic ‘Feature Request’ is closed to new replies.