Kreasi Slide Show Buat Blog

Kang Ajay
11
Sesuai dengan judul Slide Show buat blog,..Sebenarnya saya pernah share tutorial tentang slide show, Disini.yang mana pungsinya sama untuk memunculkan image yang kita pasang,namun pada tutorial ini ada lebihnya,yaitu di dalam slide tersebut kita bisa mencantumkan keterangan tentang gambar tersebut,...
Bagaimanakah Cara membuatnya???mu tau..!! yu kita langsung ke T...K...P.

Pertama sekali cari kode <head> nah setelah ketemu simpan kode di bawah ini,tepat di bawahnya,kode yang di cari tadi,ok...

<script src='http://pelajarandashblogdotblogspotdotcom.googlecode.com/files/slideshowpelajaranblogjquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
//Execute the slideShow, set 6 seconds for each images
slideShow(3000);
});
function slideShow(speed) {
//append a LI item to the UL list for displaying caption
$('ul.slideshow').append('<li id="slideshow-caption" class="caption"><div class="slideshow-caption-container"><h3></h3><p></p></div></li>');
//Set the opacity of all images to 0
$('ul.slideshow li').css({opacity: 0.0});
//Get the first image and display it (set it to full opacity)
$('ul.slideshow li:first').css({opacity: 1.0});
//Get the caption of the first image from REL attribute and display it
$('#slideshow-caption h3').html($('ul.slideshow a:first').find('img').attr('title'));
$('#slideshow-caption p').html($('ul.slideshow a:first').find('img').attr('alt'));
//Display the caption
$('#slideshow-caption').css({opacity: 0.7, bottom:0});
//Call the gallery function to run the slideshow
var timer = setInterval('gallery()',speed);
//pause the slideshow on mouse over
$('ul.slideshow').hover(
function () {
clearInterval(timer);
},
function () {
timer = setInterval('gallery()',speed);
}
);
}
function gallery() {
//if no IMGs have the show class, grab the first image
var current = ($('ul.slideshow li.show')? $('ul.slideshow li.show') : $('#ul.slideshow li:first'));
//Get next image, if it reached the end of the slideshow, rotate it back to the first image
var next = ((current.next().length) ? ((current.next().attr('id') == 'slideshow-caption')? $('ul.slideshow li:first') :current.next()) : $('ul.slideshow li:first'));
//Get next image caption
var title = next.find('img').attr('title');
var desc = next.find('img').attr('alt');
//Set the fade in effect for the next image, show class has higher z-index
next.css({opacity: 0.0}).addClass('show').animate({opacity: 1.0}, 1000);
//Hide the caption first, and then set and display the caption
$('#slideshow-caption').animate({bottom:-70}, 300, function () {
//Display the content
$('#slideshow-caption h3').html(title);
$('#slideshow-caption p').html(desc);
$('#slideshow-caption').animate({bottom:0}, 500);
});
//Hide the current image
current.animate({opacity: 0.0}, 1000).removeClass('show');
}
//]]>
</script>
<style type='text/css'>
ul.slideshow {
list-style:none;
width:500px;
height:250px;
overflow:hidden;
position:relative;
margin:0;
padding:0;
font-family:Arial,Helvetica,Trebuchet MS,Verdana;
;
}
ul.slideshow li {
position:absolute;
left:0;
right:0;
}
ul.slideshow li.show {
z-index:500;
}
ul img {
width:500px;
height:250px;
border:none;
}
#slideshow-caption {
width:600px;
height:650px;
position:absolute;
bottom:0;
left:0;
color:#fff;
background:#000;
z-index:500;
}
#slideshow-caption .slideshow-caption-container {
padding:5px 10px;
z-index:1000;
}
#slideshow-caption h3 {
margin:0;
padding:0;
font-size:16px;
}
#slideshow-caption p {
margin:5px 0 0 0;
padding:0;
}
</style>


Ket: kode berwarna merah adalah kode yang sobat bisa ganti sesuai dengan keinginan untuk menentukan lebar,tinggi serta panjang dari gadget tersebut,sedang untuk yang lain sobat otak-atik aja sendiri ya :


Untuk langkah kedua sekaligus langkah terakhir sobat pergi ke Dashboard > Tata Letak > klik tulisan Add a Gadget (tambah widget) > pilih HTML/Javascript lalu letakkan kode ini:



<ul class="slideshow">
<li><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEof1DQJL-L8JNaAKWmvS9Dy5DiDRg6fdpNn2f-rrX52LRhPQYMnbK98a8rp8A8urnM-NChj-f7wZrEEyIvreWFYlHATIAurbnuCnTl_WwcKxiu0AIwHJwDd35sl4j__nn8JE6cMJq83zT/s1600/Img00012.jpg"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEof1DQJL-L8JNaAKWmvS9Dy5DiDRg6fdpNn2f-rrX52LRhPQYMnbK98a8rp8A8urnM-NChj-f7wZrEEyIvreWFYlHATIAurbnuCnTl_WwcKxiu0AIwHJwDd35sl4j__nn8JE6cMJq83zT/s1600/Img00012.jpg" title="This is featured post 1 title" alt="Replace This Text With Your Featured Post 1 Description." /></a></li>
<li><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYbHZwp0bSf9Bu_h8wPSBqPRkpQmv9HK8PkvSeeBLez4i2vLehgVtOONg5JYW_ByK-BbA2fxIjJTZX9rGR7m8QYwEf72Dov7pFl_y1Y__aCXzn2bCSoiD4I6FyOY2S-6m2s1P9ax5A60VP/s1600/Img00004.jpg"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYbHZwp0bSf9Bu_h8wPSBqPRkpQmv9HK8PkvSeeBLez4i2vLehgVtOONg5JYW_ByK-BbA2fxIjJTZX9rGR7m8QYwEf72Dov7pFl_y1Y__aCXzn2bCSoiD4I6FyOY2S-6m2s1P9ax5A60VP/s1600/Img00004.jpg" title="This is featured post 2 title" alt="Replace This Text With Your Featured Post 2 Description." /></a></li>
<li><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5BdQuj7WRKTpAg-OyU5p-UtvOaGJZFF5CAgfqyQ_E1ox8xJg1hv90KlDKPIyNNvUNEHRr04nsT7k7Y1QJPZGDEpu9UfCaaXMqP_yNhhV8fQ3kJcXBycpVLssk_FqIPlo4l0qX4Jm79Ekf/s1600/Img00003.jpg"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5BdQuj7WRKTpAg-OyU5p-UtvOaGJZFF5CAgfqyQ_E1ox8xJg1hv90KlDKPIyNNvUNEHRr04nsT7k7Y1QJPZGDEpu9UfCaaXMqP_yNhhV8fQ3kJcXBycpVLssk_FqIPlo4l0qX4Jm79Ekf/s1600/Img00003.jpg" title="This is featured post 3 title" alt="Replace This Text With Your Featured Post 3 Description." /></a></li>
<li><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz28T2Tb5IBfOIV2ruf7lY7vdyPIg4HREu-G1B6MgKCq9RvcRtXscCDqku3oTZYHciSe_zZVXLVj9Y0Dv8UqVQu2E_s3eL8wCJK1-_6E-brTdS0StlzO9wyz_ksJDQR71DUVAy7fER9WEL/s1600/Img00021.jpg"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz28T2Tb5IBfOIV2ruf7lY7vdyPIg4HREu-G1B6MgKCq9RvcRtXscCDqku3oTZYHciSe_zZVXLVj9Y0Dv8UqVQu2E_s3eL8wCJK1-_6E-brTdS0StlzO9wyz_ksJDQR71DUVAy7fER9WEL/s1600/Img00021.jpg" title="This is featured post 4 title" alt="Replace This Text With Your Featured Post 4 Description." /></a></li>
</ul>


Jika Sobat pingin lebih banyak lagi menampilkan gambarnya silahkan tambahkan dari teks yang berwarna merah,batas akhir tambahan haruslah ." /> </a></li></ul> yang di kasih warna biru.untuk gambar dan teks silahkan cari kreasi sendiri sendiri...teks yang warna coklat muda.
Sekian,selamat mencoba dan semoga sukses...


Demo:Disini
Selamat Mencoba Dan Semoga Berhasil

ٱلْØ­َÙ…ْدُ Ù„ِÙ„َّÙ‡ِ رَبِّ ٱلْعَٰÙ„َÙ…ِينَ

Post a Comment

11Comments

Silahkan berkomentar...
Catatan: jangan menulis link hidup.Silahkan tinggalkan komentar sobat dengan menggunakan opsi Name/URL. Mohon jangan komentar SPAM ya..! Komentar dengan menyertakan LINK / ANCHOR TEXT atau promosi produk tertentu akan saya hapus karena blog ini bukan tempat untuk mempromosikan produk yang dijual di blog anda.

  1. Wah sob eta slide photo2 kampung halaman? Jadi inget ka lembur eum,,, hoyong mulang ,,, kangeeen,,,

    wilujeng ngeblog

    ReplyDelete
  2. @Kang Asep muhun kang...ke ari akang teh tasikna yti palihan mana nya,...hatur nuhun kana kunjungan anu sekian kalina,.geura uih atuh geura longok lembur,..he...he

    ReplyDelete
  3. selalu tergoda untuk menempelkannya didesa, biar gemuk lagih..hehehe
    hepi palentin kang, hayu kita berpelukan sejenak.

    ReplyDelete
  4. @Cilembu thea hepi palentin buat semua sobat sobatku,...hi...hi...hayu atuh urang berpelukan heula,...mangga sok di cobian semoga berhasil kang,...

    ReplyDelete
  5. itu warna hurufnya jngan pke warna kuning atuh,,, gak jelas,, template v seluler bg na warna putih,,

    Hampura kng nembe tiasa komen, da kapungkurmah sesah lebet ka blog akang teh,, maklum, kuring ngeblogna ngan saukur ngangge hp,,,

    ReplyDelete
  6. @Yusup Laskar oh,...silaunya,teu sawios wios kmha atuhnya,ke bde di gentos ku anu bodas,hatur nuhun kana infona...


    happy blogging

    ReplyDelete
  7. Waduh ketinggalan info nie Kang,maksih tipsnya,saya coba pelajari yach.Salam sukses and happy blogging.

    ReplyDelete
  8. @Raihan Marie Ramadhan iyah atuh kamana hungkul saodaraku yang satu ini lama ga muncul nih,...he...he..
    wilujeng sumping atuh


    happyblogging

    ReplyDelete
  9. punten sob bade uken izin copas na nyak..hehehee

    ReplyDelete
  10. parantos dicobi yeuh sob,,,
    lumayan jang nambah2 ka endahan kana blog..
    heheheheee

    ReplyDelete
  11. @obat herbal stroke mangga akang di copas saja,..terima kasih kana kapercanteunana...

    happy blogging

    ReplyDelete
Post a Comment