Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embed Google docs editor into webpage? [closed]

Is it possible to embed the Google Docs editor so that it reads a file, which is then uploaded to a server (not google docs server) and you can edit it and save back to same file?

like image 448
Deividas Juškevičius Avatar asked Nov 22 '11 11:11

Deividas Juškevičius


People also ask

How do I insert a Google Doc editor into my website?

Open your Google Document (or other Google item). Under the "File" menu, click "Publish to the Web". Copy the "iframe" code. On the page you want the Google Doc embedded, click on "Source Code" button from the WYSIWYG editor to open the HTML editor.

How do I embed a Google Doc without publishing it?

Go to File -> Embed and use the latest link in your website and it will work in IE also! I was facing the same problem and I have solved it by this approach. Show activity on this post. it is ok now to embed.

What happens when you publish a Google Doc to the web?

When you publish a file to the web, you create a copy of your file as a unique webpage with its own URL. In Google Drive, open your file. Publish to the web. For spreadsheets, select the entire spreadsheet or individual sheets.

Can you embed a Google Doc into a Google site?

Add Google Docs, Slides, Sheets, Forms & ChartsOn a computer, open a site in new Google Sites. At the right, click Insert. Select the type of file you want to add, e.g. Docs, Slides, Sheets, Forms, or Charts. Insert.


1 Answers

Yes it is:

< iframe height="300" src="https://docs.google.com/spreadsheet/ccc?key=0AgRoqAerkV0-dE1TS1BKVGk0cUFSNi1HZG10dFNEU0E&usp=sharing&embedded=true" width="75%" >

like image 116
test Avatar answered Jan 01 '23 19:01

test