How to Add Pdf to blogger .
Iframe is a HTML tag very commonly Used to add websites to your website and Embed Youtube videos on your page. In this post I will show you how to use Iframe tag .
Contact Us
techosaid@gmail.com
Iframe
Embedding Pdf To Blogger :
To Embedd pdf to blogger post Follow the below steps and you will be able to embed pdf :
1 . Upload the Pdf File to Google drive by opening gdrive app and clicking on the + Icon.
2. When the file is uploaded click on the 3 dots of the pdf file and click on Copy Link option.
3 . After copying the link paste that link into the commas of src="link here" into the given code below :
<iframe src=" Your pdf link here " width="100%" height="1000px" </iframe>
Put link in the code like this :
<iframe src=" https://drive.google.com/file/d/1dVlyqZi6d97j80Dp0qr06lqFJFswrg5f/view?usp=drivesdk " width="100%" height="1000px"></iframe>
4 . After putting link in the src=" link " now change the View to Preview in the link between src commas.
Do not Change anything else in the code .
Now the code is ready to embeded to your blog
or website.
Sample Embeded Pdf :