How To Embed Google Drive Folders Into a Website

How To Embed Google Drive Folders Into a Website
https://s3hellobox.s3.ap-southeast-2.amazonaws.com/production/11262/2108/iUoNIx7g-1533247015.png

Embedding Google Drive Folders

Embed Google Drive Folder into Web Page

When searching the Google Drive Support website, I can find no explanation of how to embed an entire Google Drive folder into a website page. However, I was able to find a simple way to add a drive folder to a Google Sites page. Nevertheless, what I was looking for is a way to embed a drive folder into a Ning Network and after figuring this out, I wanna share. So, below you will find both my workaround for hacking it into a web page and the solution for embedding a Google Drive Folder into a Google Sites Page.


Grid and List Views

Embed Google Drive Folder into a Ning Webpage

Google Drive folders can be embedded and displayed in list and grid views:


List View

<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list"width="800" height="600" frameborder="0"></iframe>


Grid View

<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid"width="800" height="600" frameborder="0"></iframe>


Sharing the Folder for Embed

Simply share your Drive Folder to "Anyone with the Link" so that it shows up in the page you embed it in. Now look in the address bar for the FOLDER-ID and replace it in the cod above. Example: If you have a folder address like this: https://drive.google.com/?tab=mo&authuser=0#folders/0B4wHVemz7IveTFRBTnRHcHBmTEU Folder ID will be: 0B4wHVemz7IveTFRBTnRHcHBmTEU


https://youtu.be/ZA74_pTNiCc