I want to add the following Adsense code into my articles just using the tinymec editor html tab
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-4020801146046639"
data-ad-slot="9853926026"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
{literal} code here{/literal}
Just wondering iof there is a way to make this code work in the common tinymce html code editor?
Ive not run Google Ads in some time- Ive installed this script today in a few blogs and after several hours its still blank on the page....when I go back into the tinymce editor and check the code it looks like this
<p>
<script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</p>
<p><ins class="adsbygoogle" style="display: block; text-align: center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-4020801146046639" data-ad-slot="9853926026"></ins></p>
<p>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</p>
updated by @derrickhand300: 05/12/18 01:34:09PM