Any Popup and Exit Intent Plugin which works with Whatsapp?

BradyX

Elite Member
Jr. VIP
Joined
Aug 31, 2013
Messages
3,628
Reaction score
477
I want to use a pop up Wordpress plugin which gives coupons on Whatsapp
Any recommendations/ideas for such plugins which has both welcome popup and exit popup functions?
 
Probably none that works perfectly. the onbeforeunload doesn’t really give you any option if the user wants to leave the page.

You could try doing some trickery with the mouse position, but I highly doubt it will be perfect for all devices.

Welcome popup is easy though. You don’t even need a plugin for that (but there should be many available). It is a few lines of html/css and js. Just store the “popup seen” value in a js cookie and don’t show the popup if the cookie exists.
 
Back
Top