I’m trying to embed an HTML5 video using the embed HTML widget and having no luck! Nothing shows up.
Though if I paste the URL into a browser they play just fine.
I’ve followed the coding guides and ended up with the following:
URL of the video must resolve. It means if you paste my-video.mp4 in the browser address bar it must play.
It’s not the case in your example because… it leads nowhere. You must host your video files somewhere on a server, or dropbox with a direct link, and have the complete url in your code. Something like this:
No they don’t, use dropbox. Right click on the file and select “Copy link to file”. You’ll get a URL finishing by =0. Replace the “0” by a “1” and test the URL in a browser. It must play or download right away, not show a Dropbox page.
Are you respecting HTML5 video specifications? You need several versions of your video (webm, mp4, ogg, m4v…) declared in the code, to address all platforms. It usually works well for me. Search HTML5 videos on this forum for detailed posts and advices for tools.
Hi @vincent,
I’ve tried everything to embed a HTML Video on my Website (just like the videos on Webflow’s landing page that autoplay & loop)
I’ve tried the free version of “easyHTML5Video”, hosted my files on dropbox and when I embed the generated code on my Webflow Webpage it doesn’t work (the player and controls show, but nothing happens)
So I contacted the Webflow support asking how it works on the Webflow landing page, they replied me sending me theyr costum made HTML code snippet from the videoon the landing page, which I also tried to implement (first without chaning, it just to see if it works). But this time only the Poster image shows, but again no video…)
Is it possible that it is not working because I have no paid hosting plan?
I currently have a LITE PLAN (which comes with Enhanced Staging). Would it work if I upgraded to Basic?