wiley / madgex-lazy-ads

Deliver synchronous ads asynchronously, without modifying the ad code. Also, conditionally load ads for responsive websites using a media query or the ad container's dimensions.
MIT License
656 stars 42 forks source link

Support for Adcash footer script #17

Open ronenteva opened 8 years ago

ronenteva commented 8 years ago

Found your script and it seems really awesome! I've been checking it on multiple advertisers and different type of ads, and they all work perfect.

However, I can't get Adcash footer script to work, and can't figure out why.

  <div class="ad" data-lazyad>
    <script type="text/lazyad">
    <!--
<script data-cfasync="false" type="text/javascript" src="http://www.tradeadexchange.com/a/display.php?r=1016629"></script>
    -->
    </script>
  </div>

(The script works fine without lazy-ads)

Any help will be appreciated.

jackappleby commented 8 years ago

Hi! Do you have any errors in your console you can post? The code above looks good to me

autpon787 commented 8 years ago