How to Create your Own RSS google Gadget
July 15, 2008
Today i will show you how to make your own Google Gadget using RSS. You will need a rss feed and a place to host your gadget.
- The first step is to download the Google Desktop Application and install it.
- Then download the SDK
- Then open the RSS file and copy the RSS folder found in
api/samples/gadgets/rss - Then open the RSS folder and open the gadget.gmanifest. Then you will see a confirmation and press ok

Now you will see a demo of the RSS gadget- Now open
editme/config_constants.jswith a Codeing program.(i use PHP Designer, its free) - And edit
var CONFIG_FEED_URL = ‘http://googledesktopapis.blogspot.com/atom.xml’; - Change it to your own RSS feed
- Now open
gadget.gmanifestwith a coding program - Now genrate your own uuid. (here is one on the internet)
- Then update other things like
<author>,
<authorWebsite>,
<copyright>, and
<authorEmail>. - Then save and open en/stings.xml
- You can edit all the fields
<strings> <GADGET_NAME>News from My Company</GADGET_NAME> <GADGET_DESCRIPTION>Hear the latest news from My Company</GADGET_DESCRIPTION> <GADGET_ABOUT_TEXT>News from My Company Copyright 2007 Google Inc. Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 Modifications copyright 2007 My Company All Rights Reserved. Keep up with the latest news about My Company. To see a news release's full text, just click its headline. For more information about My Company, go to http://example.com. </GADGET_ABOUT_TEXT> ... <TITLE_TEXT>My Company News</TITLE_TEXT> </strings>
- Then save
-
If you want to add a logo save it in the default folder as icon_large.png and
icon_small.png -
If you want to change the background color open up default/theme_config.xml and edit the <entryHoverBkg> field
> - Change the middle portion
<entryHoverBkg>#e2fcbc</entryHoverBkg> - Then save
- Make the folder and change the extention to .gg
- then open it and see if it works
- And finally submit it
Popularity: 4% [?]
Related posts:
- Change the programs that open file types Every file in Windows has its own extention. You...
- EU Clears Google to Buy DoubleClick Google got approval from the European Commission for merging with...
- Mozilla Extends Deal With Google For 3 more Years Mozilla, the company that made the browser Firefox, has...
- How to create a ZIP File in Windows Create a ZIP file Right click on a file, folder,...
- Google starts Suggest search feature Google Suggest auto completes a phrase when you are...
Related posts brought to you by Yet Another Related Posts Plugin.




Comments
Got something to say?