Difference between revisions of "Widget:Google Document"

From Deep Blue Robotics Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
<noinclude>__NOTOC__
 +
This widget allows you to add '''[http://documents.google.com/support/ Google Documents]''' to your wiki page.
  
__NOTOC__ 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]] for [http://www.semanticcommunities.com/ Semantic Communities LLC.]
 
+
It was originally created by [[http://www.mediawiki.org/wiki/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:
  
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
+
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
 
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
 
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
 
|width=500
 
|width=500
Line 13: Line 13:
  
 
== Parameters ==
 
== 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)
  
*'''width''' and '''height''' define document dimensions, 500x300 is default
+
; Note: In order for your embedded Google Doc to be visible on your wiki, you must first '''publish it to the web'''.
*'''id''' - id parameter used in the URL
+
# Open your document.
*'''key''' - docID parameter used in old document URL (use it instead of '''id''' to embed old document)
+
# From the document menu, choose File > Publish to the Web...
 
+
# Click "Start publishing" button.
;Note  
+
# See also: [http://support.google.com/docs/bin/answer.py?hl=en&answer=183965 Publishing does not affect visibility options]
: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: [http://support.google.com/docs/bin/answer.py?hl=en&answer=183965 Publishing does not affect visibility options]  
+
  
 
== Sample result ==
 
== Sample result ==
 
 
{{#widget:{{PAGENAME}}
 
{{#widget:{{PAGENAME}}
 
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
 
|id=1hhpWRL4oyH6Aqf42laXo_lElObX_1JiaV4FMt8llA_U
Line 35: Line 31:
  
 
=== Old document ===
 
=== Old document ===
 
 
Old document that has '''docID''' attribute in the URL instead of '''id'''.
 
Old document that has '''docID''' attribute in the URL instead of '''id'''.
  
Line 44: Line 39:
 
}}
 
}}
  
== Related widgets ==
+
{{Template:Copy to your site}}
 +
* Since Google Migration to Google Drive, the template reference has changed. See [http://wiki.glitchdata.com/index.php?title=Widget:Google_Document here] for latest template code.
  
*[[Widget:Google_Spreadsheet|Google Spreadsheet]] - for embedding spreadsheets  
+
 
*[[Widget:Google_Form|Google Form]] - for embedding spreadsheet forms  
+
== Related widgets ==
*[[Widget:Google_Presentation|Google Presentation]] - for embedding presentations  
+
* [[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
  
 
</noinclude>
 
</noinclude>

Latest revision as of 04:59, 5 October 2016

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.
  1. Open your document.
  2. From the document menu, choose File > Publish to the Web...
  3. Click "Start publishing" button.
  4. See also: Publishing does not affect visibility options

Sample result

Old document

Old document that has docID attribute in the URL instead of id.

Template:Copy to your site

  • Since Google Migration to Google Drive, the template reference has changed. See here for latest template code.


Related widgets