embedify

Paste a video URL, get the embeddable src back.

waiting for input
embed src will appear here

Output is the iframe src URL. Most providers (YouTube, Vimeo, Drive, etc.) require an <iframe>, not a <video> tag — only direct media files (mp4/webm) work in <video>.

Supported providers
Provider Input → Output
YouTube watch, youtu.be, shorts, live → youtube.com/embed/{id}
Vimeo vimeo.com/{id} → player.vimeo.com/video/{id}
Google Drive file/d/{id}/view → drive.google.com/file/d/{id}/preview
Dailymotion dailymotion.com/video/{id}, dai.ly/{id} → dailymotion.com/embed/video/{id}
Loom loom.com/share/{id} → loom.com/embed/{id}
Streamable streamable.com/{id} → streamable.com/e/{id}
Twitch video twitch.tv/videos/{id} → player.twitch.tv/?video={id}&parent=…
Twitch clip clips.twitch.tv/{slug} → clips.twitch.tv/embed?clip={slug}&parent=…
Wistia wistia.com/medias/{id} → fast.wistia.net/embed/iframe/{id}
Facebook facebook.com/…/videos/{id} → facebook.com/plugins/video.php?href=…

Twitch embeds require a parent query param matching the hosting domain — replace PARENT_DOMAIN in the output with your site's hostname.