(Widget:Google Document) |
m (Google Document widget update) |
||
| Line 1: | Line 1: | ||
<noinclude>__NOTOC__ | <noinclude>__NOTOC__ | ||
| − | This widget | + | This widget lets you add '''[https://documents.google.com/support/ Google Documents]''' to your wiki page. |
| − | It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]] | + | It was originally created by [[mediawikiwiki:User:Sergey Chernyshev|Sergey Chernyshev]]. |
To insert this widget, use the following code: | To insert this widget, use the following code: | ||
| Line 21: | Line 21: | ||
# From the document menu, choose File > Publish to the Web... | # From the document menu, choose File > Publish to the Web... | ||
# Click "Start publishing" button. | # Click "Start publishing" button. | ||
| − | # See also: [ | + | # See also: [https://support.google.com/docs/bin/answer.py?hl=en&answer=183965 Publishing does not affect visibility options] |
== Sample result == | == Sample result == | ||
| Line 40: | Line 40: | ||
{{Template:Copy to your site}} | {{Template:Copy to your site}} | ||
| + | * Since Google Migration to Google Drive, the template reference has changed. See [https://wiki.glitchdata.com/index.php?title=Widget:Google_Document here] for latest template code. | ||
| + | |||
== Related widgets == | == Related widgets == | ||
| Line 46: | Line 48: | ||
* [[Widget:Google Presentation|Google Presentation]] - for embedding presentations | * [[Widget:Google Presentation|Google Presentation]] - for embedding presentations | ||
| − | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" | + | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" src="//docs.google.com/<!--{if isset($id)}-->document/pub?id=<!--{$id|escape:'urlpathinfo'}-->&embedded=1<!--{elseif isset($key)}-->View?docID=<!--{$key|escape:'urlpathinfo'}-->&hgd=1<!--{/if}-->" style="border: none"></iframe></includeonly> |
<noinclude> | <noinclude> | ||
[[Category:Widgets]] | [[Category:Widgets]] | ||
</noinclude> | </noinclude> | ||
This widget lets you add Google Documents to your wiki page.
It was originally created by Sergey Chernyshev.
To insert this widget, use the following code:
{{#widget:Google Document
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
|width=500
|height=300
}}
Old document that has docID attribute in the URL instead of id.