Contact Details

Pengikut

Get in Post

Cara Menampilkan Widget di Template Mobile Blogspot


Inwepo Tutorial - Berikut ini cara untuk 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'>

Posting Komentar