Hi Jeremy, I have got stuck with a similar issue like the one described below. I have included a slideshow with a photofeed in my blog http://travelntreat.blogspot.in/ The slideshow works fine in all browsers except IE. I have even tried in IE7 and IE8 as well.
In IE, I get the following error. Message: 'google.feeds.Feed' is null or not an object Line: 176 Char: 5 Code: 0 URI: https://www.google.com/uds/solutions/slideshow/gfslideshow.js #1 : I tried putting the include script for gfslideshow.js and jsapi in <head> with no luck. #2 : I tried loading these js file dynamically as well, but with no luck. Could you please shed some light on this issue ? Thanks, Dinesh On Tuesday, 27 July 2010 18:21:47 UTC+5:30, jgeerdes [AJAX APIs "Guru"] wrote: > > The problem is line 30. Move this to just above line 15, and you'll have > better results. The problem is that, when called in this manner, the > google.load method utilizes a document.write call to write the code for the > necessary script element(s). Using document.write after the document has > loaded causes serious issues. > > 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 Jul 27, 2010, at 6:37 AM, [email protected] wrote: > > > Hello, > > > > I have a working site with a google feed here: > > > http://gtwebpublisher.co.uk/clients/ch/chfoods/reducedtoclear/gtwp_linkspage.htm > > > > (the feed is under Clearance items on the right). > > > > However, I'm stuck trying to set up a similar one at > > http://freshfish.chfoods.co.uk/today_scatch/test.htm > > > > Firefox hangs loading, and Safari gives the error > > TypeError: Result of expression 'google.feeds' [undefined] is not an > > object. > > at > > www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js:99 > > > > It looks like it could be an API key problem because of the subdomain > > but I've tried with API keys for both chfoods.co.uk and > > freshfish.chfoods.co.uk. The docs say that a primary domain API key > > should work for subdomains too. > > > > Any ideas? > > Regards > > Oliver Kohll > > > > -- > > 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. > > > > -- 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] To view this message on the web, visit https://groups.google.com/d/msg/google-ajax-search-api/-/ITr85PNabbMJ For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
