Monday, April 8, 2013

Attractive jQuery Slideshow for Blogger

In this post im gonna explain how to add attractive jQuery slideshow to your blogger.You can add this slideshow to top of your posts. Actually this jQuery Slideshow also very easy to add.  Its just widget. Few days ago i posted about Attractive jQuery photo galley. Follow  these step to add  to  your  blog.


jquery+slideshow

How to add jQuery Slideshow for Blogger


1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Layout" Like Below.

3. Click Add Gadget and select 'HTML/Javascript

4. Paste below one of below code.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://s3slider-original.googlecode.com/svn/trunk/s3Slider.js" type="text/javascript"></script> 
<script type="text/javascript"> 
    $(document).ready(function() { 
   $('#btrix_slider3').s3Slider({ 
      timeOut: 3000
   }); 
}); 
</script>
<style>
#btrix_slider3 {
   width: 590px; /* Keep it 20px-40PX greater than ACTUAL Image size */
   height: 335px;
   position: relative;
   overflow: hidden;
   margin-left: 0;
}
#btrix_slider3Content {
   width: 590px;
   position: absolute;
   top: 0;
   margin-left: 0;
}
.btrix_slider3Image {
   float: left;
   position: relative;
   display: none;  top: 0;
   border:1px solid #ddd;
}
.btrix_slider3Image span {
position: absolute;
    font: 10px/15px sans-serif,Arial, Helvetica;
    padding: 10px 10px;
    background-color: #000;
    color: #fff;
    filter:'alpha(opacity=70)';
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    text-align:justify;
}
.btrix_slider3Image span a {
text-decoration:underline;
color:#FE6602;
}
.clear {
   clear: both;
}
.top {
    top: 0;
    left: 0;
    width: 570px !important;
    height: 70px;
}
.bottom {
    bottom: 0;
    left: 0;
    width: 570px !important;
    height:90px;
}
.left {
    left: 0;
    top: 0;
    width: 110px !important;
    height: 335px;
}
.right {
    right: 0;
    bottom: 0;
    width: 80px !important;
    height: 319px;
}
</style>

<br />
<div id="btrix_slider3">
<ul id="btrix_slider3Content">
<li class="btrix_slider3Image"> 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-kWroyhej8BgjoYBDEnmBQFydCo-n9w868tRYieP5bAjeOngxt4Y7I5O_qjXQAwOsljyI52IwbxlMT9QRncDXA4vygSXkOKmRqAv9P3Y_bzI4RchudqzkIJqIN04G6I9NUD9lZBf0FY4/s1600/btrix_image1.jpg" /> 
<span class="left"><h3>
HEADING-1 GOES HERE</h3>
DESCRIPTION GOES HERE</span> 
</li>
<li class="btrix_slider3Image"> 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1GF5zWpPxO3KotPmuGXIO2TryxRUlklxRx3or2odoBRSWqZ9xMa540hQKNx_LpS4mg4JSJaSPFS_qq3mXerrY40xcTI8WDwYDxAbMsYLGMc99NOiwrhESjOIh_Xyh7KshC2dL8d78UWE/s1600/btrix_image2.jpg" /> 
<span class="left"><h3>
HEADING-2 GOES HERE</h3>
DESCRIPTION GOES HERE</span> 
</li>
<li class="btrix_slider3Image"> 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEkFQofpyu_N1LhSg3LFiInaPA5Yh0P3HBlZ4G0a8aChVkBgsSbL07LOGUA9DpaSapRkiiD41hmxUL_1pcn3LMBUun6QdCuyAmhO1XBzsnVb1KO5lEBidnkm_Y6GbQ3-RnHyfsJAPGbhY/s1600/btrix_image3.jpg" /> 
<span class="top"><h3>
HEADING-3 GOES HERE</h3>
DESCRIPTION GOES HERE</span>
</li>
<li class="btrix_slider3Image"> 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZSVws8DWFVv2VBgpo9J-kXv8Pp1Ku0VC40QLWMHV3ZENiT3xzHg6c1LXk7As5sLwS_uQjj8V5s88qNGTEu6gf3mrQizqbd3BmyIyaJNCwLlstwRSqYzuVmmwSRC6jlq56o-dpN8m1nUA/s1600/btrix_image4.jpg" /> 
<span class="bottom"><h3>
HEADING-4 GOES HERE</h3>
DESCRIPTION GOES HERE</span> 
</li>
<li class="btrix_slider3Image"> 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBQd5Ckn66LNDpAuZkc8QER79kSiwxACnnHSs7CM82lMFb7FuPLHaEyD-cc5miiob76UWcRdxYrwpoH_H2hPVuaND-Hqbo-gD0x6uxHd2d0JgSs_-GRZxMCty50iecBaT1UdfANg7F7BM/s1600/btrix_image5.jpg" /> 
<span class="bottom"><h3>
HEADING-5 GOES HERE</h3>
DESCRIPTION GOES HERE</span>
</li>
<div class="clear btrix_slider3Image">
</div>
</ul>
</div>
<br />



You can change photos by changing Image URLs

5. Now save your HTML/Javascript'.You are done.
Hope this jQuery Slideshow helps to make your blog attractive.leave a comment if need any help.

2 comments:

  1. Wow awesome! this jQuery Slideshow will hit the Blog with a special attention.

    ReplyDelete
  2. Very useful and appealing Jquery slideshows shared, special thanks to the publisher.

    ReplyDelete