How to Make a YouTube Link Open the App on iPhone and Android
The full walkthrough for turning a normal YouTube URL into a link that opens the app, not the browser, on both platforms.
If you've ever tapped a YouTube link from Instagram, WhatsApp, or a text message and landed in a browser instead of the app, you've felt the exact problem this guide solves. Here's what's actually happening, and the fastest way to fix it for links you share yourself.
Why the app doesn't open automatically
A standard link like https://youtube.com/watch?v=… is a normal web address. Phones treat normal web addresses as, well, web pages — so they get handed to a browser by default, even when the YouTube app is installed and would happily take over instead. The app only steps in when the link uses a scheme it specifically recognises as its own.
The two schemes involved
On iPhone, that scheme is youtube://. On Android, it's usually delivered as an intent:// call naming the YouTube package directly. Neither of these is something you can type into a normal share sheet — they need to be built for the exact video, Short, playlist, or channel you're linking to, and Android and iOS need different formats.
The manual way (and why it's fragile)
You can construct a youtube:// link by hand for iOS, but it will do nothing on Android, and vice versa for an intent:// link. That means sharing one link that works for your whole audience isn't possible without detecting the visitor's device first and picking the right scheme for them — which is a job for a small script, not a URL you paste once.
The one-link way
This is exactly what a router like opnr.cc automates. Paste your YouTube link into the tool, and it gives you back a short opnr.cc/code link. When someone taps that link:
- On iPhone, it fires the
youtube://scheme for that specific video or channel. - On Android, it fires the matching
intent://call. - On desktop, it just opens the normal YouTube page — no app to open, no detour.
One link, correct behaviour on every device, and nothing for your audience to configure.
Where to actually use it
Put the opnr.cc link anywhere you'd normally paste a YouTube URL — an Instagram bio, a Linktree-style page, a WhatsApp broadcast, a pinned comment. The gain is biggest on mobile-heavy surfaces, since that's where the browser-vs-app split happens in the first place.
More guides
Why YouTube Links Don't Open the App (And What Actually Fixes It)
A closer look at why mobile browsers intercept YouTube links, and the two real ways to get around it.
Read guide → InstagramYouTube Link for Instagram Bio That Actually Opens the App
Set up your Instagram bio link so taps land inside the YouTube app instead of Instagram's in-app browser.
Read guide → WhatsAppHow to Share a YouTube Link on WhatsApp That Opens the App
Fix the browser-tab problem when sharing YouTube videos in WhatsApp chats, groups, and broadcast lists.
Read guide →