Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8408837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:44:29+00:00 2026-06-09T23:44:29+00:00

I am trying to add a RSS feed to my website using Google feeds.

  • 0

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 load the rest of the entries.

<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script language="JavaScript">

google.load("feeds", "1");

function initialize() {
    var feed = new google.feeds.Feed("http://eutils.ncbi.nlm.nih.gov/entrez/eutils/erss.cgi?rss_guid=1zYrsILa0sOsmYw2yBRKaeHt9hnGCeczWTLrGvu39KX1g_ZMyr");
    feed.load(function(result) {
        alert(result.feed.entries);
        if (!result.error) {
            var container = document.getElementById("feed");
            var text = "";
            for (var i = 0; i < result.feed.entries.length; i++) {
                var entry = result.feed.entries[i];
                text += "<a href='" + entry.link + "'>" + entry.title + "</a><br />" + entry.description + "<br /><br />";
            }
            container.innerHTML = text;
        }
    });
}
google.setOnLoadCallback(initialize);
</script>

and html

<div id="feed">Loading...</div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T23:44:31+00:00Added an answer on June 9, 2026 at 11:44 pm

    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”.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to style the RSS feed that the user would see. So all
I'm trying to write an XML parser that takes an RSS feed & fetches
I'm trying to add some Google AdSense in a RSS stream. I don't want
I've been trying to add RSS feeds in my blog(webapp2 application - Jinja2 templates),
I am trying to create a application that will consume RSS data using .NET
I am trying to add a RSS feed into my pages and i am
I am trying to read RSS feeds from a website and display them on
I'm trying to add support for stackoverflow feeds in my rss reader but SelectNodes
I'm trying add a tab to my web page that looks like this: Using
Background I am trying to include an rss feed using php into a html

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.