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

 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:Google Gadgets}}
 
==Description==
 
==Description==
  
 
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/ig/directory?synd=open 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.
Line 36: Line 37:
  
 
And tons more!!!
 
And tons more!!!
 +
 +
[[Page Of::Help:Extensions]]
 +
[[Extension Name:=Google Gadgets]]
 +
[[Category:MyWikiBiz Extensions]]

Latest revision as of 20:31, 26 December 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!!!

Help:Extensions Google Gadgets