How To Add Recent Post Slider in blogger blog

Recent post slider in blogger blog is awesome widget . it is very simple but very powerful automatic recent post slider. this is very responsive and update the sliding content when ever new post is published (If it fits with user setting )
How-to-add-recent-post-slider-in-blogger-blog

Feature of Recent Post Slider

  • its generate content automatically
  • its is Fully Responsive
  • Slider By a Specific Label ( you can use it for any label )
  • Slider By Recent Posts ( its is updated 2018)
  • this recent post slider has Pre loader Function
  • you can customize recent post slider for blogger according to your need
  • you can install and setup it very easily
this recent post has basic option such as image , max post, etc

How Recent Post Slider For Blogger Work ?

Recent Post Slider Content generate from blog feed by Ajax call there is nothing that is extra ordinary but yet it is still very useful for blogger blog user.

Related Post

How To Install Recent Post Slider in Blogger Blog .

follow the given step.
  1. go to blogger and select your blog
  2. then go to template
  3. click edit HTML 
  4. now click any where in the code box and press control + F to show search box
  5. now Search for this tag </head> and paste the below code before this tag. 
  6. <!-- BloggerDynamicSlider Basic CSS --> <style type="text/css"> /** * jQuery BloggerDynamicSlider v1.0.0 * Copyright 2016 http://shuvojitdas.com * Contributing Author: Shuvojit Das * Plugin URL: https://github.com/shuvojit33/blogger-dynamic-slider * */ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400); @import url("https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.0/flexslider.min.css"); /* Preloader */ .flexslider.loading:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5cfW9Eo3FEFgtzNRG8xxwAchtHRlYPUWVIyNn_-WgPMXHc8vADnJ4XhT0oUTeLIThFuSHubmwZAAT7afIh0x9WM0KG0i0hG-1I3J_paPhbLfNmpWvAgJDDzskcqLRnNBsFezja6kE7pWT/h120/loader.gif) no-repeat center center; background-color: rgba(255, 255, 255, 0.9); z-index: 9999; } .flexslider.loading ul.flex-direction-nav, .flexslider.loading ol, .loading .flex-caption { display: none; } .flexslider { border: 1px solid #cacaca; padding: 4px; margin: 0 auto 60px auto; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .flexslider a { text-decoration: none; } /* Caption/Post Title */ .flex-caption { position: relative; padding-left: 15px; padding-right: 10px; height: 60px; background: #FFFFFF; color: #1C1C1C; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 26px; line-height: 26px; margin: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .flex-caption span { display: table-cell; vertical-align: middle; height: 60px; } .flex-caption.overlayDark, .flex-caption.overlayLight { margin-bottom: -60px; bottom: 60px; position: relative; } .flex-caption.overlayDark { background: rgba(0, 0, 0, 0.7); color: #fff; } .flex-caption.overlayLight { background: rgba(255, 255, 239, 0.9); color: #000; } ul.slides li a { display: block; overflow: hidden; } /* blogger css conflicts fix */ .flexslider ul { margin: 0 !important; padding: 0 !important; line-height: initial !important; } .flexslider ul.flex-direction-nav li { margin: 0; padding: 0; line-height: initial; } .flexslider ul li { margin-bottom: 0 !important; } .flexslider img { padding: 0; border: none; -webkit-box-shadow: none; box-shadow: none; } ul.flex-direction-nav { position: static; } ul.flex-direction-nav li { position: static; } .error { font-family: monospace, sans-serif; } @media (max-width: 600px) { .flex-caption { font-size: 20px; line-height: 20px; font-weight: 400; } } </style> <!-- Include Dependency Script --> <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.0/jquery.flexslider-min.js"></script> <script type="text/javascript" src="http://shuvojitdas.com/script/jquery.bdslider.min.js"></script>
NOTE:if you already add js query code to blog template then don,t add it again or it will not work.
  • Now You have to paste the following code in HTML POST OR HTML GADGET or HTML PAGE and click save and you are done.


<div id="slider1"></div> <script type="text/javascript"> $(document).ready(function() { $("#slider1").BloggerDynamicSlider({ imageWidth: 636, // Image width in px value imageHeight: 398, // Image height in px value maxItem: 6, // Max number of Slider Image to show animation: "slide", // Select your animation type, "fade" or "slide" showPostTitle: true, // Show post title as Caption ? (true/false) postTitleStyle: "overlayLight", // Caption style: "default, "overlayDark" or "overlayLight" }); }); </script>

If You want to add specific label post to recent post slider then add
labelName: "add label name here", Below ImageWidth: 636
  

Enjoy recent post slider if its help you then please share it with you friends


Keywords 
 how to add recent post slider to blogger
add post slider to blogger
add a featured post slider to blogger
How to add dynamic recent post slider
how to add recent post slider for label
how to add recent post in blogger
blogger tricks for recent slider post