↧
Answer by Trott for Show PubMed RSS feed with google feed api
You can set the option for the number of entries to retrieve thusly:feed.setNumEntries(50);The Feed API documentation indicates that the default is 4. (Look under "Setting the number of feed entries".)
View ArticleShow PubMed RSS feed with google feed api
I am trying to add a RSS feed to my website using Google feeds. The problem is that it clips the number of entries. I only see 4 entries, but when i curl the RSS i see 28 entries. How can I have it...
View Article