Hello, the Youtube video I have embedded on my Enfold site shows a bunch of controversial and politically related videos at the end. I need to be able to disable related videos. However, the way that Enfold formats the Youtube link prevents me appending the “&rel=0” that’s required to disable related videos.
I’ve the same problem but with the title wich I don’t want to have on the site… the params “&showinfo=0” can not be overgiven to the video-URL.
Thank you folks for the hint!
Regards,
S.
An other way to integrate (without the Enfold-feature).
http://leaderswest.com/2012/10/10/youtube-embed-options-can-make-your-videos-look-less-youtube-y/
Hi!
Use the iframe code instead of the media element. Video attributes will be removed when using the WP embed code, unfortunately, this is the same script use in the theme.
Regards,
Ismael
Perfect, that solved it! So instead of the Video element, I used a Code Block element, and I generated the Youtube iframe link using this online tool to set all the parameters:
http://www.techairlines.com/youtube-parameters/
Thanks!