Advertisement
niammuddin

ads mobile wordpress

Mar 14th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <?php
  2. if ( wp_is_mobile() ) { ?>
  3. <script type='text/javascript'>
  4. $(document).ready(function() {$(&#39;img#closed&#39;).click(function(){$(&#39;#btm_banner&#39;).hide(90);});});
  5. </script>
  6. <div id='floatads' style='width:100%;margin:auto; text-align:left;float:none;overflow:hidden; display:scroll;position:fixed; bottom:0;z-index:9999'>
  7. <div style='width:320px;margin:auto'>
  8. <a id='close-floatads' onclick='document.getElementById(&apos;floatads&apos;).style.display = &apos;none&apos;;' style='cursor:pointer;'>
  9. <img alt='close' src='https://3.bp.blogspot.com/-QUTkPV7Dx5M/WfeIFuj-7pI/AAAAAAAAAD4/tqQ7KIxjUAASl3u5jAc_DR8KHw80VoD0gCLcBGAs/s1600/close.png' title='close button'/>
  10. </a>
  11. </div>
  12. <div style='text-align:center;display:block;width:320px;height:100px;overflow:hidden;margin:auto'>
  13. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  14. <!-- artikbbi.com_3 -->
  15. <ins class="adsbygoogle"
  16. style="display:inline-block;width:320px;height:100px"
  17. data-ad-client="ca-pub-3055661855834833"
  18. data-ad-slot="6780655377"></ins>
  19. <script>
  20. (adsbygoogle = window.adsbygoogle || []).push({});
  21. </script>
  22. </div>
  23. </div>
  24. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement