Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

YouTube: Disable Bottom Bar and YouTube Logo

Mitch BartlettJune 27, 2015 Comments (10)
YouTube video with bottom bar and logo removed

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.

Categories: Internet

Author Mitch Bartlett

Through my career that spans over 20 years I have become an expert in Microsoft Systems Administration, Android, and macOS. I started this site as a technical guide for myself and it has grown into what I hope is a useful knowledgebase for everyone.

You Might Also Like

  • facebook-post-anonymously

    How to Quickly Save Facebook Posts to Read Later

    Judy SanhzInternet
  • fix-google-meet-not-working-chromebook

    Google Meet: How to Quickly Add and Remove a Profile Picture

    Judy SanhzInternet
  • google-maps-location

    Google Maps: How to Find Traffic Jams in Your Area

    Judy SanhzInternet
  • Auto-Refresh-Chrome-Tab-Without-Extension

    Chrome: How to Turn off Search Suggestions

    Judy SanhzInternet

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.

Leave a Reply

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

fix 0x80070302 windows update error

How to Fix the 0x80070302 Windows Update Error

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

how to set video as screen saver

How to Set a Video as Your Screen Saver on Windows 11

profile pic

The Experts Behind Technipages

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.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.