menampilkan widget di template versi mobile blogspot

menampilkan widget di template versi mobile blogspot.

Contohnya penulis ingin menampilkan widget popular posts.

Masuk ke blogger --> Template --> Edit HTML, jangan lupa untuk Centang Expand Widget Templates.



Kemudian cari kode berikut:

<b:widget id='PopularPosts1 

kode lengkapnya yaitu: 

<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>

Untuk menampilkan di template mobile, kamu perlu menambahkan property baru pada tag widget tersebut yaitu mobile. Property tersebut mempunyai 3 nilai yaitu yes, no dan only. 
Maka kode yang di tambah akan menjadi seperti berikut:

<b:widget id='PopularPosts1' locked='false' mobile='yes' title='Popular Posts' type='PopularPosts'>

No comments:

Post a Comment