TikTok Deep Links: Open the App, Not the Browser
TikTok deep links open the native TikTok app instead of a browser tab. Learn how they work on iOS and Android and set one up in under 5 minutes.


⚡ Zippy: your follower tapped. tiktok.com opened in a browser where they've never logged in. that follow you were about to get? gone. let's fix that.
TikTok deep links are URLs that open your TikTok profile or video directly in the native TikTok app instead of a browser tab, where most people aren't logged in. A working deep link needs 2 different escape routes — one for iOS, one for Android — plus a web fallback when the app isn't installed.
What is a TikTok deep link?
A TikTok deep link is a link that launches the installed TikTok app and lands the user on your exact profile or video, already logged in. A regular tiktok.com link does not do this reliably: tapped from another app's in-app browser, or even from a normal browser, it often renders the logged-out web version of TikTok — where following, commenting, and liking all hit a sign-in wall.
If you're new to the concept, our plain-English explainer on what a deep link is covers the general mechanics. The short version: the phone's operating system lets apps claim certain URLs, and a deep link is a URL crafted to trigger that claim instead of defaulting to the web.
Why do regular TikTok links lose you followers?
Because the logged-out TikTok web page can't convert. When you post your TikTok in an Instagram bio, a WhatsApp group, a newsletter, or a LinkedIn comment, the tap usually opens inside that app's embedded webview — a sandboxed mini-browser with its own empty cookie jar. Your follower has been logged into the TikTok app for years; in that webview, they're a stranger staring at a "Log in to follow" prompt.
Almost nobody logs into TikTok inside another app's browser. They close the tab, and the follow silently never happens — it doesn't even show up as a failure in your analytics. We've written up the full autopsy of this in the in-app browser problem if you want the gory details.

⚡ Zippy: the webview isn't broken. it's working exactly as the platform intended. that's the annoying part.
The same trap exists in every direction — TikTok's own in-app browser does it to your outbound links too, which is why we also maintain a guide to Instagram deep links for traffic flowing the other way.
How do TikTok deep links work on iOS and Android?
The two operating systems need different escape routes, and a real deep link handles both. Here's what actually happens under the hood:
| iOS | Android | |
|---|---|---|
| Mechanism | App URL scheme | intent:// URL |
| Fallback | Timed — if the app doesn't respond within a beat, redirect to the web | Native — the fallback URL is baked into the intent itself |
| App not installed | Falls back to tiktok.com in the browser | Falls back to tiktok.com in the browser |
| Wrong or stale scheme | Degrades to opening the browser | Degrades to opening the browser |
Two things in that table matter more than they look:
- Failure is graceful, never fatal. If a scheme changes or an app is missing, the worst case is the ordinary web page. A user never hits a dead link.
- You can't ship one URL and call it done. The link has to detect the device, pick the right mechanism, and time the fallback correctly. That's server-side routing logic, not a string you paste into a bio.
Platforms also change their app schemes without notice, which means whatever you build needs maintenance forever. That's the actual product Zippy sells: we maintain the routing table for TikTok, Instagram, LinkedIn, WhatsApp, Reddit, Product Hunt, YouTube, and X, so a scheme change shows up in our commit history instead of your conversion graph. The redirect engine is open source under AGPL — Cloudflare Workers + KV, self-hostable — so you can audit exactly how the escape works.
How do you create a TikTok deep link?
You can have a working TikTok deep link in about 3 minutes, on the free plan, no credit card:
- Grab your TikTok URL. Your profile (
tiktok.com/@yourhandle) or a specific video's share link. - Create a Zippy link at zipthe.link. Paste the TikTok URL; Zippy detects it's a TikTok destination and wires up the iOS scheme, the Android intent, and the web fallback automatically.
- Post the Zippy link wherever your audience is — Instagram bio, newsletter, WhatsApp broadcast, YouTube description.
- Test it on a real phone. Tap your own link from inside another app. The TikTok app should spring open on your profile, logged in, follow button one thumb away.
The free Sidekick plan gives you 5 active links with QR codes and platform targeting, forever. Hero ($19/mo, or $180/yr which works out to $15/mo) adds unlimited links, unlimited clicks, custom slugs, full analytics, and the ability to edit a link's destination after you've posted it — useful when the video you're promoting changes weekly but the printed QR code doesn't.

⚡ Zippy: and no, your links don't die when you downgrade. they never stop redirecting. not on free, not after a trial, not after you cancel. we wrote it into the law.
What can you deep link to on TikTok?
Profiles and individual videos — the two destinations that convert. A profile deep link is the workhorse: it's what belongs in your other bios, your email signature, and your QR codes, because it lands the user on your page with the follow button live. A video deep link is for promoting a specific post — a launch video, a viral hit you're re-fueling from other channels.
In both cases the rule is the same: Zippy routes to the app when it's installed and to the ordinary TikTok web page when it isn't. You don't choose a mechanism or write any scheme syntax yourself.
FAQ
Do TikTok deep links work if the app isn't installed?
Yes — they fall back to the normal TikTok web page in the browser. The link never breaks; the user just gets the web experience instead of the app. On Android the fallback is native to the intent URL, and on iOS it's a timed redirect.
Can I deep link to TikTok from an Instagram bio?
Yes, and it's one of the highest-value uses. A tap on a Zippy link in your Instagram bio escapes Instagram's in-app browser and opens the TikTok app directly, logged in. A raw tiktok.com link in the same spot typically dead-ends at TikTok's logged-out web page.
Will a TikTok deep link ever show a broken page?
No. The failure mode of a wrong or outdated app scheme is opening the regular web page in the browser — degraded, not broken. Zippy also backs this with the Actually-Opens guarantee: if a link opens the in-app browser on a supported platform, we refund the month.
Is there a free way to try this?
Yes, two of them. The Sidekick plan is free forever with 5 active links, and every new account gets a 14-day trial of the full Hero plan with no credit card — it soft-downgrades to free afterward, and existing links keep redirecting either way.
Stop donating follows to the logged-out web — make your next TikTok link at zipthe.link.