How can I reduce Blogger's feed size below FeedBurner's 512K limit?
FeedBurner does not
accept an original feed from your blog if it is greater than 512K in
size. (This limitation only applies to the actual size of the feed file
itself and does not include any images or media files you may
have linked to or embedded in your posts.) In this case you blog has too
many post while you are burning Feed burner feed
To Reduce the feed size bellow 512K first you should make Allow Blog Feeds to short at Settings->Site Feed.
Next, you need to add a parameter to the address for your original feed's URL — the one that FeedBurner checks for updates in order to keep your FeedBurner feed current — that tells Blogger to shorten it to a specific number of posts.
To add this parameter while burning new feed:
OR
Select and click Next
To add this parameter for existing feeds:
How to tell the filesize of your feed?
Enter its address into www.web-sniffer.net and look at the report it returns; there should be a value in kilobytes for the size of your feed in an "uncompressed" format.
To Reduce the feed size bellow 512K first you should make Allow Blog Feeds to short at Settings->Site Feed.
Next, you need to add a parameter to the address for your original feed's URL — the one that FeedBurner checks for updates in order to keep your FeedBurner feed current — that tells Blogger to shorten it to a specific number of posts.
To add this parameter while burning new feed:
- Sign in to your FeedBurner account.
- For blogger feed URL will be like as bellow:
http://technical-tejash.blogspot.com/atom.xml
OR
http://
technical-tejash
.blogspot.com/feeds/posts/default
But while specifying feed URL at
Burn a feed right this instant give the feed URL like this:
http://
technical-tejash
.blogspot.com/feeds/posts/default?max-results=5
Select and click Next
To add this parameter for existing feeds:
- Sign in to your FeedBurner account.
- Click the title of your FeedBurner feed on the My Feeds page.
- On the feed management page that appears, click the Edit Feed Details... link just below your feed's title.
- In the Original Feed Address field, change the address listed there from an example like the following:
Code: http://technical-tejash.blogspot.com/atom.xml
ORhttp://
technical-tejash
.blogspot.com/feeds/posts/default
to the following format:Code: http://
technical-tejash
.blogspot.com/feeds/posts/default?max-results=5
(Note that max-results sets the number of posts you want to have appear in your FeedBurner feed. Any integer value between 1 and 500 is permitted.)
5.Click Save Feed Details. Your changes are immediately applied and FeedBurner re-burns the newly shortened (or lengthened) feed.
How to tell the filesize of your feed?
Enter its address into www.web-sniffer.net and look at the report it returns; there should be a value in kilobytes for the size of your feed in an "uncompressed" format.