Hello, I own a google apps service for my abc.com domain. I want to show google apps email on another website using google gadgets. I've created an sample email gadget to show google apps email like this: (abc.com is an example, not my domain..)
<?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs title="abc.com Email" title_url="https://mail.google.com/a/abc.com/" directory_title="Apps EMail" description="Google Apps Email Gadget for abc.com" render_inline="optional" height="400" author="musaulker" author_email="[EMAIL PROTECTED]" author_location="Turkey" author_link="" author_quote="" author_aboutme="" /> <Content type="html"> <![CDATA[ <iframe src="https://mail.google.com/a/abc.com/" frameborder="0" scrolling="yes" width="100%" height="400"></iframe> ]]> </Content> </Module> But I cannot directly show emails from this page that includes this gadget. Because when I open the page that includes this gadget it redirects it to https://mail.google.com/a/abc.com/ . It doesn't shows email on the website on gadget box, it redirects.. How can I solve this? Your regards, Mustafa Musa Ulker --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
