Hello Jeremy,
If you click this link you will see the URL string will only show 3
results: 
http://runadun.blogspot.com/feeds/posts/default?start-index=1&max-results=3
This is what I'm currently using.

I'm moving forward with my own RSS feed using WordPress hosted on my
own server but this type or URL string doesn't seem to work:
http://runadun.com/wordpress/feed/?start-index=1&max-results=3

Do you thin this type of URL query is a Blogger only code?

Dana


On Jun 26, 8:38 am, Jeremy Geerdes <[email protected]> wrote:
> I guess I'm not understanding what you're trying to do. Are you wanting to 
> retrieve 3 lines from the content of thefeeditem, or are you wanting to 
> display only three items/entries from thefeed?
>
> Jeremy R. Geerdes
> Effective website design & development
> Des Moines, IA
>
> For more information or a project quote:http://jgeerdes.home.mchsi.com
> [email protected]
>
> If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan 
> Church!
>
> On Jun 26, 2010, at 10:24 AM, D. R. Hirschberg wrote:
>
>
>
> > I'm currently running a Google AJAXAPIfeedcontrolscriptthat
> > indexes thefeedthen truncates it a the specified number of lines (in
> > this case 3 lines).  Currently I have this running throughoutmysite
> > using a Bloggerfeed(works great).
>
> > Moving forward I am now hostingmyown blog within using WordPress
> > (http://runadun.com/wordpress/).  So far thescriptallows me to run
> > thenewfeedbut I can't truncate the list.  Does anyone have a
> > suggestion for the URL code string?  I've tried every possible syntax
> > and I'm left with no result.  HELP!!!!  :(
>
> > INFO:
> > TheworkingURL with Blogger 
> > is:http://runadun.blogspot.com/feeds/posts/default?start-index=1&max-res....
> > TheworkingURL for WordPress 
> > is:http://runadun.com/wordpress/feed?start-index=1&max-results=3
> > but it doesn't truncate the list to 3.  It shows all.
>
> > ---
> > ORIGINAL CODE:
> > function LoadDynamicFeedControl() {
> >      var feeds = [
> >    {title: '',
> >     url: 'http://runadun.blogspot.com/feeds/posts/default?start-
> > index=1&max-results=3'
> >    }];
> >      var options = {
> >        stacked : false,
> >        horizontal : false,
> >        horizontal : false,
> >        title : ""
> >      }
>
> >      newGFdynamicFeedControl(feeds, 'feed-control', options);
> >    }
> >    // Load the feedsAPIand set the onload callback.
> >    google.load('feeds', '1');
> >    google.setOnLoadCallback(LoadDynamicFeedControl);
> > ---
>
> > ---
> >NEWCODE:
> > function LoadDynamicFeedControl() {
> >      var feeds = [
> >    {title: '',
> >     url: 'http://runadun.com/wordpress/feed?start-index=1&max-results=3'
> >    }];
> >      var options = {
> >        stacked : false,
> >        horizontal : false,
> >        horizontal : false,
> >        title : ""
> >      }
>
> >      newGFdynamicFeedControl(feeds, 'feed-control', options);
> >    }
> >    // Load the feedsAPIand set the onload callback.
> >    google.load('feeds', '1');
> >    google.setOnLoadCallback(LoadDynamicFeedControl);
> > ---
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google AJAX APIs" group.
> > To post to this group, send email to 
> > [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-ajax-search-api?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to