How to Embed from Google Drive
- Upload the video to Google Drive
- Set its privacy so it is visible to anyone with the link
- Double click it open
- Go to the menu and select open in new window
- Go to the menu in the new window/tab that opened and select embed item
- Copy the code
- Paste it on your webpage
Advanced Code: How to Disable the Pop Out Window Button
- Paste this code in front of the iframe tag (adjust the dimensions to match the aspect/size of your video embed):
<div style="width: 640px; height: 480px; position: relative;">
- Paste this bit of code after the close of the iframe:
<div style="width: 80px; height: 80px; position: absolute; opacity: 0; right: 0px; top: 0px;"> </div> </div>