Tin cập nhật
Loading...
Friday, April 21, 2017

Khắc phục lỗi Attribute name "async" associated with an element type "script"

7:03 AM
Có 1 số bạn hỏi mình về việc gặp lỗi  khi thiết kế template Blogger. Cụ thể lỗi đó là: Lỗi khi phân tích cú pháp XML, dòng X, cột Y: Attribute name "async" associated with an element type "script" must be followed by the ' = ' character.
Khắc phục lỗi Attribute name "async" associated with an element type "script"...
Lỗi này bị gặp khá nhiều khi các bạn thêm code quảng cáo của Google Adsense trực tiếp vào Template Blogger vì các bạn muốn hiển thị quảng cáo tại vị trí theo ý mình hơn. Khi mình hỗ trợ các blog cũng bị như thế.

Vậy làm thế nào để khắc phục nó.
Các bạn chỉ cần thêm thuộc tính thiếu theo như template blogger cần như sau:
Dòng lỗi

<script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>

Khắc phục

<script async='async' src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>

Lưu mẫu lại các bạn sẽ thấy hết lỗi.
Chúc các bạn vui vẻ ! 

0 comments:

Post a Comment

 
Toggle Footer