How To Embed Google Drive Document (PDF) In Blogger Post?
Asked Answered
V

2

22

I want to embed a pdf document from Google Drive in my Blogger Post.

Valentin answered 24/5, 2017 at 16:50 Comment(0)
L
45

Select the pdf file you want to embed. Right click > Preview > More actions > Open in a new window. Now click More actions > Embed item. Copy the embed code and paste it on your blog post (File must be set publicly visible if you want everyone to see this).

<iframe src="https://drive.google.com/file/d/0B3VnSl89GUNxaXI1NzNrLUZTYWs/preview" width="640" height="480"></iframe>
Latishalatitude answered 25/5, 2017 at 14:24 Comment(6)
@SifaturRahman How did you manage to show the PDF to EVERYONE? When I try to do this, there is a warning message saying "Only the owner and explicitly shared collaborators have access"Tessellated
@Tessellated in the google drive, Right Click >> Share >> Link Sharing choose Anyone with the link Can ViewCentuplicate
has the Embed item option been removed? I dont see in the drop down menu.Araucanian
@KalamalkaKid It is still there, may be you are confused with 'More actions', it is the vertical three dot button which can be found at the top right corner after choosing preview.Latishalatitude
Google no longer supports embed link? I'm getting this error: Uncaught (in promise) DOMException: Failed to execute 'getLayoutMap' on 'Keyboard': getLayoutMap() must be called from a top-level browsing context.Obeded
@SifaturRahman We have to do this changes in "HTML" edit option. It will not work otherwise.Gleich
C
-1

Update in March 2021 for embedding pdf document in blogger or blogspot post. Right click the PDF document. Click on "Share" first, and choose share with Anyone option- by default it is selected to Restricted access. If you wish the document to be accessible to everyone, then Change this from Restricted to Anyone. Next, again Right click the PDF document, and now this time Click on Getlink, which will provide you with the url or link to the document which you can paste or link in the blogpost post.

Columbus answered 2/3, 2021 at 23:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.