You are here

simple-adsense.html.twig in Simple AdSense 8.0

Same filename and directory in other branches
  1. 1.0.x templates/simple-adsense.html.twig
{# 
	pub-9513614146655499
	5556618763
 #}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  <ins class="adsbygoogle"
  style="display:block"
  data-ad-client="{{ publisher_id }}"
  data-ad-slot="{{ slot }}"
  data-ad-format="auto">
  </ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

File

templates/simple-adsense.html.twig
View source
  1. {#
  2. pub-9513614146655499
  3. 5556618763
  4. #}
  5. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  6. <ins class="adsbygoogle"
  7. style="display:block"
  8. data-ad-client="{{ publisher_id }}"
  9. data-ad-slot="{{ slot }}"
  10. data-ad-format="auto">
  11. </ins>
  12. <script>
  13. (adsbygoogle = window.adsbygoogle || []).push({});
  14. </script>