Published by Author
Hi
Guys,Today I'm going to teach you How To Add Scrolling/Ticker
Recent Post Widget For Blogger.You can see a live demo of this widget by
visiting This Link!.Let's see How To Get This!
Follow The Below Steps
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
$(document).ready(function () {$('#sai').vTicker({
speed: 500,
pause: 3000,
showItems: 3,
animation: 'fade',
mousePause: false,
height: 0,
direction: 'up'
});});
</script>
<div id="sai">
<script src='http://www.YourBlogURL.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs'></script>
</div>
That's it....You're done...
Happy Blogging!!!

0 comments:
Post a Comment