millyster
New Member
Hey Guys,
I spent a lot of time looking for a Pop-Under script that actually works. This script will work in most browsers as well as with mobile.
This script was written by: Phan Thanh Cong aka chiplove <ptcong90@gmail.com>
First you need to download the popup.js script located here. That file will need to be uploaded to your website files as we need to link to it on the page you want to use the popup in.
Here's the full setup in your <body> tag, no need to put anything in the <head>.
<script type="text/javascript" src="popup.js"></script>
<script type="text/javascript">
SmartPopunder.make('REPLACE WITH URL LINK YOU WANT TO SHOW IN POP-UNDER', {newTab: true});
</script>
I spent a lot of time looking for a Pop-Under script that actually works. This script will work in most browsers as well as with mobile.
This script was written by: Phan Thanh Cong aka chiplove <ptcong90@gmail.com>
First you need to download the popup.js script located here. That file will need to be uploaded to your website files as we need to link to it on the page you want to use the popup in.
Here's the full setup in your <body> tag, no need to put anything in the <head>.
<script type="text/javascript" src="popup.js"></script>
<script type="text/javascript">
SmartPopunder.make('REPLACE WITH URL LINK YOU WANT TO SHOW IN POP-UNDER', {newTab: true});
</script>
Last edited by a moderator: