I have a WhatsApp widget that I want to show 3 seconds after the page loads.
I have it set up and it’s working on the editor preview, but live it does not pop up after 3 seconds.
I have tried multiple browsers and Incognito to see if it was a popup blocker/browser issue, but still no joy. The widget works normally otherwise 
Can anyone point me in the right direction? I’m finding it quite confusing at the moment 
Thanks in advance 
Your read-only link may be required.
But it looks like you have half of the interaction built. You’ll want the “hide” view to use “set as initial state” and then the “show” view will be 3 seconds later.
1 Like
Thanks my friend, I added the initial state:
But it still doesn’t pop up on the live site, it works with the preview on the editor though
very strange!
Any ideas on where I’m going wrong?
I can’t post the read link as I’m not the owner 
Here is the website: https://www.realestate-dominicanrepublic.com/
Unfortunately, it’s very difficult to troubleshoot without the read-only link. I would relay this to the site owner and gain their permission to share, if the popup is necessary.
I can only think of one other thing to try. Screenshot below.
I see that you currently have the pop-up set to display=none in normal mode (meaning outside of the interaction). Try changing this back to the final display mode, as it will show after popping up. (block, flexbox, etc.)
Ensure that the end of your interaction reflects this same display mode.
After publishing, you can change the popup back to display=none so that you can return to working on the site contents.
If this recommendation solves your problem, I can give you more steps regarding how to hide the popup so that you don’t need to turn the display on/off on each time you publish.