Hello all. So I am trying to implement some popup and pounder code on my site. First I tried downloading and installing this --> http://forum.coppermine-gallery.net/index.php/topic,31166.html but it gave me an error and wouldn't work. So then I tried just installing my code by putting it in the custom header and or footer includes. But that won't work either for some reason or another. Can anybody help me out? Heres the code I'm trying to implement
<script type="text/javascript">
//default pop-under house ad url
infinityads_enable_pop = true;
infinityads_adhere_opt='left';
infinityads_frequencyCap =-1;
durl = '';
infinityads_layer_border_color = '';
infinityads_layer_ad_bg = '';
infinityads_layer_ad_link_color = '';
infinityads_layer_ad_text_color = '';
infinityads_text_link_bg = '';
infinityads_text_link_color = '';
infinityads_enable_text_link = true;
</script>
<script type="text/javascript" src="http://ads.lzjl.com/newServing/showAd.php?nid=5&pid=26712&adtype=&sid=46191"></script> <noscript><a href="http://www.yesads.com">online marketing</a></noscript>
Where do you want to display your ads?
They are popup and pounder ads so it doesn't matter where they are placed. They should just come up on the screen no matter where the code is
Adding the code to your theme's template.html file should work.
Thanks Andre