Create iGoogle Extensions
by Vinoth[ Edit ] 2009-08-12 20:57:36
Use this code to create iGoogle extensions
Setp 1: Create XML document for create iGoogle module
< ?xml version="1.0" encoding="UTF-8" ? >
< Module >
< ModulePrefs title="Website Monitoring Service" height="350" width="290" author="hiox.org" author_email="support@hiox.org" >
< Locale lang="en" country="us"/ >
< /ModulePrefs >
< Content type="url" href="http://100pulse.com/iGoogle/index.jsp" >
< /Content >
< Content type="html" >
< ![CDATA[
< !-- add your html content here-- >
< script language="javascript" >
< !-- add js content here -- >
< /script >
]] >
< /Content >
< /Module >
Setp 2:
< a href="http://www.google.com/ig/adde?source=atgs&moduleurl=xml url here" >
< img src="http://gmodules.com/ig/images/plus_google.gif" border="0" alt="Add to Google" >
< /a >
Example