Loading...
Tech Stunner


How to create pop-under/pop-up ads from any ad link




1) First I want you to go inside your post html code (in case if you are using blogger then you might  see under pen tab there is option shows composed view and html view, now move on to html view).

2) Just scroll down a bit till you reach end of your page code now this is the script you need

<script>
win2=window.open("http://www.youradlink.com")
win2.blur()
window.focus()
</script>

just copy above text and go back to your page html code and paste into it.

3) Finally apply your ad code (maybe advertisers direct link/smart link code) in place of  www.youradlink.com  remember to save your modified data that's it. Now on opening the page your ad link will also pop's just by side to your page.



For pop-up type


<script>window.open('http://www.yourdomain.com/yourad','popupad','width=200,height=150')</script>


Just replace this dummy link http://www.yourdomain.com/yourad with your actual ad link which has to be display in small tab.



Post a Comment

0 Comments