Know of a Wordpress pop under plugin?

bk071

Elite Member
Joined
Nov 24, 2010
Messages
3,302
Reaction score
8,845
I want do pop unders for one of my sites. Tried the following two plugins with no success...

Code:
http://www.popunderplugin.com/
didn't work

Code:
http://wordpress.org/extend/plugins/pop-under-adv-pack/
This actually works but it essentially locks the content and the user has to click on 'close' before it unlocks.

What I want is simple. A user comes to the site, and gets a pop under tab/window once he/she left clicks. No need to display that 'close' thing or whatever.

Anyone could help here?
 
Last edited:
i second Kaistar..

it works perfectly.. just hard code it to ur wordpress using the theme editor..

the catch is, the user must click SOMEWHERE on ur site, click anything. thats why browsers cant block it :)

if ur like me and get a lot of traffic from SU, u wont get much success.. BUT if ur your traffic clicks.., ur golden :)
 
I still use this one, works perfectly. Best solution I have found anyway ;-)
http://www.blackhatworld.com/blackhat-seo/html-javascript/313631-free-javascript-popunder-works.html

i second Kaistar..

it works perfectly.. just hard code it to ur wordpress using the theme editor..

the catch is, the user must click SOMEWHERE on ur site, click anything. thats why browsers cant block it :)

if ur like me and get a lot of traffic from SU, u wont get much success.. BUT if ur your traffic clicks.., ur golden :)

Thank you both.

Any way to add this code to each and every page of my site including all 6500+ posts, pages, category pages and definitely the homepage?

Sorry a bit nooby when it comes to coding :)
 
Any way to add this code to each and every page of my site including all 6500+ posts, pages, category pages and definitely the homepage?

As mentioned above, hard code it using the wordpress editor.
Edit header.php and drop the code in there right before the </head> tag.

Put a couple of comment tags around the code so you know where it starts and stops before you drop it though to help you like this...

Code:
<!--start popunder-->
POPUNDER CODE HERE
<!--end popunder-->
 
Thank you both.

Any way to add this code to each and every page of my site including all 6500+ posts, pages, category pages and definitely the homepage?

Sorry a bit nooby when it comes to coding :)

I have added it into my header.php and it works on the home page but not on the other posts. I use leadrocket plugin to create optin pages. Noticed that when I remove the plugin it works trougout the whole site inclusing posts. Anyone knows how to make it work even with the plugin installed?

Thanks
 
Last edited:
I have added it into my header.php and it works on the home page but not on the other posts. I use leadrocket plugin to create optin pages. Noticed that when I remove the plugin it works trougout the whole site inclusing posts. Anyone knows how to make it work even with the plugin installed?

Thanks

This thread is over 2 years old.

Also you are supposed to put the code in before the closing head tag.
 
Ok thanks, didnt know that. Downloaded the plugin from here somewhere cant ask for support. :banghead:
 
Back
Top