I want to put PDF documents on display on my site where the administrator would register the link that is in your Google drive and after that the document would be available for normal users to see by searching I got the following HTML code:
<iframe src="https://drive.google.com/open?id=1bMIyRuEDg_nsg8uSBu5GBF7CP7sj6wIs"width="600" height="780" style="border: none;"></iframe>
However, when I put it on the host, only one blank page with my header and footer will appear without the documents appearing