Tuesday, November 22, 2011

Create Google Badge

Few Steps to create a google badge.

1. create a simple hello world gadget :
<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="hello world example" /> 
  <Content type="html">
     <![CDATA[ 
       Hello, world!
     ]]>
  </Content> 
</Module>
save the above to hello.xml and upload on your server 
For eg. : http://testing.com/hello.xml

2. Submit your gadget to url : http://www.google.com/ig/submit

submit the url http://testing.com/hello.xml to the given text box and done.

2.  To view your gadget .... Login to your gmail account and go to url : http://code.google.com/igoogle/dashboard/ and click allow button as shown....

Now add your hello.xml path to the below url  eg. http://testing.com/hello.xml 

Your gadget is shown on your dashboard as below ....

No comments:

Post a Comment