Welcome To My

Welcome To My

How you can add animated featured post slider widget in your blog.



Today, I am going to show a widget which can help a blogger users, actually, it is an animated post slider widget which appear in your screen in slide. It automatically shows the recently added post. It is very attractive widget and help you to get high traffic in our blog. I know that you are becoming excited to add it. So, I am going to show you some easy steps to add it in your blog. 


  • Login to your Blogger account and open your Dashboard.
  • Then open the Layout > Add gadgets > HTML/Javascript.
  • Then, paste the below code in the body.

<link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/2vjlzwj74ndavlm/NBT_Animated_Recent_Slider.css" />
<div id="NBTfeaturedpostside"></div><a href="http://www.newbloggertips.com"></a>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="https://dl.dropboxusercontent.com/s/ws9ldvtsjerwg19/NBT_Animated_Recent_Slider.js?"></script>
<script type='text/javascript'>
FeaturedPostSide({
blogURL:"mybloggerstorey.blogspot.in",
MaxPost:8,
idcontaint:"#NBTfeaturedpostside",
ImageSize:300,
interval:6000,
autoplay:true,
tagName:false
});
</script>


NOTE-

Replace mybloggerstorey.blogspot.in with your blog URL.
Change the time interval by replacing 6000.






4 comments: