Difference between revisions of "Widget:Google Document"
Jump to navigation
Jump to search
Toyhouse_PKC>Admin (Created page with "<noinclude>__NOTOC__ This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page. It was originally created by mediawikiwi...") |
BenKoo>Admin (Created page with "<noinclude>__NOTOC__ This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page. It was originally created by mediawikiwi...") |
||
Line 2: | Line 2: | ||
This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page. | This widget allows you to add '''[http://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]] for [http://www.semanticcommunities.com/ Semantic Communities LLC.] | ||
To insert this widget, use the following code: | To insert this widget, use the following code: | ||
Line 23: | Line 23: | ||
# See also: [http://support.google.com/docs/bin/answer.py?hl=en&answer=183965 Publishing does not affect visibility options] | # See also: [http://support.google.com/docs/bin/answer.py?hl=en&answer=183965 Publishing does not affect visibility options] | ||
== Sample | == Related widgets == | ||
* [[Widget:Google Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets | |||
* [[Widget:Google Form|Google Form]] - for embedding spreadsheet forms | |||
* [[Widget:Google Presentation|Google Presentation]] - for embedding presentations | |||
== Sample Result == | |||
{{#widget:{{PAGENAME}} | {{#widget:{{PAGENAME}} | ||
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U | |id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U | ||
Line 43: | Line 49: | ||
</noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:500}-->" height="<!--{$height|escape:'html'|default:300}-->" frameborder="1" 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}-->"></iframe></includeonly> | |||
</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}--> |
Revision as of 09:26, 28 April 2021
This widget allows you to add Google Documents to your wiki page.
It was originally created by Sergey Chernyshev for Semantic Communities LLC.
To insert this widget, use the following code:
{{#widget:Google Document |id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U |width=500 |height=300 }}
Parameters
- width and height define document dimensions, 500x300 is default
- id - id parameter used in the URL
- key - docID parameter used in old document URL (use it instead of id to embed old document)
- Note
- In order for your embedded Google Doc to be visible on your wiki, you must first publish it to the web.
- Open your document.
- From the document menu, choose File > Publish to the Web...
- Click "Start publishing" button.
- See also: Publishing does not affect visibility options
Related widgets
- Google Spreadsheet - for embedding spreadsheets
- Google Form - for embedding spreadsheet forms
- Google Presentation - for embedding presentations
Sample Result
Old document
Old document that has docID attribute in the URL instead of id.
- Since Google Migration to Google Drive, the template reference has changed. See here for latest template code.