Friday, February 22, 2013

Cara Membuat Recent Post dengan Thumbnail

Postingan kali ini adalah Cara Membuat Recent Post dengan Thumbnail  , sebelumnya lihat dulu contohnya dibawah ini.

Jika minat silahkan copy kode dibawah:

<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 = 25; thumbheight = 25; fntsize = 11; acolor = "#666"; aBold = true; icon = " "; text = "Comments"; showPostDate = false; summaryPost = 40; summaryFontsize = 10; summaryColor = "#666"; icon2 = " "; numposts = 6; home_page = "http://gonxbross.blogspot.com/"; </script> <script src="http://vicahya.googlecode.com/files/recentposts_thumbnail.js.htm" type="text/javascript"></script>



Keterangan: 
home_page = "http://gonxbross.blogspot.com -> ganti dengan URL Blog sobat
numposts    = 6; Jumlah posting yang ingin ditampilkan
thumbwidth = 25; ukuran lebar gambar
thumbheight = 25; ukuran tinggi gambar


Kalian bisa atur ukuran semau kalian, semoga Cara Membuat Recent Post dengan Thumbnail  bisa membantu. Terimakasih!

No comments:

Post a Comment