-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New option: AutoFire #71
Conversation
It may be usefull if you want to add multiple ouibounce on different type of pages.
@kevinweber Thanks for the PR but I don't think I'll be merging this. In essence, this PR defeats the purpose of ouibounce which it to fire an event when a user plans on leaving the site. |
I think that this feature is interesting for many users of exit-intent software. The feature actually doesn't wipe out the use of exit popups.
Alternatively: |
My dislike for "time-based events" is the reason I hacked up ouibounce — I believe these provide a less-than-ideal user experience (ouibounce being the less evil of all options out there). I'm happy to leave this branch open since you already put the work into it but don't feel comfortable morphing the philosophy behind this project. Re: the on-load hook: ouibounce should be loaded on pageload, because of this, I feel as though it isn't necessary. Thanks again for spending the time on this @kevinweber I do really appreciate it. I hope you can see things from my perspective too 🍔 |
Yes, I see. Your philosophy is really cool and I appreciate it. What do you think of extending the API? Like that:
|
ᐧ On Sun, Nov 2, 2014 at 8:30 AM, Kevin Weber [email protected]
|
Yeah I've gotta side with @carlsednaoui here and say this isn't a feature I'd be comfortable including. But that's what open source is all about, you are welcome to fork it into your own version that does include this feature! |
@neils1 ouibounce was not (and cannot) be designed for mobile devices since there's no such thing as "finger tracking" (yet :) |
👍 +1 on what @Jenius said :) |
The workaround I was thinking was susing jquery to make the whole page an active state and then calculating word count *average reading speed and then if someone doesn't scroll down after that time triggering a popup. |
@neils1 that method seems like it would generate a lot of false positives. I think one of the goals of ouibounce is to generate very few or no false positives. Popups are annoying, especially if they come up seemingly randomly. I would go no on that idea, although I must admit it is very creative! |
Automatically trigger the popup after a certain time period.