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.