Awesome Automatic Content Slider for Blogger using jQuery Part 3
July 16th, 2011
The following is the sequel of the content slider part 3 … for you who really like the content slider, I give you the Awesome Automatic Content Slider for jQuery using Blogger Part 3 … more stylish, more beautiful, more attractive ..
I hope you like it …
The following is how it looks

Step 1 : Apply Style
- Login to Blogger Dashboard and navigate to Layout > Edit Html
- Don’t click the checkbox which says ‘Expand Widget Templates’
- Find this
]]></b:skin>
Then insert the script in front of it
/* START
--------------------------------------------------------------------
Awesome Automatic Content Sliders for Blogger using jQuery
By http://www.abu-farhan.com
http://css-tricks.com/889-creating-a-slick-auto-playing-featured-content-slider/
--------------------------------------------------------------------
Featured Content Slider
*/
#slider-wrap { width: 500px; margin: 25px auto; position: relative; min-height: 500px;font-size: 10px; background: url(http://i1133.photobucket.com/albums/m596/abu-farhan/featuredcontentslider-bg.png) top center; }
.slider-wrap{ font-family: Arial, Helvetica, sans-serif; width: 419px; position: absolute; top: 87px; left: 40px; }
.stripViewer .panelContainer
.panel ul{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav{ display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }
#movers-row { margin: -46px 0 0 62px; }
#movers-row div { width: 20%; float: left; }
#movers-row div a.cross-link { float: right; }
.photo-meta-data{ background: url(http://i1133.photobucket.com/albums/m596/abu-farhan/featuredcontentslider-transpBlack.png); padding: 10px; height: 40px; margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span { font-size: 13px; }
.cross-link { display: block; width: 62px; margin-top: -10px; position: relative; padding-top: 10px; z-index: 9999; }
.active-thumb { background: transparent url(http://i1133.photobucket.com/albums/m596/abu-farhan/featuredcontentslider-icon-uparrowsmallwhite.png) top center no-repeat; }
/* END
--------------------------------------------------------------------
Awesome Automatic Content Sliders for Blogger using jQuery
By http://www.abu-farhan.com
--------------------------------------------------------------------
Featured Content Slider
*/
Step 2 : Apply Javascript
Find This :
</body>
Then insert the script in front of it
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/FeaturedContentSlider.pack.js"></script>
<script type="text/javascript">
var theInt = null;
var $crosslink, $navthumb;
var curclicked = 0;
theInterval = function(cur){
clearInterval(theInt);
if( typeof cur != 'undefined' )
curclicked = cur;
$crosslink.removeClass("active-thumb");
$navthumb.eq(curclicked).parent().addClass("active-thumb");
$(".stripNav ul li a").eq(curclicked).trigger('click');
theInt = setInterval(function(){
$crosslink.removeClass("active-thumb");
$navthumb.eq(curclicked).parent().addClass("active-thumb");
$(".stripNav ul li a").eq(curclicked).trigger('click');
curclicked++;
if( 6 == curclicked )
curclicked = 0;
}, 3000);
};
$(function(){
$("#main-photo-slider").codaSlider();
$navthumb = $(".nav-thumb");
$crosslink = $(".cross-link");
$navthumb
.click(function() {
var $this = $(this);
theInterval($this.parent().attr('href').slice(1) - 1);
return false;
});
theInterval();
});
</script>
Step 3 : Apply Gadget
Design -> Click on “Add a Gadget” -> HTML/JavaScript type.
<div id="slider-wrap"> <script style="text/javascript" src="http://catur-at-abu-farhan.googlecode.com/svn/trunk/galleryposts-FeaturedContentSlider.js"></script> <script style="text/javascript"> var numposts_gal = 6; //recommended var numchars_gal = 150; var random_posts = false; // random posts </script> <script src="http://abu-farhan-demo.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showgalleryposts&max-results=999999"></script> </div>
if you have any questions please leave a comment….thx u
Alhamdulillah… by Catur
Another post about the Automatic Content Slider for Blogger :
- Awesome Automatic Content Slider for Blogger using jQuery Part 2
- Awesome Automatic Content Slider for Blogger using jQuery Part 1
Categories: Content Slider, Widget

Abu Farhan
I'm an Owner of this blog and it's always been a passion of mine to write about Blogger. I like to make original script for blogger. I also run the awesome Website at The Best Lists.
Related Articles :
- Horizontal Accordion for Popular Post in Blogger (16)
- Popular Post for Blogger with Easy Slider (Featured Content Slider) (26)
- The Magic of Popular Post for Blogger with 3D Cube (31)
- New Popular Post for Blogger With Animation (70)
- Roundabout Content Slider for Blogger (24)
- Awesome Automatic Content Slider for Blogger using jQuery Part 2 (39)
- Awesome Automatic Easy Slider for Blogger using jQuery Part 1 (61)
21 Responses to “Awesome Automatic Content Slider for Blogger using jQuery Part 3”
Leave a Reply
Categories
Ads
-
Recent Posts
PLEASE DONATE MY BLOG
Archives
Social Network
Blogger
Partner
-
-






Ohh wow.. love the list…. some nice new ones I haven’t seen before as well!!
The link to the code for this rotator appears to be password protected. Any chance that this can be fixed?
can I insert this slider at anywhere on my blog
Assalamu alaykum.
It works but posts do not slide completely. You may see on http://truth-on-top.blogspot.com/. every post leaves some portions of it when slides out. how to solve
Messenger in visualizar:
The reference to entity “alt” must end with the ‘;’ delimiter.
Assalamu’alaikum…
Akhi, ana coba tambahin ini widget, tapi kenapa kok footer di blog jadi rusak?
salam.
Very Nice Tutorial..
Hi! Do you know if they make any plugins to protect against hackers?
I’m kinda paranoid about losing everything I’ve worked hard on. Any suggestions?
yourself and revamp your style, you can…
always find you’re inside voice if you look hard enough it is down the trying to escape. setting a routine writing schedule is always a good idea and then sticking to it will only help you in the long run.these examples…
I have created Automatic Content Slider for Blogger using Bloglist & jQuery (No JSON – Javascript)
This is demo & tutorial: http://itdl.w3solution.net/2012/02/automatic-content-slider-using-bloglist.html
[...] = ''; } tokyohive70,000 Tiket Konser 2NE1 di Jepang Terjual Habis Dalam Sehari!Awesome Automatic Content Slider for Blogger using jQuery Part 370,000 Tiket Konser 2NE1 di Jepang Terjual Habis Dalam Sehari!Awesome Automatic Content [...]
assalamualaikum…
mau nanya aja om… saya buka situs ini ==> beritahp.com, nah di situ ada tampilan yang keren banget, recent post-nya itu lho… yang ada di bawah menu, nah, itu bikinnya kayak gimana ya…? pake jQuery kah…? udah dua jam nyari gak ketemu2 juga… yang ada cuma recent post vertikal, atau paling banter versi marquee-nya…
makasih sebelumnya :D
wassalam,,,
Assalamu ‘alaykum…
afwan, ni apakah abu farhan akhmad?
Wa’alaikumsalam
Apa kabar akh ?
Assalamu alaykum ya Akhi..
ini scara tidak sengaja nyampe di blog ente, luar biasa ya, mohon ane dibantu ttg blog development, ane baru beli buku2 di gramedia untuk monetizing, tp tdk ada dasar sm skali ttg template SEO friendly, css dsb.
antum punya ilmu yg luar biasa,
sekiranya boleh ane minta email, atau fb, untuk konsultasi.
jazakallah khaer ya akh..
salam dr akmal makassar
alhamduliLLah Baik..
gimana kabar antum sekeluarga?
antum dimana sekarang?
farhan dah punya adik..?
BarakaLLahu Fiikum..
eai vai aceita?
شكرا أخي جزاك الله خيرا
شكرا
[...] Awesome Automatic Content Slider for Blogger using jQuery Part 3 [...]
saya tw cara memasangnya dengan meletakkan di sini di situ .. tapi apakah lebih baik jika di jelaskan bagaimana bisa terbentuk satu persatu :)