hello , im trying to put exoclick's popunder which will pop up ON CLICK.
i placed this code in wordpress's header.php <body>
<script type="text/javascript" src="http://syndication.exoclick.com/splash.php?idzone=***MyId****&type=11"></script>
but i dont know where to place this code
target="_blank" onclick="exoMobilePop();"
===================
exo says
<script type="text/javascript" src="http://syndication.exoclick.com/splash.php?idzone=***MyId****&type=11"></script>
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.
===================
please help :help:
i placed this code in wordpress's header.php <body>
<script type="text/javascript" src="http://syndication.exoclick.com/splash.php?idzone=***MyId****&type=11"></script>
but i dont know where to place this code
target="_blank" onclick="exoMobilePop();"
===================
exo says
<script type="text/javascript" src="http://syndication.exoclick.com/splash.php?idzone=***MyId****&type=11"></script>
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.
===================
please help :help: