Got Attribute name "async" associated with an element type "script" must be followed by the ' = ' character. error?????
I have a solution for that :-)
Add ='asyns' after asyns and save template. Thats it.
<script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-xxxxxxxxxxxxxx",
enable_page_level_ads: true
});
</script>
<script async='asyns' src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9261786981863573",
enable_page_level_ads: true
});
</script>
I hope you liked this article. Must Share this article on Social Media with your friends.
I have a solution for that :-)
Add ='asyns' after asyns and save template. Thats it.
Before :
<script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-xxxxxxxxxxxxxx",
enable_page_level_ads: true
});
</script>
After :
<script async='asyns' src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9261786981863573",
enable_page_level_ads: true
});
</script>
I hope you liked this article. Must Share this article on Social Media with your friends.
0 comments: