Back to BlogTutorials

How to Embed YouTube Videos Without Branding in 2026

May 20, 20265 min read

Why Remove YouTube Branding?

When you embed a YouTube video on your website, it comes with YouTube's logo, suggested videos at the end, and external links that pull visitors away from your site. For businesses and creators, this is a real conversion problem:

  • Suggested videos show competitor content at the moment of highest interest
  • YouTube logo links viewers away from your page — permanently
  • "Watch on YouTube" button hands your audience to YouTube's algorithm
  • Subscribe button promotes YouTube channel loyalty, not your brand
Studies show that embedded YouTube players with default branding have a 15-25% "exit to YouTube" rate. For every 100 people who watch your embedded video, 15-25 leave your site entirely.

Method 1: YouTube URL Parameters (Limited Fix)

YouTube exposes a set of URL parameters you can add to the embed URL. These reduce branding but don't eliminate it.

⚠️ August 2023 update — modestbranding is deprecated. YouTube silently removed the modestbranding=1 parameter in August 2023. The parameter is now ignored — the YouTube logo displays regardless of whether you include it. Any guide that still lists modestbranding=1 as a working solution is out of date.
<iframe
  src="https://www.youtube.com/embed/VIDEO_ID?rel=0&iv_load_policy=3"
  frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen>
</iframe>

Parameters still working in 2026:

  • rel=0 — Limits suggested videos to your own channel (not zero, but better than default)
  • iv_load_policy=3 — Disables video annotations
  • disablekb=1 — Disables keyboard controls (use with caution)
  • fs=0 — Hides the fullscreen button
  • cc_load_policy=0 — Hides closed captions by default
Deprecated parameters (no longer work):
  • modestbranding=1Removed by YouTube in August 2023. Has no effect.
  • showinfo=0 — Deprecated since 2018, no longer works
What parameters can't do: The YouTube logo, end-screen video recommendations, and the "Watch on YouTube" link cannot be removed with parameters alone — not even in 2026. This is a platform limitation YouTube intentionally keeps to drive traffic back.

Method 2: Privacy-Enhanced Mode (youtube-nocookie.com)

Swap youtube.com for youtube-nocookie.com in your embed URL:

<iframe
  src="https://www.youtube-nocookie.com/embed/VIDEO_ID?rel=0&modestbranding=1"
  frameborder="0"
  allowfullscreen>
</iframe>

What this does: Stops YouTube from tracking viewers with cookies until they interact with the player. Useful for GDPR compliance in the EU.

What it doesn't do: Still shows the YouTube logo, still shows end-screen suggestions, still has the "Watch on YouTube" button. Branding remains completely intact.

Method 3: CSS Overlay (Do Not Use)

Some developers try to hide YouTube branding by overlaying CSS elements:

.youtube-wrapper .ytp-chrome-top,
.youtube-wrapper .ytp-watermark,
.youtube-wrapper .ytp-show-cards-title {
  display: none !important;
}

Why this is a bad idea:

  • Violates YouTube's Terms of Service (Section 4H) — your account can be terminated
  • Breaks whenever YouTube updates its player CSS class names (which happens regularly)
  • End-screen suggestions still appear when the video ends
  • JavaScript-injected overlays are fragile and create accessibility issues
Don't risk your YouTube channel. This method isn't worth it.

Method 4: White-Label Embed Tool — Arknox (Complete Removal)

The only reliable, legal way to fully remove YouTube branding is to use a tool that replaces the player while keeping YouTube as the backend video host.

Arknox works by wrapping the YouTube video in a custom player that you control. YouTube still serves the video (so you get their free CDN and unlimited bandwidth), but everything the viewer sees is your brand.

Step-by-step setup:

  1. Create your Arknox account at arknox.in — 1 free embed credit, no card required
  2. Paste your YouTube URL into the dashboard
  3. Configure the player — set your brand colors, disable controls you don't want
  4. Add overlays (optional) — forms, CTAs, quizzes at any timestamp
  5. Copy the embed code and replace your existing YouTube iframe
<!-- Replace this -->
<iframe src="https://www.youtube.com/embed/VIDEO_ID" ...></iframe>

<!-- With this -->
<iframe src="https://youtube-embedder.arknox.in/embed/YOUR_TOKEN"
  width="100%" style="aspect-ratio:16/9" frameborder="0" allowfullscreen></iframe>

What gets removed:

  • YouTube logo and watermark (including on pause screens)
  • End-screen video recommendations
  • Subscribe button and channel link
  • Share, like, and "report" buttons
  • "Watch on YouTube" button

What you gain:

  • Your brand colors on the player controls
  • Interactive overlays — forms, CTAs, quizzes at any timestamp
  • Viewer engagement analytics (watch time, drop-off points, overlay clicks)
  • Lead capture at peak engagement moments

Full Method Comparison

MethodRemoves LogoRemoves SuggestionsRemoves "Watch on YouTube"LegalInteractiveCost
YouTube ParametersPartialPartialFree
youtube-nocookie.comFree
CSS OverlayPartialPartialFree
Arknox✅ Complete✅ Complete✅ CompleteCredits

Which Method Should You Use?

  • Personal blog, no monetization → YouTube parameters + nocookie are fine. Minor branding, minimal risk.
  • Business website, product demo, landing page → Use Arknox. You're losing conversions every time someone clicks "Watch on YouTube."
  • Online course or educational content → Use Arknox. Gate content, add quizzes, track completion.
  • E-commerce product videos → Use Arknox. Add "Buy Now" CTA overlays at peak interest moments.

Conclusion

YouTube's native parameters can reduce branding but can't eliminate it — that's by design. If you're using video to drive conversions, every exit to YouTube is a lost lead. A white-label embed tool like Arknox costs a fraction of the leads you'd otherwise lose, and takes under 5 minutes to set up.

Get started free: Create your first branded embed →

Frequently Asked Questions

Yes, when using a tool like Arknox that creates a custom player. Hiding branding with CSS violates YouTube's ToS, but using a white-label embed tool is perfectly legal.

No. Your videos remain on YouTube and retain all SEO benefits. The branded embed on your site is separate from your YouTube channel.

Yes! Arknox uses YouTube as the video host. You get free, unlimited bandwidth from YouTube's CDN while showing a branded player on your site.

Ready to Transform Your YouTube Videos?

Start embedding interactive, branded YouTube videos today. No credit card required.

Start Free Now

Free forever plan available · No credit card needed