Oct 23
Wouldn’t it be nice to be able to embed a powerpoint or a any document that you have on Google Docs on your web pages. This is good for doing tutorials, etc.
I came across an article that teaches you a simple way to do this. Here is the source.
1. Get the document link that you want to share.
2. Paste the following code on the html page:
<iframe src=’Google Shared Document Link’ frameborder=’0′ width=’410′ height=’342′></iframe>
where src is the link you get from Google Docs on the document you want to share, and Width & Height is the dimension of the viewport.