I dont see my post has posted, so I will try this again and sorry if I
get a duplicate post here :(


Hello,

There are a couple things I would fix there.

First off, you don't need to re-add the scripts and css, just once is
enough.

Secondly, you have duplicate IDs which is why the 2nd feed does not
display.

for the 2nd one change...

<div id="feed-control2">

and

new GFdynamicFeedControl(feeds, 'feed-control2', options);


I would also probably change your function name on the 2nd one too

function LoadDynamicFeedControl2() {...}

google.setOnLoadCallback(LoadDynamicFeedControl2);

and same with as above you probably don't need the 2nd
google.load('feeds', '1'); as this gets loaded in your first instance
of the control.


See if that does it :)

Cheers!
Vision Jinx


On Apr 22, 8:41 am, nickd23 <[email protected]> wrote:
> Hi, I have very basic knowledge of coding, and am using sharepoint
> designer.  I am trying to use the Google Ajax Feed API script, to have
> two different vertical boxes (one for each different feed I am looking
> to display the results for).
>
> The first one loads just fine with the feed.  The second one just
> shows 'loading'.  I've tried to search through other submitted answers
> and figure out what is wrong, but I am lost.  I have a test page where
> you can view the code I have posted.  www.cfcomaha.org/test.htm
>
> First section of coding for the 1st feed starts at around line 360.
> For the second section of coding for the 2nd feed starts around line
> 457.  I am putting each section of code in their own layer within
> sharepoint designer.
>
> Any help would be greatly appreciated!
>
> --
> 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