canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,698
edits
(remove size distinction) |
(update demo with documentation) |
||
Line 1: | Line 1: | ||
== What is #widget:Google Presentation? == | |||
The Google Presenation widget allows you to add '''[http://documents.google.com/support/presentations/ Google Presentations]''' to your wiki page. | |||
It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] for [http://www.semanticcommunities.com/ Semantic Communities LLC.] | |||
== How do I use #widget:Google Presentation? == | |||
To use this widget, insert the following code into your page: | |||
<nowiki>{{#widget:Google Presentation | |||
|docid=<document id> | |||
}}</nowiki> | |||
== Parameters == | |||
* docid: id of the shared presentation. | |||
* size: Size of the embed. Options are 'small' (480x299), 'medium' (960x569), or large (1440x839). The default is small. | |||
* start: Whether or not to autostart the presentation. Options are 'true' or 'false'. The default is false. | |||
* loop: Whether or not the presentation should play again. Options are 'true' or 'false'. The default is false. | |||
* delay: How long to wait before advancing to the next slide. Value is in milliseconds. The default value is 3000 (3 seconds). | |||
== Example == | |||
<nowiki>{{#widget:Google Presentation | |||
|docid=1klXTIyTV0OM5PqOzXYgFLaMAKr82GNDIoezHZQq0SeU | |||
}}</nowiki> | |||
{{#widget:Google Presentation | {{#widget:Google Presentation | ||
|docid=1klXTIyTV0OM5PqOzXYgFLaMAKr82GNDIoezHZQq0SeU | |docid=1klXTIyTV0OM5PqOzXYgFLaMAKr82GNDIoezHZQq0SeU | ||
}} | }} |