Difference between revisions of "Help:Extensions/Google Gadgets"

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search
Line 3: Line 3:
 
Google now offers **tons of gadgets** one can embed into web pages. The directory of gadgets is available at:
 
Google now offers **tons of gadgets** one can embed into web pages. The directory of gadgets is available at:
  
[http://www.google.com/webmasters/gadgets/ Gadgets]
+
[http://www.google.com/ig/directory?synd=open&source=gghw 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.
 
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.

Revision as of 23:57, 20 May 2007

Description

Google now offers **tons of gadgets** one can embed into web pages. The directory of gadgets is available at:

Gadgets

Just find your gadget, click on Add this gadget to your webpage and Get the Code. Embed the code within the <embed> ... </embed> tags on your page.

These are the same elements you can use in your Google Homepage.

Code

Just an example gadget (a clock) here:

<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>

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!!!

Centiare:Extensions Google Gadgets