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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.