Recent post widget for blogger
When you show recent post using feed in your blog it show only 5 recent post of your blog. click here for this trick
If you want to add more than 5 recent posts.
Click LAYOUT > ADD A GADGET > HTML/JAVASCRIPT
Now add the code from below to it and save it.
There is one another alternate widget which also you can use in your post page.
Change the codes in red to your blog name and no of posts to be shown and its length of characters.
If you are using blogger in blogspot.com than your defaut feed address is :
http://www.mixtaka.blogspot.com/feeds/posts/default
to show feed of a particular tag of your blog, type this :
http://www.mixtaka.blogspot.com/feeds/posts/default/-/Hindi songs
to control the number of post showing in your feed type this :
http://www.mixtaka.blogspot.com/feeds/posts/default/-/Hindi songs?max-results=100
If you want to add more than 5 recent posts.
Click LAYOUT > ADD A GADGET > HTML/JAVASCRIPT
Now add the code from below to it and save it.
<script src="http://bandofgirls.googlepages.com/recent-posts.js"></script>
<script>
var numposts = 12;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
</script>
<h2>RECENT POSTS</h2>
<script src="http://mixtaka.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script>
There is one another alternate widget which also you can use in your post page.
<script src="http://files.lifewg.googlepages.com/blogger-widget.js"></script><script>var numposts = 10; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script> <script src="http://www.mixtaka.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script>
Change the codes in red to your blog name and no of posts to be shown and its length of characters.
If you are using blogger in blogspot.com than your defaut feed address is :
http://www.mixtaka.blogspot.com/feeds/posts/default
to show feed of a particular tag of your blog, type this :
http://www.mixtaka.blogspot.com/feeds/posts/default/-/Hindi songs
to control the number of post showing in your feed type this :
http://www.mixtaka.blogspot.com/feeds/posts/default/-/Hindi songs?max-results=100
0 comments:
Post a Comment