I need a lightbox pop up that is shown to visitors (once the page is loaded) who haven’t visited our page in the past 15 days.
Any method?suggetion.
There are plenty of javascript popup box models out there, so just google those. Then set a cookie and set the expire time to 15 days. Then check for the cookie on pageload and initiate your popup if it’s expired.