Cách ẩn widget trên blogspot khi xem trên điện thoại

Cách 1: Nếu muốn hiện widget trên điện thoại thì thêm mobile='yes' vào thẻ <b:widget của widget đó Ví dụ:

<b:widget id="HTML4" locked="false" mobile="yes" title="" type="HTML" visible="true">

Nếu muốn ẩn widget trên điện thoại thì thêm mobile='no' vào thẻ <b:widget của widget đó
Ví dụ:
<b:widget id="HTML4" locked="false" mobile="no" title="" type="HTML" visible="true">

Nếu muốn hiện wideget trên mobile mà không hiển thị trên máy tính thì thêm mobile='only' vào thẻ <b:widget của widget đó
Ví dụ:
<b:widget id="HTML4" locked="false" mobile="only" title="" type="HTML" visible="true">

Cách 2:
Có thể thêm thẻ điều kiện trực tiếp vào widget đó để ẩn widget trên giao diện điện thoại
Ví dụ:
<b:widget cond="!data:blog.isMobileRequest" id="HTML4" locked="false" title="" type="HTML" visible="true">

No comments :