On this page
You drop a new episode every Tuesday. You cut three clips for Instagram, two for TikTok, one for Twitter, one for LinkedIn. The clips do real numbers — the episode-week social traffic looks meaningful, the link-in-bio gets tapped, the Spotify share-card on Twitter gets clicks. The downstream follower count on Spotify and Apple Podcasts barely budges. The newsletter signup from your show-page form is single digits.
This is the gap between "people tapped" and "people converted," and it's not your audience. It's the cookie-jar problem strangling every audio-platform handoff: Spotify can't add a follow because it can't see the listener's logged-in session, Apple Podcasts can't subscribe because the iOS in-app browser handoff doesn't reach the Podcasts app, your show-page subscribe form silently 403s inside the social webview.
podcasters are running multiple broken handoffs at once
Podcast distribution is uniquely multi-destination. You want listeners on Spotify, Apple Podcasts, YouTube Music, Overcast, Pocket Casts, and Castro — and you want their email for your newsletter, their phone number for SMS, their support for your Patreon. The clip you posted on TikTok is the start of a funnel that fans out across six destinations, every one of which depends on a working cookie handoff to convert correctly.
When that clip's CTA link is tapped from inside TikTok's in-app browser:
- The Spotify Follow link can't carry the listener's logged-in Spotify session, so the Follow either prompts a login (most listeners bounce) or appears to work without actually firing
- The Apple Podcasts universal-link, which is supposed to open the Podcasts app and prompt subscribe, is suppressed inside the TikTok webview
- Your show-page link (Anchor, Buzzsprout, Captivate, Transistor, Simplecast) renders, but the embedded newsletter signup form 403s on cookie write
- The Patreon supporter-tier link hits the login wall described on the Patreon page
We named this the vanishing visitor — the cookie-jar problem we wrote the long version of here. For podcasters specifically, the failure mode is that the listener wanted in, they tapped on purpose, and the handoff to the audio platform or the show page silently broke. It doesn't show up in your analytics as "in-app browser problem" — it shows up as "low conversion from social to listener" and reads like an audience-quality problem.
what specifically breaks for podcasters
The destinations podcasters drive traffic to overlap heavily with the most cookie-dependent destinations on the internet:
- Spotify show pages and "Follow" buttons — Follow taps need to write a cookie to the listener's logged-in Spotify session; the webview can't reach the session and the Follow doesn't fire reliably
- Apple Podcasts deep links — universal-link handoff to the Podcasts app is suppressed inside social webviews; the listener lands on a web fallback that almost no one converts from
- Overcast, Pocket Casts, Castro deep links — same universal-link suppression
- Show-page newsletter signups (Substack, beehiiv, ConvertKit, Mailchimp embedded on Buzzsprout/Anchor/Captivate sites) — subscribe forms 403 or no-op inside the webview
- Patreon, Supercast, Memberful supporter-tier signups — login-wall problem described above
- YouTube channel subscribe and video links — Subscribe-with-prefill needs the logged-in YouTube cookie; the webview can't carry it
what linkboo does for podcasters
linkboo is a link wrapper (and optionally a real link-in-bio page) with the in-app browser escape flow built into every outbound click. When a listener taps a linkboo URL from inside any social app's webview, linkboo detects the webview from the user-agent string and immediately bounces the destination out to the listener's real browser — Safari on iOS, Chrome on Android.
The Spotify Follow lands in Safari, the cookie is read, the Follow registers. The Apple Podcasts universal-link fires in Safari, the Podcasts app opens, the subscribe prompt appears. The show-page newsletter form can write its cookie. The Patreon page renders the tier-selection page instead of the login wall.
For podcasters concretely:
- Wrapped clip-CTA links: the link in your TikTok / Instagram / Twitter clip points at a linkboo URL that escape-routes to your preferred destination
- Multi-platform link-in-bio: linkboo can be a real link-in-bio page where listeners pick their preferred audio platform (Spotify / Apple / YouTube Music / Overcast) and each platform link is individually escape-routed
- Episode-specific URLs: drop a linkboo URL into your show notes that bounces to the canonical episode page on the listener's preferred platform — works whether they're tapping from a TikTok clip, a Twitter quote-tweet, an Instagram caption, or your own website
- Newsletter / Patreon CTA wrappers: every secondary CTA (newsletter, supporter membership, merch) is individually escape-routed
the fix writeups, by destination
The mechanism is the same per destination (the social webview can't reach the cookie jar), but the writeups go deeper:
- Spotify links from TikTok that don't open the app — applies to podcast Follow taps identically
- Apple Music and Apple Podcasts links from TikTok — the universal-link suppression mechanism
- Substack subscribe forms from social webviews — for show-page newsletter conversion
If your podcast funnel routes somewhere else, the full destination index covers 55+.
a note on podcast smart links and Linkfire / Pods.link
Linkfire and Pods.link (and Songlink/Odesli, which covers podcasts in addition to music) are smart-link tools that translate one URL into the right destination per listening service. They're good at the per-DSP routing — if the listener uses Spotify, send them to Spotify; if they use Apple Podcasts, send them to Apple Podcasts. They do not solve the in-app browser problem. When a listener taps a Linkfire or Pods.link URL from inside Instagram, the tool correctly identifies the destination and forwards to (say) Spotify. Spotify then loads inside Instagram's in-app browser. The Follow tap still doesn't register.
linkboo can sit on top of Linkfire or Pods.link — you keep the smart-link routing tool you already use, linkboo handles the webview escape. Or linkboo can act as the smart-link directly if your needs are simple.
pricing
Free up to a real volume of monthly clicks. The escape flow works on the free tier. See plans.
adjacent pages
- /for/musicians — if you also release music, the music-specific deep-dive on pre-saves and smart links
- /for/substack-writers — if your podcast is anchored to a Substack newsletter, the Substack-specific funnel coverage
The clip did its job. The listener tapped. The audio platform didn't get the handoff. Fix the handoff.