Youtube clip video as HTML

I’m trying to implement a bunch of Youtube clip videos in my web app. I am using the HTML visual element to show the Youtube clip.

I need the following features:

  • The video should autoplay
  • The video should play only once
  • The video should have a replay option
  • The video should not show related videos

Can someone help me when an HTML code or approach I need to take to build this.

Thanks in advance

Hey @imran

You can try video element in bubble and add youtube video ID and you can enable all the features. LMK if it works.

I’ve tried the inbuilt video player that is directly integrated with YouTube. This works for regular YouTube videos, not for clips.

That’s why I had to fall back on HTML.