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

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search
m (Protected "Centiare:Extensions/Google Gadgets" [edit=sysop:move=sysop])
Line 36: Line 36:
  
 
And tons more!!!
 
And tons more!!!
 +
 +
[[Extension Name:=Google Gadgets]]

Revision as of 21:26, 6 February 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!!!

Google Gadgets