Help Me with Exoclick PopUnder Code in Wordpress body

theD2

Regular Member
Joined
Oct 26, 2011
Messages
247
Reaction score
55
please tell me briefly how to do it ..

Code:
[COLOR=#ffd700]<script type="text/javascript" src="http://syndication.exoclick.com/splash.php?idzone=*******&type=11"></script>[/COLOR][COLOR=#000000]

[/COLOR]
Place the complete code above into the <body> of your site.

This script will create a JavaScript function called exoMobilePop() that you can call on all the links of your mobile site.

Links should be modified adding this : target="_blank" onclick="exoMobilePop();"
Example : <a href="http://www.google.com" target="_blank" onclick="exoMobilePop();">My Link</a>
Note : Our script will trigger only one popunder per user, per 24 hours.

thanks :)
 
Hi,
Just put the JS code into your <body> php page (header.php or index.php for exemple) in order to load the JS...
And put your <a href="youURL" target="_blank" onclick="exoMobilePop();">My Link</a> where your want your link to appear...
 
You will be banned if modified our code. Every week they verify and if view that your code is modified, your account will be banned
 
Back
Top