Description Usage Arguments Details Value Author(s) See Also
This function utilizes the (unofficial) Google Reader API to retrieve RSS feeds. The advantage of access RSS feeds through the Google Reader API is that you are not limited by the number of entries a website may included in their feed. That is, Google maintains generally maintains a complete history of entries from the RSS feed.
1 | getRSSFeed(feedURL, email, passwd, posts = 1000)
|
feedURL |
the full URL to the RSS feed. |
email |
the email address for the Google Reader account |
passwd |
the password for the Google Reader account |
posts |
the number of posts to return |
Note that the contents of the results will be limited by what the website provides in their feeds. That is, Google does not contain more information per entry then what the website originally provided. If the initial feed contained only excerpts of the article, the feed from Google will too only contain excerpts. Be aware though that for sites that do provide the complete contents of posts will result in potentially very large downloads.
the root XMLNode
for the RSS feed.
Jason Bryer <jason@bryer.orgx>
xmlRoot
for the format of the returned XML
tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.