Remove YouTube Information From Embedded Videos (Complete 2026 Guide)
If you want to embed a YouTube video on your website without showing the title, player controls, or suggested videos, it’s easier than you might think. By following the simple steps below, your embedded video will look much cleaner and more professional, giving your site a polished, modern feel.
This approach is perfect if you want your visitors to focus solely on the content of the video, without distractions. You can see how much smoother it looks in the “before and after” examples below.
With just a few tweaks, your embedded videos can seamlessly blend into your site’s design, making the overall experience more engaging and visually appealing.
📌 Key Takeaways: What You’ll Learn
- Cleaner embeds: Remove YouTube logos, titles, and controls for a professional look.
- Key parameters:
controls=0,modestbranding=1,rel=0, and how they affect playback. - Step‑by‑step: Exactly where to insert parameters in the embed code.
- Advanced options: Autoplay, looping, and hiding related videos.
- No coding needed: Anyone can do this by following simple copy‑paste instructions.
📘 Google Developers Documentation
According to the official YouTube Player API Reference, the parameters used in this guide are fully supported and safe to implement. They give you granular control over the embedded player’s appearance and behavior.
🎓 W3C Web Standards
The W3C Web Content Accessibility Guidelines recommend that embedded media should not distract users with unnecessary branding or controls when used in specific contexts (like background videos). This guide helps you achieve that.
📈 HubSpot Video Marketing Stats
HubSpot data shows that 86% of businesses use video as a marketing tool. A clean, distraction‑free embed can increase viewer retention by up to 35%.
We all love choices proper?
What for those who needed to embed a YouTube video in your web site without the title or controls being seen? Now you’ll be able to following these easy steps below. It will make your participant look rather more glossy and horny in your web site. See earlier than and after shot below.
Step 1 Visit YouTube and replica the embed code from the video you want to add to your web site.
Step 2 Paste the embed code into your webpage and search for the video file URL inside the code. This will in 2 locations withing the code.
Step 3 Paste the comply with little bit of code instantly after the ? in each locations modestbranding=1;autohide=1&showinfo=0&controls=0; Have you ever embedded a video in your web site, then discovered you needed to take away the YouTube branding or different movies on the finish? You can control this by including parameters (i.e. passing information) to the tip of the URL of the video.
💡 Pro Tip: Where to Place Parameters
The parameters must be added to the src URL inside the embed <iframe>. The first parameter always starts with a ? and subsequent ones are separated by &. For example: src="https://www.youtube.com/embed/VIDEO_ID?controls=0&modestbranding=1&rel=0"
What Parameters To Use
rel=0
This reveals only associated movies from the identical channel because the video that was simply performed. Otherwise, YouTube will display any related, public video on the finish of your video.
controls=0
This hides the controls on the backside of the video participant.
modestbranding=1
This hides the YouTube emblem within the control bar (which would seem on the backside of the video). Note: for those who use this and controls=0, you may nonetheless see “YouTube” within the backside proper the place the controls could be.
autoplay=1
This will routinely begin taking part in the video.
loop=1
This will routinely replay the video as soon as completed.
📋 YouTube Parameter Reference Table
| Parameter | Effect | Example |
|---|---|---|
rel=0 |
Shows related videos only from the same channel after playback ends. | rel=0 |
controls=0 |
Hides the player controls (play/pause, volume, etc.). | controls=0 |
modestbranding=1 |
Removes the YouTube logo from the control bar (may still show “YouTube” text). | modestbranding=1 |
autoplay=1 |
Starts playing the video automatically when the page loads. | autoplay=1 |
loop=1 |
Repeats the video indefinitely after it ends. | loop=1 |
showinfo=0 |
Hides the video title and uploader information (deprecated but still works on some players). | showinfo=0 |
How to Use YouTube Parameters
- On YouTube, find the video you need to embed and replica the offered embed code.
- Click the “Share” button after which click on “Embed”.
- Copy the code.
- Paste your code into your WYSIWYG editor, after which append with the parameter(s) you need to use.
I click on the Video icon within the toolbar of the rich textual content editor.
![]()
- Paste the copied embed information into the “Embed Code” of the CMS.
- Locate the URL (search for “src=”) and on the finish of the URL, add a “?”. For this instance, I need to take away ALL YouTube branding (modestbranding=1), and I need present the movies on this playlist (rel=0).
⚠️ Important: Mobile & Accessibility Considerations
Removing controls can make videos inaccessible to users who rely on keyboard navigation or need to pause/play manually. Always consider providing an alternative way to control video playback, especially if you use autoplay. For background videos, ensure there is a visible pause button somewhere on the page.
How to take away YouTube controls and model from embedded movies
If you are attempting to embed a YouTube video as a banner, you won’t need to see YouTube branding or an enormous play button in the course of your web site. You additionally won’t need guests to see the YouTube emblem within the control bar, or have them encounter unrelated movies that present up after your video finishes taking part in.
This might be completed by tweaking bits of the YouTube video embed code. You can safely change these participant parameters without any HTML expertise, and add new ones, utilizing this easy information.
First, we’ll cowl the parameters themselves and what they do. Then we’ll present you the best way to insert them in a YouTube video embed hyperlink. Here are the parameters you’ll want to make use of to take away YouTube branding and controls from embedded YouTube videos:
controls=0
This removes the controls on the backside of the video.
modestbranding
This removes the YouTube emblem within the control bar. If you additionally use the “controls=0” parameter, customers will nonetheless see “YouTube” within the backside proper nook the place the controls often are.
rel=0
Once the preliminary video finishes taking part in, the video participant will only present associated movies from the identical channel. Without this parameter, YouTube will display related, public movies chosen by its personal algorithms.
autoplay=1
This parameter makes the video begin taking part in as quickly as a customer lands in your web web page.
loop=1
This parameter makes the video replay routinely as soon as it finishes. That’s all of the ‘code’ you’ll must know.
Copy the YouTube video URL and paste it into your editor
As long as you’re using a what‑you‑see‑is‑what‑you‑get (WYSIWYG) editor like WordPress’ Gutenberg, pasting the video URL directly into the text will create the embedded video. We’re going to change small bits of that code and add new commands to it. That way, YouTube’s controls and logo will disappear from the embedded video. Make sure you’re in ‘Text’.
Step‑by‑Step Example: Creating a Clean, Brand‑Free Embed
Let’s walk through a real example using a sample YouTube video (ID: dQw4w9WgXcQ). The default embed code looks like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe>
To remove controls, hide branding, and restrict related videos to the same channel, we modify the src attribute by adding parameters:
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?controls=0&modestbranding=1&rel=0" frameborder="0" allowfullscreen></iframe>
Now the video will play without the usual control bar, without the YouTube logo, and after it ends, only videos from the same channel will be suggested. This creates a much cleaner, more professional look.
🔧 Pro Tip: Combining Multiple Parameters
You can combine any of the parameters by separating them with an ampersand (&). For example, to create a looping background video with no controls and no branding, use: ?controls=0&modestbranding=1&loop=1&autoplay=1. Always place them after the video ID in the src URL.
Frequently Asked Questions
Q: Will these parameters work on all websites?
A: Yes, they are part of the official YouTube Player API and work anywhere you embed a YouTube video using an iframe, including WordPress, Squarespace, Wix, and custom‑coded sites.
Q: What happens if I use controls=0 and modestbranding=1 together?
A: The player will have no visible controls, and the YouTube logo will be hidden. However, a small “YouTube” text may still appear in the bottom‑right corner. This is a built‑in attribution requirement from YouTube.
Q: Can I prevent any suggested videos from showing at the end?
A: Not completely. You can use rel=0 to limit suggestions to videos from the same channel, but you cannot turn off suggestions entirely. To avoid this, you can use the loop=1 parameter so the same video repeats, or embed the video as part of a playlist.
Q: Does showinfo=0 still work?
A: The showinfo parameter was deprecated in 2018, but some older players may still honor it. For modern embeds, use modestbranding=1 to minimize information displayed.
Q: Will removing controls affect mobile users?
A: Yes. Mobile users rely on controls to start/pause videos. If you remove controls, consider adding custom JavaScript play/pause buttons elsewhere on your page to maintain usability.
✅ WordPress Hardening Checklist
Use this checklist to ensure you’ve covered all essential security measures. Tick off each item as you complete it.
Checkboxes are for illustration—use this as a mental or printed checklist.
Conclusion: A Cleaner, More Professional Video Embed
By using the simple parameters outlined in this guide, you can transform a standard YouTube embed into a sleek, brand‑friendly element that seamlessly integrates with your website’s design. Whether you’re building a landing page, a portfolio, or a blog post, these tweaks give you full control over the viewer’s experience.
Remember to test your embeds on different devices and browsers, and always keep accessibility in mind. With great power comes great responsibility—use these parameters wisely!
Thank you for your time and engagement!
You can also check following urls:
https://getsocialguide.com/tips-to-starting-as-a-freelancer-on-fiverr/
https://getsocialguide.com/how-to-make-money-on-fiverr/
https://getsocialguide.com/best-fiverr-profile-description-with-examples/
https://getsocialguide.com/how-to-earn-money-on-fiverr-easy-way-full-guide/
https://getsocialguide.com/top-selling-best-gigs-on-fiverr/
https://getsocialguide.com/side-hustle-portfolio/







Thank you, these replies are very good. I also want to tell you about something great