Using Google Drive for sharing PDFs on your website
Rather than using up valuable server space and slowing down your website with large pdf files its better practice to create a publically shared folder in Google Drive and upload your pdf's there. You can then create a Shareable link which you can paste into your website page or article - the video shows you how!
To Display a list of Documents from Google Drive on your Website
you can use an iframe to display the contents of your shared public folder
Step 1: get the public URL of the folder. This might light like this: https://drive.google.com/open?id=1hmLTgTaqw4-_8Rf1hNlmkvY6WRfjCs3u . The last group characters is the folder ID: 1hmLTgTaqw4-_8Rf1hNlmkvY6WRfjCs3u
Step 2 use the following Iframe Code - paste into your website page (replace id=xxxxx with your folder ID)
<iframe src="https://drive.google.com/embeddedfolderview?id=xxxx"
width="100%" height="500" frameborder="0"></iframe>
Need a Grid View? - Add id=xxxx#grid after the id for a grid view.
NEW!Use the Google Drive Iframe maker tool