How To Add Cool Jquery Featured Post Slider to Blogger 0

| | , ,


1.Login to your blogger dashboard and go to Desing --> Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below and click save.

















<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://nivo.dev7studios.com/scripts/nivo-slider/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script type="text/javascript"> 
$(window).load(function() { 
    $('#slider').nivoSlider(); 
}); 
</script>
<style> 
#slider { 
    position:relative; 
} 
#slider img { 
        position:absolute; 
    top:0px; 
    left:0px; 
    display:none; 
} 
#slider a { 
    border:0; 
    display:block; 
}
.nivo-controlNav { 
    position:absolute; 
    left:260px; 
    bottom:-42px; 
} 
.nivo-controlNav a { 
    display:block; 
    width:22px; 
    height:22px; 
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPOWbx5TW-XP2jcrvsh3CfxHLjfaLMjTcFahOdoLZcTsFWd71aiOWG_rtGnN6tDYTiX7IsEqzO8CEYTLnNxzSTj9ujsHWPCWBXfJosSudSQLWG0QDlQYPkw17ZyHjmqmqiTItYGFEpcaQ/s400/bullets.png) no-repeat; 
    text-indent:-9999px; 
    border:0; 
    margin-right:3px; 
    float:left; 
} 
.nivo-controlNav a.active { 
    background-position:0 -22px; 
}
.nivo-directionNav a { 
    display:block; 
    width:30px; 
    height:30px; 
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxJCbh1eh9jPipmdaoyqncf7VdGgaMRQLdWB6D6E5bN-SeBtqwkfHj2i-vaQUHxJ3hGMLDgGatfRhzIKOgcCS7I80LtjdyFCEquKY7zeU7xA6F42x7FU9plgzfXAv7joQAedjqQzctGO4/s400/arrows.png) no-repeat; 
    text-indent:-9999px; 
    border:0; 
} 
a.nivo-nextNav { 
    background-position:-30px 0; 
    right:15px; 
} 
a.nivo-prevNav { 
    left:15px; 
}
.nivo-caption { 
    text-shadow:none; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size:16px; 
    padding: 10px 0px; 
} 
.nivo-caption a { 
    color:#efe9d1; 
    text-decoration:underline; 
}
.clear { 
    clear:both; 
}
.nivoSlider { 
    position:relative; 
} 
.nivoSlider img { 
    position:absolute; 
    top:0px; 
    left:0px; 
} 
.nivoSlider a.nivo-imageLink { 
    position:absolute; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    border:0; 
    padding:0; 
    margin:0; 
    z-index:60; 
    display:none; 
} 

.nivo-slice { 
    display:block; 
    position:absolute; 
    z-index:50; 
    height:100%; 
} 
.nivo-caption { 
    position:absolute; 
    left:0px; 
    bottom:0px; 
    background:#000; 
    color:#fff; 
    opacity:0.7; /* Overridden by captionOpacity setting */ 
    width:100%; 
    z-index:89; 
} 
.nivo-caption p { 
    padding:5px; 
    margin:0; 
} 
.nivo-caption a { 
    display:inline !important; 
} 
.nivo-html-caption { 
    display:none; 
} 

.nivo-directionNav a { 
    position:absolute; 
    top:45%; 
    z-index:99; 
    cursor:pointer; 
} 
.nivo-prevNav { 
    left:0px; 
} 
.nivo-nextNav { 
    right:0px; 
} 
.nivo-controlNav a { 
    position:relative; 
    z-index:99; 
    cursor:pointer; 
} 
.nivo-controlNav a.active { 
    font-weight:bold; 
} 
</style>
<div id="slider">

<a href="URL-of-Post 1"><img src="Slide-X-Image-Address 1" alt="" title="Slide X Description [...] 1" /></a> 
 
<a href="URL-of-Post 2"><img src="Slide-X-Image-Address 2" alt="" title="Slide X Description [...] 2" /></a>

<a href="URL-of-Post 3"><img src="Slide-X-Image-Address 3" alt="" title="Slide X Description [...] 3" /></a>

<a href="URL-of-Post 4"><img src="Slide-X-Image-Address 4" alt="" title="Slide X Description [...] 4" /></a>

<a href="URL-of-Post 5"><img src="Slide-X-Image-Address 5" alt="" title="Slide X Description [...] 5" /></a>   


</div>


<br/> 
<br/>


Note : Replace URL-of-Post-X , Slide X Description [...] , Slide-X-Image-Address with your content.


Use width=300px and height=618px images for your slides.

Look at the code below:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://nivo.dev7studios.com/scripts/nivo-slider/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script type="text/javascript"> 
$(window).load(function() { 
    $('#slider').nivoSlider(); 
}); 
</script>
<style> 
#slider { 
    position:relative; 
} 
#slider img { 
        position:absolute; 
    top:0px; 
    left:0px; 
    display:none; 
} 
#slider a { 
    border:0; 
    display:block; 
}
.nivo-controlNav { 
    position:absolute; 
    left:260px; 
    bottom:-42px; 
} 
.nivo-controlNav a { 
    display:block; 
    width:22px; 
    height:22px; 
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPOWbx5TW-XP2jcrvsh3CfxHLjfaLMjTcFahOdoLZcTsFWd71aiOWG_rtGnN6tDYTiX7IsEqzO8CEYTLnNxzSTj9ujsHWPCWBXfJosSudSQLWG0QDlQYPkw17ZyHjmqmqiTItYGFEpcaQ/s400/bullets.png) no-repeat; 
    text-indent:-9999px; 
    border:0; 
    margin-right:3px; 
    float:left; 
} 
.nivo-controlNav a.active { 
    background-position:0 -22px; 
}
.nivo-directionNav a { 
    display:block; 
    width:30px; 
    height:30px; 
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxJCbh1eh9jPipmdaoyqncf7VdGgaMRQLdWB6D6E5bN-SeBtqwkfHj2i-vaQUHxJ3hGMLDgGatfRhzIKOgcCS7I80LtjdyFCEquKY7zeU7xA6F42x7FU9plgzfXAv7joQAedjqQzctGO4/s400/arrows.png) no-repeat; 
    text-indent:-9999px; 
    border:0; 
} 
a.nivo-nextNav { 
    background-position:-30px 0; 
    right:15px; 
} 
a.nivo-prevNav { 
    left:15px; 
}
.nivo-caption { 
    text-shadow:none; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size:16px; 
    padding: 10px 0px; 
} 
.nivo-caption a { 
    color:#efe9d1; 
    text-decoration:underline; 
}
.clear { 
    clear:both; 
}
.nivoSlider { 
    position:relative; 
} 
.nivoSlider img { 
    position:absolute; 
    top:0px; 
    left:0px; 
} 
.nivoSlider a.nivo-imageLink { 
    position:absolute; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    border:0; 
    padding:0; 
    margin:0; 
    z-index:60; 
    display:none; 
} 

.nivo-slice { 
    display:block; 
    position:absolute; 
    z-index:50; 
    height:100%; 
} 
.nivo-caption { 
    position:absolute; 
    left:0px; 
    bottom:0px; 
    background:#000; 
    color:#fff; 
    opacity:0.7; /* Overridden by captionOpacity setting */ 
    width:100%; 
    z-index:89; 
} 
.nivo-caption p { 
    padding:5px; 
    margin:0; 
} 
.nivo-caption a { 
    display:inline !important; 
} 
.nivo-html-caption { 
    display:none; 
} 

.nivo-directionNav a { 
    position:absolute; 
    top:45%; 
    z-index:99; 
    cursor:pointer; 
} 
.nivo-prevNav { 
    left:0px; 
} 
.nivo-nextNav { 
    right:0px; 
} 
.nivo-controlNav a { 
    position:relative; 
    z-index:99; 
    cursor:pointer; 
} 
.nivo-controlNav a.active { 
    font-weight:bold; 
} 
</style>
<div id="slider">

<a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF07b5_RY7A8YWk0Sjtyikq9h1oVhLcJDV-AXribNE5sHkebj3xOJYks-EcynbAMYerwlR4CI9yflKeQB4jCOOpN9ZubqV38nyQlzLw5fqMO9M1bDWLqYuNnonXTXuqCG9FiCUy7GBaccM/s800/Gazelle_-_antelope_%2528savanna.gif" alt="" title="Description Goes Here" /></a> 
 
    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1i3KXmO4Sia84OnoVTLMS93c6Gmd6Qblsnfu7pyT7ti_KwGefXXnQGQll-ipDZtFqgoXLmWGLlCkDgZ2uH-rh5R45DWYg3Q74iSocVNOJlWlKccotCbFfogiUFHIxfPWoWDAOYTKyiHdD/s800/Curious_Cat%252C_Siberian_Tiger.gif" alt="" title="You can add Description here or leave it blank as shown in the next image" /> 
 
    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwJjgkrDVxvIJEF1msgUsjkvscNEI3U7Xa2pBclpm51k3uy0-oNKwhELNM17uwnEtePDL02RmX7r8bhn4D6krYN84N7PNEWvvhipVA_8TqllHuwMifUM6jWqMv9KQlD_a9lwRb77dxAZdL/s800/Christmas_Cat.gif" alt="" /> 
 
 <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT3wVB6KM1x7P2yf5hIIY5DCAbqVc0g3VtQ07DeI6envEjVS2uHGuF9Fh0YcKwFEZlCUCqEveeeZoz9ozjhn3K6ZysC7K9PDEikuTkHGjCra7sVX6VPj8Vrwz6ngFVzA8FGv9SkCc3KrDl/s800/Leopard%252C_Africa.gif" alt="" title="You Can Add Description Here" /> 
 
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWwdr5mfw4aFj76v1GGDT62nvzpIYNMC9Sf9_ABWKRHrk96ZO8kjVEcE1eK9uGH1FtoY9XE7pUBwrx6fBHtRlt-iAt7Y9VCSgl6pg6nD4oGZg-QvVt8mxdmMzwPKqsl8r_Smfk_3a-SAKJ/s800/Three_tickets_to_the_North_.gif" alt="" title="#htmlcaption" /> 


</div>


<br/> 
<br/>

Now you are done.CHEERS

StumpleUpon DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google I'm reading: How To Add Cool Jquery Featured Post Slider to Blogger ~ Twitter FaceBook

0 Responses So Far:

Categories

Select Your Categories
Access Denied Adsense Adspace Alexa Rank Animation Avatars Background Backlink Baidu Beginner Guide Best Gadget Birthday Emoticons Blogger Templates Bookmarking Site Bookmarks Brands Avatars Browser Button Buttons CSS CSS3 Menu Change Template Coding style Comments Computer tips Content Slider Cookies Cursor Cute Emoticons Design Domain parking Domain vs Debit Email FEED Favicon Featured content Flash Footer Forum Code Converter Free Domain Free Internet GoDaddy Google Gtalk Emoticons HTML HTML Color Generator HTML to JavaScript converter Header Html Encoder Image Image Gallery Internet Internet Business Java Script Jquery Labels Lable Link Popularity META TAG Magic Html Encoder Magic Zoom Marquee Menu Generator Meta Tags Mobile Reviews Money Tips MooTools Navigation Menu Page Locker Page Navigation Page Peel Photoshop Popup Box Post Print And PDF Related post SEO TIPS Search box Sitemap Social Media Stop Copy TWITTER Text Boxes Text effect Title Tutorial URL Shorten Web Directories Widget Wordpress Yahoo Youtube