How To Add This Simple Slider To Blogger/Blog
- After logging in to Blogger , select the blog you want to add this slider.
- Then go to the Template >> Edit HTML (tick the boxes expand widget templates )
- Backed up or stored templates used, if at any time an error can be returned to its original shape.
- Click "Open" and enter the following code above the code ]]></b:skin> :
/*****************************************Code red is the size of the slider above, for a width of 300px and height of 400px . Notice all and you have to adjust the size of the sidebar on the template you are using.
Blogger Heroe Slider
******************************************/
.sompret-wrapper {float:right; position: relative;}
.sompret { overflow: hidden; position: relative; width:300px; height:400px;}
.image_reel { position: absolute; top: 0; left: 0; }
.image_reel img {overflow: hidden;float: left;width:300px; height:auto;}
.paging {background:#878773; border:1px solid #676756;padding: 4px 0 2px; text-align: right;z-index: 100; }
.paging a { text-indent:-9999px; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoA2QDBGiTFz02vd-hAmvWaiTs9mjOnYPAYA1k5lujUjTOUrpDpCF44uLG54JEqjHNBqkNvN0e-vFkMXDgh9g56MSMgZ9P6HdCjcwlF7P6xtaXxa4mQ7lpNdvUSWYdgNFVa9dH8UyT1qE/s1600/slider_item.png) no-repeat center; width:10px; height:10px; display:inline-block;margin:3px; border:none; outline:none; }
.paging a.active { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidCIJS1Cl_1mZblumO4Qa-VD46V1YDk09Xaa4-H8nZ4Sh8gsHonQAmSY3ljvPaJZRf6NY3YNppIyYuOsupWpQ9GUKYe15hsDXHzllqTRI22RO0aLs1oWYlG08zgWs0Cj9rsDN7Y93KgaM/s1600/slider_item_active.png) no-repeat center; border:none; outline:none;}
.paging a:hover {font-weight: bold; border:none; outline:none;}
.crott { width:280px; display: none; position:absolute;bottom: 0; left: 0; z-index: 101; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigaZfD4aisMISf8MjY0ORuNC6_tO26X9pFKLY15rkVJOkYQDOUGNAr_XHlVFhtGi4JTnQGtlViO5_5FFY-GLUGO4-nrfNzEBYTQWSAmOxYsr4ESfrxL0agaZbTye3XPIn8n67naywmdfg5/s1600/uj-opacity-40.png);padding:5px 10px; }
.crott a{color: #fff;font: 16px Oswald }
.crott p{color: #fff;font: 12px Arial;}
- Still in Edit HTML , enter the following script code above </head > :
<script src='http://code.jquery.com/jquery-1.8.3.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function() {
//Set Default State of each portfolio piece
$(".paging").show();
$(".paging a:first").addClass("active");
//Get size of images, how many there are, then determin the size of the image reel.
var imageWidth = $(".sompret").width();
var imageSum = $(".image_reel img").size();
var imageReelWidth = imageWidth * imageSum;
//Adjust the image reel to its new size
$(".image_reel").css({'width' : imageReelWidth});
//Paging + Slider Function
rotate = function(){
var triggerID = $active.attr("rel") - 1; //Get number of times to slide
var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide
$(".paging a").removeClass('active'); //Remove all active class
$active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function)
$(".crott").stop(true,true).slideUp('slow');
$(".crott").eq( $('.paging a.active').attr("rel") - 1 ).slideDown("slow");
//Slider Animation
$(".image_reel").animate({
left: -image_reelPosition
}, 500 );
};
//Rotation + Timing Event
rotateSwitch = function(){
$(".crott").eq( $('.paging a.active').attr("rel") - 1 ).slideDown("slow");
play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
$active = $('.paging a.active').next();
if ( $active.length === 0) { //If paging reaches the end...
$active = $('.paging a:first'); //go back to first
}
rotate(); //Trigger the paging and slider function
}, 10000); //Timer speed in milliseconds (3 seconds)
};
rotateSwitch(); //Run function on launch
//On Click
$(".paging a").click(function() {
$active = $(this); //Activate the clicked paging
//Reset Timer
clearInterval(play); //Stop the rotation
rotate(); //Trigger rotation immediately
rotateSwitch(); // Resume rotation
return false; //Prevent browser jump to link anchor
});
});
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
imgr = new Array();
imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZyQDq4zb_UFNCal_bAWAOPjERC_wtSmzJQZQbqj1UOVgPcQntbgyxSmz8zyEsG-TUV6she0OdEj4EXPrzW0xO_FWSB42zM6C1v8KdOxNW8YpfZdKFgU1ACnW-Ab8XZtEesbIgiry7Rgo/s1600/no+image.jpg";
showRandomImg = true;
aBold = true;
summaryPost1 = 80;
summaryTitle = 20;
numposts1 = 6;
function removeHtmlTag(strx,chop){
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
s = s.join("");
s = s.substring(0,chop-1);
return s;
}
function showrecentposts1(json) {
j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0;
img = new Array();
for (var i = 0; i < numposts1; i++) {
var entry = json.feed.entry[i];
var posttitle = entry.title.$t;
var pcm;
var posturl;
if (i == json.feed.entry.length) break;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
posturl = entry.link[k].href;
break;
}
}
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') {
pcm = entry.link[k].title.split(" ")[0];
break;
}
}
if ("content" in entry) {
var postcontent = entry.content.$t;}
else
if ("summary" in entry) {
var postcontent = entry.summary.$t;}
else var postcontent = "";
postdate = entry.published.$t;
if(j>imgr.length-1) j=0;
img[i] = imgr[j];
s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);
if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;
//cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';
var month = [1,2,3,4,5,6,7,8,9,10,11,12];
var month2 = ["January","February","March","April","May","June","July","August","September","October","November","December"];
var day = postdate.split("-")[2].substring(0,2);
var m = postdate.split("-")[1];
var y = postdate.split("-")[0];
for(var u2=0;u2<month.length;u2++){
if(parseInt(m)==month[u2]) {
m = month2[u2] ; break;
}
}
var daystr = m+ ' ' + day + ' ' + y ;
var trtd = '<div class="crott"><a href="'+posturl+'">'+posttitle+'</a><p>'+removeHtmlTag(postcontent,summaryPost1)+'... </p></div>';
document.write(trtd);
j++;
}
}
function showrecentposts2(json) {
j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0;
img = new Array();
for (var i = 0; i < numposts1 ; i++) {
var entry = json.feed.entry[i];
var posttitle = entry.title.$t;
var pcm;
var posturl;
if (i == json.feed.entry.length) break;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
posturl = entry.link[k].href;
break;
}
}
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') {
pcm = entry.link[k].title.split(" ")[0];
break;
}
}
if ("content" in entry) {
var postcontent = entry.content.$t;}
else
if ("summary" in entry) {
var postcontent = entry.summary.$t;}
else var postcontent = "";
postdate = entry.published.$t;
if(j>imgr.length-1) j=0;
img[i] = imgr[j];
s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5);
if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d;
//cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : '';
var month = [1,2,3,4,5,6,7,8,9,10,11,12];
var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var day = postdate.split("-")[2].substring(0,2);
var m = postdate.split("-")[1];
var y = postdate.split("-")[0];
for(var u2=0;u2<month.length;u2++){
if(parseInt(m)==month[u2]) {
m = month2[u2] ; break;
}
}
var daystr = day+ ' ' + m + ' ' + y ;
var trtd = '<a href="'+posturl+'"><img src="'+img[i]+'"/></a>';
document.write(trtd);
j++;
}
}
//]]>
</script>
Note: The script code red at the top, if the template you've installed the script it any series, the script code that should not be included, only one jquery contained in a template if there are two or more will clash and one of its functions is not the way .. numposts : 6; is the number of posts that appear on the slider
- Now you want to put it where the slider, if you want to put in the right sidebar at the top as shown in the demo. Find code <divid='sidebar-wrapper'> sidebar or wrapping existing code in your template, then put the following code before or above <divid='sidebar-wrapper'> :
<div class='sompret-wrapper'>
<div class='sompret'>
<div class='image_reel'>
<script>
document.write("<script src=\"/feeds/posts/default?max-results="+numposts1+"&orderby=published&alt=json-in-script&callback=showrecentposts2\"><\/script>");
</script></div>
<div class='description'>
<script>
document.write("<script src=\"/feeds/posts/default?max-results="+numposts1+"&orderby=published&alt=json-in-script&callback=showrecentposts1\"><\/script>");
</script>
</div>
</div>
<div class='paging'>
<a href='#' rel='1'/>
<a href='#' rel='2'/>
<a href='#' rel='3'/>
<a href='#' rel='4'/>
<a href='#' rel='5'/>
<a href='#' rel='6'/>
</div>
- Last save , and your done.
From The Editors Desk
Slider above you can modify yourself, you can also use it for drawing horizontal slider (not necessarily vertical) try to be more creative by changing the length and width of existing in this tutorial or add ribbon decoration such as seen in this demo , so it looks to be more interesting. That was a tutorial to make a simple slider this time, if there are less obvious please leave in the comments field below.Hello There!Happy for reading the article and don't forget share this article on your social network.Thanks You ^_^
Posted by 7:28 PM and have
0
comments
My friend was reading the article onAdding Automatic And Simple Slider To Your Blogger/Blog. Admin, buddy permitted copying and pasting or disseminate this article, but do not forget to put the source link below.
, Published at Writed by : Admin ID-Netblog

ARTIKEL TERKAIT:
Blogger Plugins
- Cool Recent Cooment Widgets For Blogger/Blog
- Blogger's New Template HTML Editor
- How To Add Lovely Featured Slider With Navigator For Blogger/Blog
- Tooltips Recent Post Widget For Blogger With Thumbnail
- Automatic Hide Facebook Like Button And Twitter Follower On Blogger/Blog
- How To Add Floating Social Bookmark with Easing Effect
- How To Add Cool Hover Subscription Box Every Post For Blogger
- How to Add Wordpress Style Floating Social Sharing Bar Widget For Blogger
- Recommended Post Slide Out Widget With Social Share Buttons For Blogger
- How To Add Flashing Christmas Lights for blogger/blog
- How To Add Google+ Followers Widget For Blogger/wordpress/website
- How To Add Sliding In-Out Social Sharing For Blogger V2
- Adding Ads Box with cool CSS effect as used in Spice Up Your Blog
- How To Add Sliding In-Out Social Sharing For Blogger
- How To Add Cool Blockquote Style In Blogger!
- How To Add A Unique Message Box For Blogger
- How To Add Horizontal Tab menu with Search Form
- How To Add Notification Box For Blogger/Blog
- How To Add Multi-Colored Popular Posts Widget For Blogger
- How To Remove Titles / Header On Label Page For Blogger Blog
- How To Add Mashable WordPress Style Social Subscription Form To Blogger
- How To Build Subscription Box With Facebook Like And Send Button To Blogger Blog
- Add a Stylish Subscription Box With Social Media Buttons Below Every Posts
- How To Add Heading Tag With Drop Shadow And Mouse Hover Effect
Blogger Widgets
- Cool Recent Cooment Widgets For Blogger/Blog
- Automatic Hide Links From Comments In Blogger
- How To Add Lovely Featured Slider With Navigator For Blogger/Blog
- Tooltips Recent Post Widget For Blogger With Thumbnail
- Automatic Hide Facebook Like Button And Twitter Follower On Blogger/Blog
- How To Add Floating Social Bookmark with Easing Effect
- How to Add Wordpress Style Floating Social Sharing Bar Widget For Blogger
- How To Add Pro Facebook Like Box Widget Beside Beautiful Social Sharing Box in Blogger Post Footer
- How To Add Google+ Followers Widget For Blogger/wordpress/website
- Author Bio Box Widget Generator For Blogger/Blog
- How To Add Static Google Plus Pop Out Box With Smooth Hover Effect
- How To Add Sliding In-Out Social Sharing For Blogger V2
- How To Add Sliding In-Out Social Sharing For Blogger
- How To Add Cool Blockquote Style In Blogger!
- How To Add A Unique Message Box For Blogger
- Hover Link Color Rainbow - Rainbow Color Effect with CSS3 Animation For Blogger
- How To Add Horizontal Tab menu with Search Form
- How To Add Spice Up Your Blog Comment System
- How To Add Cool Hover Blogger Widget
- How To Add Stylish Animated Blogger Recent Posts Widget
- How To Add Multi-Colored Popular Posts Widget For Blogger
- How To Add Mashable WordPress Style Social Subscription Form To Blogger
- How To Build Subscription Box With Facebook Like And Send Button To Blogger Blog
- Add a Stylish Subscription Box With Social Media Buttons Below Every Posts
No comments:
Post a Comment