Threads Deep Link Generator

Turn Threads post and profile URLs into deeplinks that open in the Threads app, where readers can reply, repost, and follow without a login.

Public HTTP or HTTPS links only. Destinations can be up to 2,048 characters.

Threads is a text-first platform, which means a much larger share of what gets shared is a link somebody is meant to follow. Shared from elsewhere, those links open in a web view where the reader is logged out and cannot reply or follow. This Threads deep link generator opens them in the Threads app instead.

How to create your deep link

  1. 1Copy your Threads post or profile URL.
  2. 2Paste it above and tap Generate Smart Link.
  3. 3Share the deeplink on other platforms, in newsletters, or in your bio.

Posts and profiles

Both threads.net and threads.com URLs are handled, for individual posts and for profiles. On Android an intent opens the installed app with a browser fallback; on iPhone the link escapes the in-app browser into Safari, where the Universal Link takes over.

Text platforms live and die on replies

A reply is the main currency on Threads and it requires an account. A logged-out reader can look but not participate, which turns an engagement opportunity into a passive view.

Anything you fixed for Instagram already applies

Threads sits on Meta's app infrastructure, so the mechanism is the same one that escapes Instagram's web view. If you generate links for Instagram already, this is the same job on a platform where fewer people have bothered.

Tested implementation note for Threads

The shipping generator handles threads.net, threads.com URLs this way: Not on the self-bouncing list despite being Meta's — it is newer than that list. On iOS it is still caught by the in-app-webview check, because iOS webviews embedded by other apps omit the Safari token from the user agent, so it takes the Safari-escape path.

Test URL shape
https://www.threads.com/@username
Android path
Package-less Android intent; an installed app claims its verified domain.
iPhone path
Safari hand-off first; the destination decides whether its app can open.
Failure path
If no installed app accepts the hand-off, the original HTTPS destination remains the fallback.

Verified against the generator on . See the tested deep link reference for the iOS and Android paths and the underlying samples.

Frequently Asked Questions

Do both threads.net and threads.com links work?

Yes, both domains are supported for posts and profiles.

Is this different from an Instagram deep link?

The underlying mechanism is the same, because Threads shares Meta's app infrastructure. The link targets Threads content specifically.

Is it free?

Yes, unlimited and with no signup.

Related deep link tools