Here's the code:
place
numResults : 7,
before
stacked : false,
'7' can be any number to represent the number of RSS feeds to display.
linkTarget : google.feeds.LINK_TARGET_SELF,
before
stacked : false,
will open the feeds in the same window.
I'm still working on how to get the main link in the header of the box
- the main blog page - to not open a new window.
Randy Willis
page sample
www.lahaina-family-vacation.com/maui-luau-pictures.html
On Feb 7, 2:24 pm, RandyWillis <[email protected]> wrote:
> I am trying to increase number of RSS feeds displayed in my 'Dynamic
> Feed Control Wizard' created box. I have found various posts on this
> site on how to get beyond the default (4) using setNumEntries(num),
> but I don't know where to insert that code, because the wizard code
> is different than the examples, and maybe because I am just stupid (I
> hope it is just because I am not a programmer). I have tried various
> iterations that didn't work.
>
> I think I just need to put in setNumEntries(num) OR
>
> Here is the part of the code I am trying to modify:
>
> <script type="text/javascript">
> function LoadDynamicFeedControl() {
> var feeds = [ {title: 'Maui News Alerts on my website...', url:
> 'http://www.lahaina-family-vacation.com/lahaina-family-
> vacation.xml' }];
>
> var options = {
> stacked : false,
> horizontal : false,
> title : ""
> }
>
> new GFdynamicFeedControl(feeds, 'feed-control', options);
> }
> // Load the feeds API and set the onload callback.
> google.load('feeds', '1');
> google.setOnLoadCallback(LoadDynamicFeedControl);
>
> Thanks Randy Willis
--
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.