• Skip to main content
  • Skip to primary sidebar

Technipages

Tutorials and fixes for smartphone, gadget, and computer problems

  • Topics
    • Android
    • Browsers
    • Gaming
    • Hardware
    • Internet
    • iPhone
    • Linux
    • macOS
    • Office
    • Reviews
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About

YouTube: Disable Bottom Bar and YouTube Logo

June 27, 2015 by Mitch Bartlett 10 Comments

A web design client of mine recently made a video for his business and uploaded it to YouTube. He wanted the video to be displayed on his website for customers to see. When I inserted the embed code, the video looked a little unprofessional with the bottom bar and YouTube logo. I wondered if there was a way to disable both. Fortunately, YouTube provides parameters to modify how the video appears.

Here we have a normal YouTube embed code:

<iframe width="560" height="349" src="//www.youtube.com/embed/_VacxtL2YqA" frameborder="0" allowfullscreen></iframe>

 

We can modify the URL in this code so that the YouTube logo doesn’t display by adding “?modestbranding=1” to it:

<iframe width="560" height="349" src="//www.youtube.com/embed/_VacxtL2YqA?modestbranding=1" frameborder="0" allowfullscreen></iframe>

 

Now to disable the bottom play/pause bar. We can add “?controls=0” to the URL the same way we did with the “modestbranding” parameter:

<iframe width="560" height="349" src="//www.youtube.com/embed/_VacxtL2YqA?controls=0" frameborder="0" allowfullscreen></iframe>

 

Since I want to disable both the bottom bar and the YouTube logo, I will have to use an ampersand to separate them like so:

<iframe width="560" height="349" src="//www.youtube.com/embed/_VacxtL2YqA?modestbranding=1&controls=0" frameborder="0" allowfullscreen></iframe>

 

Now the video looks more professional on the web page. Only the title and play button in the center of the screen is displayed.

YouTube video with bottom bar and logo removed

This trick also works just for straight URLs also. So if you want to send somebody a link and disable the bar or logo you can send them:

https://www.youtube.com/embed/_VacxtL2YqA?modestbranding=1&controls=0

 

FAQ

Is there a way to remove the top bar?

You can use “showinfo=0” to remove the top bar.

You Might Also Like

  • How to Enable and Disable Autoplay in YouTube for Android
    How to Enable and Disable Autoplay in YouTube for Android
  • How to Disable “Muted Playback in Feeds” in YouTube on Android
    How to Disable “Muted Playback in Feeds” in YouTube on…
  • YouTube Picture-in-Picture: How to Use It or Disable It
    YouTube Picture-in-Picture: How to Use It or Disable It
  • What to Do If YouTube Isn’t Working
    What to Do If YouTube Isn’t Working
  • What to Do if Your YouTube Account Got Hacked
    What to Do if Your YouTube Account Got Hacked
  • How to Set Viewing Reminders in YouTube
    How to Set Viewing Reminders in YouTube

Filed Under: Internet Tagged With: youtube

Reader Interactions

Comments

  1. Ahir says

    June 6, 2021 at 1:50 am

    i used modestbranding=1&autohide=1&showinfo=0&controls=0 in my playlist iframe, but the youtube logo is still in the lower right corner, and clicking it takes the viewer to my youtube page!!
    any way to get rid of that logo?
    thanks.

  2. santhosh says

    July 27, 2020 at 3:31 am

    i used modestbranding=1&autohide=1&showinfo=0&controls=0 in my playlist iframe, but the youtube logo is still in the lower right corner, and clicking it takes the viewer to my youtube page!!
    any way to get rid of that logo?
    thanks.

  3. Sandra Lemming says

    January 27, 2019 at 4:32 am

    This modest branding code option no longer works on the new embed code for the YT videos embeded on websites

  4. José Román says

    August 25, 2016 at 11:40 am

    Thanks bro i been looking for this so much, really thank you great job

  5. Mark says

    July 29, 2016 at 11:47 pm

    @Frank, I’m using JULBUL to completely remove youtube logo from my embed videos with 100% accuracy

  6. Maxwell says

    February 16, 2016 at 8:23 am

    @Frank, modestbranding and showinfo cannot be set at the same time, somewhere it has to link back to youtube :)

    @Jannik, that’s odd it wouldn’t work on iPhones, probably just safari. Try chrome or firefox for iOS. No workaround I can recommend, Safari and iframes in general have no love for each other (Nevermind Google & Apple ;).

    @Author, I’d also add the “&rel=0” parameter to keep similar videos from popping up at the end taking you away from your content when embedding.

    Happy Embedding,
    Maxwell

  7. Jannik says

    January 10, 2016 at 1:18 pm

    This doesnt work on iOS devices… any way to solve this?

  8. keeven says

    November 19, 2015 at 10:16 am

    I wonder if this can be done on a playlist…

  9. Ruth says

    November 10, 2015 at 11:04 pm

    Thanks for this, I’ve added the code and it works a treat. Given that it’s the first time that I’ve tampered with code I was relieved it was as easy as you suggested.

  10. frank says

    August 1, 2015 at 7:02 pm

    i used modestbranding=1&autohide=1&showinfo=0&controls=0 in my playlist iframe, but the youtube logo is still in the lower right corner, and clicking it takes the viewer to my youtube page!!
    any way to get rid of that logo?
    thanks.

Did this help? Let us know!

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • How to Print Labels from Excel Using MS Word Mail Merge
  • What Is NVMe Over TCP (NVMe/TCP)
  • Android Mobile Hotspot: How to Change the Password and Name
  • Windows 10: How to Force Quit and App
  • What is Dumpster Diving?
  • How to Download iOS 16 Beta 3 on iPhone or iPad
  • What is a Security Compromise?
  • Mastodon: How to DM Someone

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

© Copyright 2023 Guiding Tech Media · All Rights Reserved · Privacy