how to add infinite post scrolling effect to blogger:
today i gonna give you how to add infinite post scrolling effect to blogger .in the previous post just i came up with how to add animated flying anroid twitter for your blogger/site .with this post you can
have auto scroller for your blogger need not click older posts/more posts it happens with one change
Go to blogger-> template
->edit html
->press crtl+f a seacrh box apperas at right top
->type </head> in search box
->now copy and paste code below just above/before it
->click save template and view your result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:if cond='data:blog.pageType == "index"'> | |
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script> | |
<script src='http://makingdifferent.github.com/blogger-widgets/jquery.ias.min.js' type='text/javascript'></script> | |
<script type='text/javascript'> | |
jQuery.ias({ | |
container : '.blog-posts', | |
item: '.post-outer', | |
pagination: '#blog-pager', | |
next: '#blog-pager-older-link a', | |
loader: 'http://www.makingdifferent.com/wp-content/uploads/2013/04/loading.gif' | |
}); | |
</script> | |
</b:if> |
No comments:
Write comments