Well I recently got into PantherAds and got my ad script to place on my website. However I found out that when the script (/iframe) of Pantherads on my website isn’t loading, the rest of my website isn’t loading either. In other words: it’s waiting for Pantherads to fully load before it will continue to load the rest of my website. Now what I’d like to do is either make sure it loads the rest of the page at the same time, so that my website won’t be bothered when PantherAds script isn’t loading, or I’d like to set a timeout for the Pantherads script. E.g. if it hasn’t loaded within 5 seconds, then just skip it.
Does anyone know how to do this? Or can anyone help me out on this? Would be much appreciated!
Thanks in advance.
Best Regards.
UPDATE:
This is the Pantherads script:
<script language="javascript" type="text/javascript" src="http://pantherads.com/ads/CODEHERE"></script>
It’s said to use an iframe to show the ad.
Include your
<script> </script>tags of PantherAds just before closing</body>tag.It will load only after your page is loaded.