2017-03-19

How To Fix Asyns Error | Asyns Error Kaise Fix Kre



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.


Before : 


<script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: &quot;ca-pub-xxxxxxxxxxxxxx&quot;,
    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: &quot;ca-pub-9261786981863573&quot;,
    enable_page_level_ads: true
  });
</script>



I hope you liked this article. Must Share this article on Social Media with your friends.



Don't be selfish... Share this article with your friends :)
Facebook Twitter Google Digg StumbleUpon Reddit LinkedIn Pinterest

Authored by:

0 comments: