There are a few different ways to embed YouTube videos without the default Youtube branding on a video. These examples are taken from these articles over at ReelSEO…
- Want to Remove YouTube’s Logo on Embedded Videos? Here’s How
- How To Customize YouTube Player Embeds – Tips and Tricks
Example 1:
- No Title Bar
- YouTube branding shows in the player, on hover only, after video has started.
- No related videos at end
<iframe src="http://www.youtube.com/embed/4qoam6DqVG4?hd=1&rel=0&autohide=1&showinfo=0" frameborder="0" width="500" height="280"></iframe>
Example 2:
- Title Bar visible
- YouTube branding shows in the player, on hover only, after video has started.
- No related videos at end
<iframe src="http://www.youtube.com/embed/4qoam6DqVG4?hd=1&rel=0&autohide=1&title=" frameborder="0" width="500" height="280"></iframe>
Example 3:
- Title Bar visible, with YouTube text in title bar, on hover only, before playing
- No branding in the player, on hover, after video has started
- No related videos at end
<iframe src="http://www.youtube.com/embed/4qoam6DqVG4?modestbranding=1&rel=0&title=&autohide=1&wmode=transparent&hd=1" frameborder="0" width="500" height="280"></iframe>
Just wanted to let you know that I refer to this page all the time. And I’m sure others do as well but don’t comment, so I wanted to drop some love your way. Thanks for the MEGA HUJANGOUS TIP!
Aloha
Chris
Thank you so much! It’s a great hack, ain’t it?
Nice post & very help full, Thank you very much 🙂
This is exactly what I’ve been loking for – cheers! Now if only there was some way to make the video loop it’d be perfect
Actually… It looks like it is possible to make a video loop. Check this entry on the Youtube Embedded Players webpage:
https://developers.google.com/youtube/player_parameters#loop
Excellent article, thank you. The videos on my website look much nicer now.
Thank God for this article! I’ve been working on my website and I really hate seeing the title bar. I have searched google, I found this post and my problem was solved.
So how can i remove all : title, logo in bar and logo branding? Thanks
This was very helpful, thanks so much. I wonder is there a similar method for vimeo?
Simple and intuitive, thank you!
but APIs don’t allow total no branding customization.
if no info bar shown, youtube logo(watermark) is shown… if info bar is shown have a link at the youtube site…
is it right? bye
I’m using Julbul that completely removes all youtube links (including logo) from embed videos. I’m using this tool with 100% accuracy.
Method discussed in this post is outdated and doesn’t work any more 🙁
Thanks @Aloysius.
I tried JULBUL and I must have to say that this tool is AWESOME. Especially their Wistia/Vimeo player layout for youtube embed videos is the best feature I was looking for.