iGoolge is a gadgets container, and therefore, if you like to show content in it, you need to write a gadget for it.
Because the gadget you need is very static (no logic, no javascript, just "show an iframe"), the task is quite simple. Please see the gadget's documentation page at http://code.google.com/apis/gadgets/ for details, but the code basically should look like: <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="My Page" scrolling="true"/> <Content type="html"> <![CDATA[ <iframe src="http://yoursite.com" ></iframe> ]]> </Content> </Module> Yonatan On Jan 5, 10:27 pm, "Andryha Choulga [Andrei Choulga]" <[email protected]> wrote: > Good day everyone... > > I like iGoogle as my homepage - but I need to show some of my own > personal info - I can do that by showing my own http resource (.php > page on my site) as an iFrame ... > > how can I make my very own personal gadget (or it can be shared) to > show an iframe of a page hosted my site... > > Thank you... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
