Skip to content

angelmejiabrito/googledrivevideotowebpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Embed Video on a Web Page with Google Drive

How to embed videos from Google drive to webpage?

If you have a video uploaded to your Google Drive account and wish to open it in html web page this documentation will help you get started.

photo1 photo2 photo3 photo4

photo5 photo6

<!DOCTYPE html>
<html>
<body>
  
  <iframe src="url video in google drive/preview" ></iframe>
  
  <!--aloow full screen add tag -->
  
<iframe allowfullscreen="allowfullscreen" src="your_page_url/preview" ></iframe>

</body>
</html>

About

Embed video saved in google drive to web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published