Nah agar tampilan widget lebih menarik dan cantik, ada widget buatan bloggertricksyang menampilkan recent post dengan gambar thumbnails dan hebatnya lg widget ini bisa menampilkan banyak artikel terbaru(tidak hanya 5) sekaligus.
Selain dengan preview gambar dan judul ditambah lg dengan jumlah komentar dibelakang judul artikel.Yang mau pasang ikuti langkah berikut:
1. Buka blogger.com untuk login ke dasbor
2. Pilih Layout/tata letak
3. Tambah sebuah gadget baru, pilih widgetHTML/Javascript
4. Masukkan script berikut:
<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://opelangi.blogspot.com/”;
</script>
<script src=”http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js” type=”text/javascript”></script>
- Boxwidth = Tentukan lebar widget
- Cellspacing = Jarak antar judul artikel
- BorderColor = Garis tepi widget
- thumbwidth = Lebar gambar
- thumbheight = Tinggi gambar
- fntsize = ukuran font judul
- homepage = Ganti dengan alamat blog anda
- dll
5. Simpan widget, dan lihat hasilnya.