Comments on: DIY iGoogle Upgrade /diy-igoogle-upgrade/ The tech blog of Neil Ennis Tue, 21 Apr 2015 10:52:16 +0000 hourly 1 By: NeilEnnis /diy-igoogle-upgrade/comment-page-1/#comment-395 Tue, 21 Apr 2015 10:52:16 +0000 /?p=399#comment-395 Hi René
Sorry buit I only just saw this message. Did you resolve the problem?
With the latest version you can add RSS feeds via the “Setup” option at the top of the page, or add an “rss” widget in the myConfig.js file.
Neil

]]>
By: René /diy-igoogle-upgrade/comment-page-1/#comment-235 Sun, 04 May 2014 20:38:47 +0000 /?p=399#comment-235 Hi Neil,

I’m still happily using my iGoogle replacement from you. But just now I run into a problem. Maybe you can help me with that:

I wanted to implement a new RSS feed (http://www.deskeng.com/virtual_desktop/?feed=rss2). So I took the URL and copied it into this code snippet:


startWidget(‘widNews’, ‘DeskEng’, ‘http://http://www.deskeng.com’);
new rssdisplayer(“divNews”, “http://www.deskeng.com/virtual_desktop/?feed=rss2”, 6, “snippet”);
endWidget();

But somehow it doesn’t work. Something seems to be wrong with the URL?

Thanks for your support again 🙂
René

]]>