Tools/Links & utilities

YouTube Subscribe Link Generator

Paste a channel URL, handle or ID and get a subscribe link with the confirmation parameter attached, so the pop-up opens as soon as the page loads, plus an HTML anchor and a markdown version.

Input

A channel link, a bare @handle, or a raw UC… channel ID all work.

Subscribe link
Subscribe link
https://www.youtube.com/@mkbhd?sub_confirmation=1
HTML anchor
<a href="https://www.youtube.com/@mkbhd?sub_confirmation=1" target="_blank" rel="noopener">Subscribe</a>
Markdown link
[Subscribe](https://www.youtube.com/@mkbhd?sub_confirmation=1)

The ?sub_confirmation=1 parameter makes the native subscribe pop-up appear as soon as the page loads, rather than just opening the channel and leaving the visitor to find the button themselves.

  • Free · no signup
  • Runs in your browser
  • Shows the working
What this does

Paste a channel URL, a bare @handle, or a raw channel ID, and we build a subscribe link with the confirmation parameter attached, so the native subscribe pop-up opens as soon as the page loads.

We also return an HTML anchor and a markdown link, so it's ready to paste wherever you're linking from.

Use cases
  1. 01Get one-click subscribes from a link in a video description or a bio.
  2. 02Drop a subscribe button straight into a webpage with the HTML anchor.
  3. 03Link a channel from a markdown-based page, like a README or a blog post.
FAQ

Questions, answered.

What does the confirmation parameter actually do?

It makes YouTube's native subscribe pop-up appear immediately on page load, instead of leaving the visitor to find the subscribe button themselves.

Do I need an account?

No.

Does a bare @handle work, or do I need the full URL?

Both work, along with a /channel/, /c/, or /user/ URL.

From the notebook
Related tools