How Add Automatic Slider In blogspot/blogger like wordpress

you use some slider,but this slider is different from all of then this will work on lebel you need to specify slider and it slide start with that lebel
this slider simply catch all label posts with given label and catch posts with that label

How add this in your blog  you need to simply add this java script in your blog and need to specify label  

<script type='text/javascript'>var numposts = 1;var showpostthumbnails = true;var displaymore = false;var displayseparator = false;var showcommentnum = false;var showpostdate = false;var showpostsummary = true;var numchars = 60;</script> <script type="text/javascript" src="/feeds/posts/default/-/BloggerTricks?orderby=updated&alt=json-in-script&callback=labelthumbs"></script> <script type="text/javascript"> function recentpostslist(json) {  document.write('<ul>');  for (var i = 0; i < json.feed.entry.length; i++)  {     for (var j = 0; j < json.feed.entry[i].link.length; j++) {       if (json.feed.entry[i].link[j].rel == 'alternate') {         break;       }     } var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";//bs var entryTitle = json.feed.entry[i].title.$t; var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";  document.write(item);  }  document.write('</ul>');  } </script> <script src="http://newtricksforblogger.blogspot.in/feeds/posts/summary/-/BloggerTricks?max-results=5&alt=json-in-script&callback=recentpostslist"></script> <a href="http://newtricksforblogger.blogspot.in/search/label/BloggerTricks" style="float:right;font:normal 11px Arial;padding:5px 0;">More on this category &#187;</a>

change your  lebel  with your label al show in dark 

Posted by Durgesh on 00:47. Filed under , . You can follow any responses to this entry through the RSS 2.0. You can leave a response or trackback to this entry

2 comments for "How Add Automatic Slider In blogspot/blogger like wordpress"

Leave a reply