How to embed a youtube video with modest branding?

Hi,

I want to embed a video like this:

www.youtube.com/embed/CFHW7jkQsZc?modestbranding=1;controls=0;showinfo=0;rel=0;fs=1

How do I do that? I want all the youtube branding to be removed.

When I click on any video link (slider, video etc)… it wants me to upload a video via the media library. I don’t want to do that, I want to stream off youtube.

Any help would be appreciated.

Thanks

So I worked out how to do it from here:
https://developers.google.com/youtube/player_parameters

Except when I enter the iframe code, and hit publish, the builder will no longer load. I click on it or select the builder and it just previews the page.

I’m totally stuck.

Hi Tim,
I do this a lot.
Are you are of the Video module under basic modules ?
Just change the type to embedded and paste in the iframe code.
The code you show above is not the iframe code by the way!
For that video the code is:
<iframe width="560" height="315" src="https://www.youtube.com/embed/CFHW7jkQsZc" frameborder="0" allowfullscreen></iframe>
Change the width and height to your liking…
HTH, Dave

Hey Dave,

Thanks for jumping in! :slight_smile:

Tim,

More to Dave’s reply above, you can actually get the code off the Youtube video itself. Simply hit the Share button then Embed. If you hit Show More, you’ll be given more options to customize the embedded video. Check the screenshot below for reference.
http://imgur.com/njD2L41

Ben