Few Steps to create a google badge.
Your gadget is shown on your dashboard as below ....
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 ....
Helpful Links:
http://code.google.com/apis/gadgets/docs/basic.html
http://code.google.com/apis/gadgets/docs/dev_guide.html
http://code.google.com/apis/gadgets/docs/reference/
http://code.google.com/apis/gadgets/docs/migration.html
http://code.google.com/apis/gadgets/faq.html
<a href="http://www.domaining.in/blog/">Domaining.in blog</a>
http://code.google.com/apis/gadgets/docs/basic.html
http://code.google.com/apis/gadgets/docs/dev_guide.html
http://code.google.com/apis/gadgets/docs/reference/
http://code.google.com/apis/gadgets/docs/migration.html
http://code.google.com/apis/gadgets/faq.html
<a href="http://www.domaining.in/blog/">Domaining.in blog</a>




No comments:
Post a Comment