How to customize autoplay/related videos on YouTube video

I’m using the Webflow video widget - and the youtube video is there, and can be played, but it does not automatically play…I also do not want related videos to show at the end.

I’ve added the ?rel=0&autoplay=1 on the link, but still no joy.

Any thoughts?

Hi @icreate, one method is to grab a share embed right off the youtube site, then paste that into an embed widget: http://help.webflow.com/faq/how-to-use-the-embed-widget-to-add-custom-code-to-a-webpage

The built in widgets do not yet accept player parameters, but it is working fine if you use a custom embed of the video using the YouTube share code.

I hope this helps !

Using the embed widget has the same issue - the video does not auto play, even with the correct share link from YouTube with the autoplay=1 added.

Hi @icreate, can you share the embed code you are trying to use? I just tried a video embed code copied right from youtube embed code, and adding the &autoplay=1 to the end of the video url:

http://dave-s-dynamite-site.webflow.io/

The video code for the above autoplay site is:

<iframe width="1280" height="720" src="https://www.youtube.com/embed/PblDFLpaJJ8?rel=0&amp;controls=0&amp;showinfo=0&autoplay=1" frameborder="0" allowfullscreen></iframe>

Thanks in advance!

1 Like

My video is popping up in a modal window…I don’t think that should make a difference…?

In any case, I will post my code shortly.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.