The original version comes from Basic jQuery Slider, i have made some changes to make it work better with blogger.Check out the demo below, i have the demo slider spanning the full width of the blog but as i said it can be changed.

Add The Easy Image Slider To Your Blog
Remember Always Back Up Your Template Before You Make Changes - How To Back Up A Blogger Template
Step 1. In Your Blogger Dashboard Click Design > Edit Html

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)
]]></b:skin>
Step 3. Copy and Paste the following code Directly Above / Before ]]></b:skin>
/* Start Slider Code From http://www.spiceupyourblog.com/ */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;max-width:100%;}
ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}
p.bjqs-caption{display:block;max-width:96%;margin:0;padding:2%;position:absolute;bottom:0;background:rgba(0,0,0,0.7);color:#fff;-moz-border-radius: 6px;-webkit-border-radius: 6px;-moz-box-shadow: 4px 4px 4px #dddddd;-webkit-box-shadow: 4px 4px 4px #dddddd;}
}
/* End Slider Code From http://www.spiceupyourblog.com/ */
Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)
</head>
Step 5. Now Copy And Paste This Code Directly Above / Before </head>
<!-- Start Slider Code From http://www.spiceupyourblog.com/ -->
<script src='http://code.jquery.com/jquery-1.6.1.min.js' type='text/javascript'/><script src='http://yourjavascript.com/9921010228/basic-jquery-slider.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){
$('#my-slideshow').bjqs({
'width' : 940,'height' : 340,'showMarkers' : true,
'showControls' : true,
'centerMarkers' : false
});
});
</script>
<!-- End Slider Code From http://www.spiceupyourblog.com/ -->
Important - The line of code in yellow is the jQuery script, if you previously added jQuery to your template leave it out.
The two lines in red and the width and height.The width is currently 940px and the height is 340px change them as needed.Remember your images will need to be the same size as the width and height you choose here.
Step 6. Save your template.
That's the Css and Scripts added now you need to add the html.To have the slider span across your full blog as in the demo you need a gadget area called Cross Column and can be seen in the image below.If your blog does not have this section available you can see how to enable it here - Add Full Width Cross Column Gadgets To Blogger.
Adding HTML For The Slides
The HTML for the slides goes in a Html/Javascript gadget in the cross column section as shown above.
Below is the html for the slider in the demo.There is no really easy way to explain it so you will need to take a minute to figure out the code.I have the the image URLs is in green and the caption (Optional) is in yellow.Each slide works in the same way, you can just copy and paste this code and replace the Image URL and captions.To add extra slides you can repeat one of the sections and once again add your URL, Image and Caption.
<div id="my-slideshow">
<ul class="bjqs">
<li><img title="This is a caption." src="http://1.bp.blogspot.com/-6VtyHuKWXec/T00nRHDBfKI/AAAAAAAAFwQ/FwyFSdzpq5I/s1600/slider-image1.jpg"/></li>
<li><img title="This is a another caption." src="http://1.bp.blogspot.com/-PpkbSLY_9TQ/T00nR_BmGGI/AAAAAAAAFwY/B-WYpsKXJTM/s1600/slider-image2.jpg"/></li>
<li><img title="This is a another longer caption." src="http://2.bp.blogspot.com/-iywK-OLiBio/T00nPynnhOI/AAAAAAAAFwI/Sic5_siiUb0/s1600/slider-image-3.jpg"/></li>
<li><img title="This is a another much longer caption." src="http://1.bp.blogspot.com/-07WMvWuPh28/T00nUTHpPZI/AAAAAAAAFwg/zQp89S1-5fY/s1600/slider-image4.jpg"/></li>
<li><img title="This is a another longer caption that can be the lenght of the image or even longer onto the next line." src="http://2.bp.blogspot.com/-c5hZdFVFe1E/T00nVcWvScI/AAAAAAAAFwo/t7hX91c07Xc/s1600/slider-image5.jpg"/></li>
</ul>
</div>
That's it, a bit of work needed hopefully you could follow it and have a great looking jQuery Image Slideshow.You can find more Featured Sliders In Our jQuery Posts.
Drop Your Comments And Questions Below.
If You Enjoyed This Post Please Take 5 Seconds To Share It.







Interesting!
ReplyDeleteGoooooooooooooooooooood,
ReplyDeleteLooks good but I don't like having to click to see each photograph. Now if we could get one that slowly fades into the next photograph the way some of those wordpress blog headers work with little dots instead of numbers then I would be very happy.
ReplyDeleteHow to make the automatic ones? I means we're not place the slider dscription one by one just put the labels at widget and the slider show up automatically
ReplyDeletedo u know how to make a slideshow similar to mashable? please tell me if its possible
ReplyDeleteis it possible to put it on a single static page ?
ReplyDeleteYep, add the Css code and scripts as in the tutorial then put the html for the slider in the page..
DeleteSimply Elegant,Thanks Paul!
ReplyDeleteVery very Supper
ReplyDeletevery nice!
ReplyDeleteI already have a navibar in my cross column directly under my header so I can't add the slide show there. Is it possible to put it in my right sidebar and relatively position it in the header from there?
I was able to add another cross column under my header and delete my header thus moving my slideshow up into my header, which is where I want it. I am trying to work out a few kinks with the navibar below it.....I lost the border above it. It may actually be floating above the slideshow but I am not sure if that border belongs to the navibar or not.
ReplyDeleteAm I able to add some code that will customize how many times the slideshow will rotate through?
Thanks!
So the only question I have at this point is where do I go to change the speed of the slideshow? Thank you! I just love this tutorial!
ReplyDeletethx
ReplyDeleteHI ...Thanks alot for the tutorial...
ReplyDeleteCould you tell me if there is a way to link the captions or pictures with the posts they relate to?
Tanya
Thanks a lot, that really spiced up my blog;P
ReplyDeleteI have one question though: is there any way I can reduce the size of the space between the image slideshow and my next page element?
Anette
wow awesome ........thanks for sharing
ReplyDeletegreat thanks, sometime sit doesnt show up?
ReplyDeleteit just leaves it out, while other times its there? especially when i click on my pages?
please help, thanks
this like script. I add my library anymore.
ReplyDeleteThanks for sharing.
ReplyDeleteI love this slider! I have it on my blog, but it's showing double numbers under the slider and 'Next & Prev'... how do I fix it?
ReplyDeleteThanks for sharing this wonderful article. It helped me gain a lot of info.
ReplyDeleteThx, very nice... really cool.. is there a way to slow it down maybe? thx
ReplyDeleteIs there a way to fix the double numbers?
ReplyDeleteI love you...
ReplyDeleteIt's an awesome script, but it's a bit to big? How can I scale it down?
ReplyDeleteIn step 5 I have th width and height highlighted simply change them to the size you want..
Deletethanks Paul
ReplyDeleteit was an easy installation and looks stable which for me (work blog with sometimes ridiculous amounts of maintenance involved) is important.
however, i'm not sure if it's due to the resizing to fit a post where it needs to be for me, to 500px, but there is a semi frame (single lined) above and to the left of the image? any ideas?
also, how can i add a timer to it (60 secs duration)?
though i'm not particularly fussed the previous and next links are above each other, i'm not worried about the numbers being close to each other but
i would like to get rid of the semi framing, and add timing.
any ideas help appreciated.
great blog by the way.
Pls, how can we put blogger post inside or static page.
ReplyDeletepls need step by step method because i am not newbie
I have done everything said on the tutorial and it worked just fine when I installed this on my home page, but when i install this on some other page, the buttons in the end dont load properly (http://thelostdigga.blogspot.in/p/blog-page_07.html). see the buttons in the end. am i doing something wrong? thanks anyways for the easy tutorial.
ReplyDeleteit works grate!
ReplyDeleteone thing... i don't want to put it in widget. i want the slider in a single post page.
so when i copy and paste the sliders html it works but the controls don't look good
how can i change it!
thanks for this great widget. btw, is there any way to get rid or arrange the 'next' and 'previous' text?
ReplyDeleteIt works! But I want to remove the Next - Prev bar. What should I do?
ReplyDeleteHi thanks for this! I've been struggeling to fin a slider that actualy works and fits well. I have a couple of questions though:
ReplyDelete1. How do I change the amount of time each image in the slider stays in view?
2. How do make the images or captions in the slider into a link, so that I can link the pictures to blog posts?
Thanks!