A YouTube deep link is a URL specifically constructed to open the YouTube mobile app rather than a web browser. Understanding how deep links work helps explain why some YouTube links open the app and others do not — and how a tool like clkr.me bridges the gap for social media sharing.
What is a YouTube Deep Link?
Deep links are URLs that target a specific location within a mobile app. A standard web URL (https://youtube.com/watch?v=xyz) opens the website. A deep link (youtube://youtube.com/watch?v=xyz) opens the YouTube app directly at the same content.
The "deep" in deep link refers to the ability to link not just to an app, but to specific content within it — a specific video, a channel page, or a playlist — rather than just the app's home screen.
iOS vs Android Schemes
| Platform | Scheme | Example |
|---|---|---|
| iOS | youtube:// | youtube://www.youtube.com/watch?v=VIDEO_ID |
| Android | intent:// | intent://www.youtube.com/watch?v=VIDEO_ID#Intent;scheme=https;package=com.google.android.youtube;end |
Deep Links for Videos, Channels, and Playlists
| Content type | Standard URL | iOS deep link |
|---|---|---|
| Video | youtube.com/watch?v=VIDEO_ID | youtube://www.youtube.com/watch?v=VIDEO_ID |
| Channel (@handle) | youtube.com/@channelname | youtube://www.youtube.com/@channelname |
| Playlist | youtube.com/playlist?list=LIST_ID | youtube://www.youtube.com/playlist?list=LIST_ID |
| youtu.be short URL | youtu.be/VIDEO_ID | youtube://www.youtube.com/watch?v=VIDEO_ID |
How to Generate a YouTube Deep Link for Free
- Go to clkr.me/youtube-app-link/. No account needed.
- Paste any YouTube URL — video, channel, playlist, or youtu.be link.
- Optionally enter a custom code for a memorable short link.
- Click Generate App Link. You receive a clkr.me/yt/CODE link.
- Share the link. When tapped on mobile, the YouTube app opens directly.
Fallback Behaviour
The clkr.me interstitial page handles every scenario gracefully:
- YouTube app installed on iOS: youtube:// scheme opens the app
- YouTube app installed on Android: intent:// scheme opens the app
- YouTube app not installed: redirect to https://youtube.com (website)
- Desktop browser: direct redirect to https://youtube.com
No user sees an error page. Every click results in the YouTube content being accessible, one way or another.
Frequently Asked Questions
What is a YouTube deep link?
A YouTube deep link is a URL that uses the youtube:// scheme on iOS or the intent:// scheme on Android to open the YouTube app directly, rather than going through a browser.
How do I generate a YouTube deep link for free?
Use clkr.me/youtube-app-link/. Paste any YouTube URL, click Generate App Link, and receive a clkr.me/yt/ link that handles deep linking automatically for both iOS and Android.
Do YouTube deep links work for playlists and channels?
Yes. The clkr.me generator supports deep links for YouTube videos, playlists, channels (@handle format), and any other valid YouTube URL.
What happens if the YouTube app is not installed?
If the YouTube app is not installed, the user is automatically redirected to the YouTube website in their browser. No error message is shown.