Hi, More informationabout how to create a Google web gadget read follow website: http://code.google.com/apis/gadgets/docs/basic.html
Google web gadget Developer tool online http://code.google.com/apis/gadgets/docs/tools.html Note: if you write a HTML code in the webgadget, you must place it between this: <![CDATA[ Hello World Changed !! <iframe id="I2" name="I2" src="http://www.google.com"></iframe> <a href="www.google.com">link name</a> ]]> Kind Regards, Stefan Van Damme (aka Stefan vd) Gadget Developer On 29 mei, 10:34, neha deshmukh <[email protected]> wrote: > hello, > Please tell me the steps how to cerate gadgets. > actully i write the code below in xml file and call this file in html. but > it gives an eorror like missing xml header and what is that thumbnail? > plz reply. > *xml file code* > <?xml version="1.0" encoding="UTF-8" ?> > - <Module> > <ModulePrefs title="Hello World Gadget !!" author="neha" author_email=" > [email protected]" author_location="Pune, India" scrolling="false" > description="Hello World Gadget" height="50" width="200" thumbnail="<img > height="150" name="kitty" width="200" src="kitty.jpg""/> > - <Content type="html"> > - <![CDATA[ > Hello World Changed !! > > ]]> > </Content> > </Module> > > *html file code* > <script > src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/%..."></script > > On Fri, May 29, 2009 at 1:38 PM, Stefan vd <[email protected]>wrote: > > > > > > > Hi, > > > Information how to show you webgadget on your website: > >http://www.google.com/webmasters/gadgets/foryourpage/index.html > > > Google has 2 kinds of gadgets: > > + A Universal Gadgets => web- gadget > > Language code use only HTML, XML and JavaScript > > More information here: > >http://code.google.com/apis/gadgets/docs/legacy/gs.html#GGE > > And to submit to Google webgadget use this URL:http://www.google.com/ > > ig/submit > > > + A Google gadget => desktop- gadget > > Language for design form: XML > > The program code: JavaScript, Visual Basic Script... > > Submit to Google Gadget gallery use this URL:http://desktop.google.com/ > > pluginsubmit > > > Kind Regards, > > Stefan Van Damme (aka Stefan vd) > > Gadget Developer > > > On 29 mei, 06:24, neha deshmukh <[email protected]> wrote: > > > thank you for ur reply . > > > i have one more query. Is google gadgets and desktop gadgets are same? > > > how to create gadgets. i want to use my own created gadgets in my on > > > website. > > > how i do that. plz rply. > > > > On Thu, May 28, 2009 at 10:37 PM, Stefan vd <[email protected] > > >wrote: > > > > > Hi, > > > > > In the 'Google Desktop Gadget Designer' you must package you gadget to > > > > a gadget file (.gg) format. You can do this by pressing on the 'F7' > > > > key. > > > > Than you upload the gadget (.gg) on a website. And then you submit it > > > > here on this URL:http://desktop.google.com/pluginsubmit > > > > > Kind Regards, > > > > Stefan Van Damme (aka Stefan vd) > > > > Gadget Developer > > > > > On 28 mei, 12:02, sonu <[email protected]> wrote: > > > > > how to add own created gadgtes to our own web page? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
