Guide
Why can friends see when I click a link they shared?
When a friend shares a TikTok, Instagram, or YouTube link with you, the platform generates a unique share identifier tied to their account and embeds it in the URL. When you click, the platform records that click against their share — which feeds their analytics, friend-suggestion signals, and sometimes "your friends watched this" rails. Friends don't usually see a per-click list of viewers, but the correlation is there.
Try the cleaner
Or prepend prunethe.link/<your-link>
How share tracking actually works
Every major social app rewrites share links at share time. TikTok adds refer, tt_from, sender_device, and share_item_id. Instagram adds igshid or igsh. YouTube adds si. Reddit adds share_id. Each of these is a signed token tied to the sharer's session. When the link is opened, the platform logs the click against that token and attributes downstream engagement — follows, comments, watch time — back to the share event. It's not a notification system; it's an attribution graph.
What your friend can actually see
On most platforms, individual sharers don't see a list of who clicked. But aggregate counts ("12 people opened this from your share") are common in creator tools, and the platform's recommendation engine uses the data. On TikTok and Instagram, shared links can influence what content your account is recommended, because the system now knows you're connected to the sharer's content graph.
How to click without being counted
The reliable fix is to strip the tracking parameters before opening the link. PruneTheLink does this either via the homepage (paste and clean) or the prefix redirect (prepend prunethe.link/ to any URL). Stripping igshid, si, share_id, and friends removes your click from the attribution chain entirely — the destination page loads, but the platform can't tie the click back to the original share.
What about the in-app browser?
Opening a link inside the sharer's app (rather than a real browser) still attributes the click. If you want a clean click, copy the link, paste it into PruneTheLink or prefix it with prunethe.link/, and open the cleaned version in a regular browser tab.
Frequently asked questions
- Does the sharer get a notification when I click?
- No — none of the major platforms send a per-click notification. But the click is logged against the share event for analytics and recommendation purposes, which is usually what prompts the "how did they know I saw this?" feeling.
- Does using incognito mode hide the click?
- Partially. Incognito prevents cookies and localStorage persistence, but the tracking parameter in the URL itself is still read by the platform when the page loads. You need to remove the parameter from the URL, not just clear cookies.
- Which platforms do this?
- All of them, to varying degrees: TikTok (refer, tt_from, share_item_id), Instagram (igshid, igsh), YouTube (si), Facebook (fbclid), Twitter / X (s, t), Reddit (share_id), LinkedIn (lipi), Snapchat (sc_referrer), and Pinterest (pin_source).