How to Embed a Google Slides Presentation: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


To embed an editable link, just copy and paste (into a wiki page) the URL from the top of the Google Doc page.
To embed an editable link, just copy and paste (into a wiki page) the URL from the top of the Google Doc page.
=Text Docs=
Text embed code has no sizing. To add size, see this example:
<iframe src="/default.asp" width=100% height="200"> </iframe>

Revision as of 11:17, 24 March 2014

To embed a google doc - go to File->publish and then select 'html to embed in a page'. Then cut and paste this URL into the wiki in between <html> and </html> tags.

To embed an editable link, just copy and paste (into a wiki page) the URL from the top of the Google Doc page.

Text Docs

Text embed code has no sizing. To add size, see this example:

<iframe src="/default.asp" width=100% height="200"> </iframe>