How to Embed Document from google drive to your Website just 5 click
Many friend's ask me how to display files from google drive to their website
but due to my limited time, I just had a publication today, here's how. Follow the steps below
1. Open your google drive, of course by using google email
2. Please click point button, upper the right side and chose google drive
3. Click your file which will be to published, and right click and chose share
4. Click Adventured and click change private to public
5. And ended capy link your link
and paste in code, look it's
https://drive.google.com/file/d/0B0GBlojh7uTeRmxTREhkS2J4TE0/view?usp=sharing
move the typing red as below
<iframe src="https://drive.google.com/file/d/0B0GBlojh7uTeRmxTREhkS2J4TE0/preview" width="600" height="450"></iframe>
please move the code to your website and don't forget to put it in the right position
And Done..!!!