1. Go to Google Gadgets website and select the gadget you need. Customize the gadget, and click get code.
2. Take the Google Gadget code and paste it into notepad, Save As "gadgetname.html," and upload it to the documents on your site.
3. Paste the following code into the HTML module on your site where you want the gadget. Change "gadgetname.html" to the location of the gadget. <iframe src="/documents/gadgetname.html" width="400px" height="300px" frameborder="0" marginwidth ="0px" marginheight="0px" scrolling="no"></iframe> |