Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

How do I embed videos from my Google Drive /

Google Photos into a Blogger post?


There are couple of ways to do it.
• Using iframe tag. [By embedding video]

• Using video tag. [By html5]


1. Using iframe tag. [By embedding video]
1. Open Google Drive
2. Find the Video file
3. Set Share Setting to Public on Web [Anyone with the link - Editor]
4. Double click on the video.
5. Click to Open in iFrame
6. Click the "More Actions" icon (3 vertical Dots) upper right corner
7. Select "Open in New Window"
8. Click "More Actions" and Select Embed Code
9. Copy Embed Code and paste into Blogger HTML Post Composer
2. Using video tag. [By html5]
1.Open Google Drive
2.Find the Video file
3.Set Share Setting to Public on Web [Anyone with the link - Editor]
4.Write below code in your html page.
• <video>
• <source src="https://drive.google.com/uc?export=download&id=videoID" type='video/mp4'>
• </video>

• Replace "videoID" in the link with your video ID. (to find it - right click on the
Google Drive video, get shareable link)
Note: Recommended to create one folder and
put your all video into it and make it as public.
Now see how to implement it.

You might also like