I am currently trying to figure, how to get rid of the "Related Videos" at the end of a YouTube video. Normally this is achieved by adding the parameter "rel=0". But it seems that there is no way to change the embed-code returned by the YouTube picker.
Changing the embed code of the UMP YouTube picker
Hi there,
I am currently trying to figure, how to get rid of the "Related Videos" at the end of a YouTube video. Normally this is achieved by adding the parameter "rel=0". But it seems that there is no way to change the embed-code returned by the YouTube picker.
Is there a possibility or workaround to do so?
Christian
We're having the same issue.
Changed the RegEx in the config file but it still says 'Computer says no' if you enter https://www.youtube.com/embed/[video ID]?rel=0
Can anyone help?! The client isn't too amused with their corporate video ending on a screenshot of a Manga cartoon!
Umbraco adds "?feature=oembed" to the embedded youtube url.
You can replace "?feature=oembed" with "?rel=0&feature=oembed" in your template.
To solve the problem on grid content i used your suggested approach on Embed.cshtml file (Views\Partials\Grid\Editors).
Thanks!
is working on a reply...