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>
Recent Comments