The previous reply is very informative. Unlike the previous poster, I'm NOT familiar with the Gadgets API.
The previous reply warned of several ongoing issues. With those caveats in mind, here's a quick-and-dirty fix that perhaps might work for you at this time. Instead of _uc(), try using toUpperCase(): if (feedurl.substring(0,7).toUpperCase() != "HTTP://" && feedurl.substring(0,8).toUpperCase() != "HTTPS://") { ... if (custicon.substring(0,7).toUpperCase()=='HTTP://' || custicon.substring(0,8).toUpperCase()=='HTTPS://') { Note: The "Preview" may report an error; ignore that. ;-) Install the gadget and see if it works on the blog. NOTE: The previous poster (who, unlike me, has actual and extensive experience with the API) mentioned several issues that could potentially impact your gadget's functionality at any time. -- omr
-- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-...@googlegroups.com. To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.