3

Alright, so I'm trying to get the next feed page from a Feedburner RSS feed.

I know with a standard wordpress feed you can do something like:

www.mysite.com/?feed=llama&paged2

to get the second page, but how does one do this with a feedburner powered feed?

i.e,

www.mysite.com/feed/ ?

Having a hard time finding anything on Google about working with feedburner URLs, and unfortunately the site I'm working with is totally masking its Wordpress feed with feedburners instead, so I need to work with it.

Johnny Westlake
  • 1,461
  • 10
  • 13
  • did you ever find a solution to this... Im having the same problem with feedburner based XML source data. – tamak Feb 27 '14 at 22:24

1 Answers1

1

The Wikipedia page for Feedburner cites a source saying that the API is deprecated. I notice that the RSS specification does not have any elements to indicate a next page. I could not find any in the Atom spec either. I take this to mean that "pagination" is not widely supported, but that's an inference on my part.

Community
  • 1
  • 1
David W
  • 945
  • 9
  • 21