Make my first google gadget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<Module> | |
<ModulePrefs title="hello world example" /> | |
<Content type="html"> | |
<![CDATA[ | |
Hello, world! | |
]]> | |
</Content> | |
</Module> |
This is "Hello World" gadget, you can run it from iGoogle (make sure you already log in to your google account first) then klik this link to add Google Gadget Editor to your iGoogle, copy the above HelloWorld.xml click File >> Save and then you can see the relut on the Preview tab
reference :
Comments
Post a Comment