Skip to content

Instantly share code, notes, and snippets.

@stracker-phil
Last active March 21, 2019 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stracker-phil/1223dfabb6050b52cbd9165a34ed3ac1 to your computer and use it in GitHub Desktop.
Save stracker-phil/1223dfabb6050b52cbd9165a34ed3ac1 to your computer and use it in GitHub Desktop.
Display the Pop-up "get-newsletter" after a 3-second delay
<script>
window.setTimeout(function(){
DiviPopup.openPopup('#get-newsletter')
}, 3000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment