Background

recent post wih thumbnail



Untuk membuat recent post wih thumbnail atau postingan terakhir dengan disertai gambar caranya ikuti langkah langkah berikut ini :


* Login ke tata letak
* Klik add gadget
* Lalu pilih html/javascript
* Copy code script dibawah 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 = 6;


home_page = "http://alamatbloganda.blogspot.com/";


</script>


<script src="http://sites.google.com/site/tempatdollar/mas-acrom/recentposts_thumbnail.txt" type="text/javascript"></script>

Apa yang harus anda ganti :

* Summary fontsize : tulisan berwarna merah menentukan ukuran font yang akan muncul
* numpost : tulisan yang berwarna hijau menentukan jumlah postingan yang akan muncul
* http://alamatbloganda.blogspot.com : tulisan berwarna biru diisi dengan alamat blog anda.

Kemudian save deh...


Leave a Reply