MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
Jump to navigationJump to search
1,597 bytes added
, 21:20, 6 February 2007
==Description==
Google now offers **tons of gadgets** one can embed into web pages. The directory of gadgets is available at:
[http://www.google.com/ig/directory?synd=open Gadgets]
Just find your gadget, click on ''Add this gadget to your webpage'' and ''Get the Code''. Embed the code within the <nowiki><embed> ... </embed></nowiki> tags on your page.
These are the same elements you can use in your [http://www.google.com Google Homepage].
==Code==
Just an example gadget (a clock) here:
<pre>
<embed>
<script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/datetime.xml&up_color=red&synd=open&w=320&h=136&title=Date+%26+Time&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
</embed>
</pre>
==In action==
<embed>
<script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/datetime.xml&up_color=red&synd=open&w=320&h=136&title=Date+%26+Time&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
</embed>
And a few more examples:
<embed>
<script src="http://gmodules.com/ig/ifr?url=http://ralph.feedback.googlepages.com/googlemap.xml&up_locname=Google&up_loc=1600%20Amphitheatre%20Parkway%2C%20Mountain%20View%2C%20CA&up_zoom=Street&up_view=Hybrid&synd=open&w=420&h=300&title=Google+Map&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
</embed>
<embed>
<script src="http://gmodules.com/ig/ifr?url=http://www.calculatorcat.com/gmodules/current_moon.xml&up_h=1&synd=open&w=320&h=180&title=Current+Moon+Phase&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
</embed>
And tons more!!!