Widget Recent Posts Dengan Thumbnails Untuk Blogger



Posting ini menjelaskan cara menambahkan widget Recent Posts di Blogger dengan gambar thumbnail. Kemarin, ketika saya membuat template baru saya gaya wordpress untuk konversi template Blogger .. Ide ini muncul dalam pikiran saya. Fitur ini juga diminta kali begitu banyak di sini .. jadi, di sini setelah belajar dari kesalahan dan banyak percobaan, akhirnya saya berhasil!

Jadi, mari kita lihat bagaimana menginstal widget ini di blog keren sobat.
1. Masuk ke dashboard Blogger terus ke Rancangan »Tambah gadget » html / javascript
3. Cukup copy dan paste kode ini ..

<script language="JavaScript">
imgr = new Array();
imgr[0] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[1] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[2] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[3] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[4] = "http://i43.tinypic.com/orpg0m.jpg";
showRandomImg = true;
boxwidth = 298;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#000000";
thumbwidth = 40;
thumbheight = 40;
fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";
text = "comments";
showPostDate = false;
summaryPost = 40;
summaryFontsize = 10;
summaryColor = "#666";
icon2 = " ";
numposts = 5;
home_page = "http://schemar-mag.blogspot.com/";
</script>
<script src="http://recentpost1-alfanet.googlecode.com/files/recentposts_thumbnail.js" type="text/javascript"></script>




boxwidth = lebar widget
cellspacing = spasi antar baris widget
borderColor = warna bingkai widget
thumbwidth = lebar gambar thumbnails
thumbheight = tinggi gambar thumbnails
fntsize = jenis huruf
acolor = warna huruf
aBold = ketebalan huruf false/true
showPostDate = waktu pengeposan false/true
summaryPost = jumlah karakter uraian post
summaryFontsize = ukuran huruf uraian
summaryColor = warna huruf uraian
numposts = jumlah post yang akan ditampilkan
home_page = "http://nama-blog-anda.blogspot.com/";

Silahkan sesuaikan dengan selera anda dari huruf-huruf yang berwarna script di atas. Telah saya uji coba dan 100% jalan....
Semoga bermanfaat bagi sobat semuanya...
Previous
Next Post »