How to break the post title limit for the feed item
As you know,blogspot atom/rss feed limit 25 it's the default volume that atom.xml only contains 25 posts. If you need to increase the number of posts in your atom.xml, change your URL from
http://YOUR BLOG.blogspot.com/atom.xml
to:
http://YOUR BLOG.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=100
It can be any number ,the example above will shown 100 posts in the feed url.
This little trick will break or hack the limit on the number of posts in your atom.xml file.
If you have more than 100 posts, you need to add another URL to get the next batch.
If you need more post display on the feed item says 200 title ,just add:
http://YOUR BLOG.blogspot.com/atom.xml?redirect=false&start-index=101&max-results=200
BTW,nowadays ,blogger do provide their very own default freed address ,you really doesn't need others feed burning service like feed burned.
The feed address is :
http://YOUR BLOG.blogspot.com/atom.xml
For custom domain.
http://www.yourdomain.com/atom.xml
You use it as your sitemap to upload google .
Originally Posted By :abcbloggingtips.blogspot.com
No comments:
Post a Comment