frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Nobody clicks share buttons

https://ankursethi.com/links/nobody-clicks-your-share-buttons/
131•speckx•1h ago

Comments

PaulHoule•1h ago
Amen! Plus those share buttons leak data with third party cookies and such, they're mostly a scam to skim user data from your web site.
operatingthetan•1h ago
It's sort of cargo-cult behavior to add them to non big corporate websites. Just like adding superfluous chat bots now.
iLoveOncall•1h ago
0.2% can be an OK conversion rate for some things.
llm_nerd•1h ago
Indeed, that seemed surprisingly high to me and kind of countered the argument.
readthenotes1•1h ago
Sounds about like the number of times I accidentally clicked the link
dieselgate•57m ago
At a previous job an "infinite scroll" experience was tested against many paginated pages and 0.2% is roughly the conversion rate of someone clicking through to the 4th or 5th page of results IIRC. They decided to not go true "infinite scoll" but rather add a "See More" button instead of pagination.

Anyway just interesting data points for what "0.2% conversion" looked like in my experience.

ndegruchy•1h ago
I've added a button that just triggers `navigator.share()`[1]. I know most users do the copy-paste dance, but I find this is a good middle ground. Adding functionality for my users, but not adding special social media share buttons.

[1]: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/s...

input_sh•1h ago
I thought about using navigator.share myself, but decided to go with the basic "Copy URL" button instead, as navigator.share is pretty useless on desktops and not supported across browsers on phones either (Android's Webview being the big one for my use case).
rickstanley•1h ago
Why not both? A small button with "Copy link" text to, well, copy the current URL and another that calls "native" share, if available. I don't find it to be too many options, but I would guess that perhaps "Copy link" would have more clicks than `navigator.share`.
imoverclocked•27m ago
You could switch between them depending on the browser. Desktop users are more likely to want an URL anyway, IMHO. FWIW: iOS has a "copy" option in the share popup.
siriusfeynman•50m ago
Oh is this what that is, I saw a few sites use it recently but for whatever reason on my desktop pc (windows 10) the only options I have are copilot, another copilot (for some reason), one-note and discord, which claims to also be a copy to clipboard option but it doesn't work. So in the end for sites that don't show the raw string I have no way to copy something.
evilturnip•1h ago
Most people don't have an audience they would share it to if we're being honest.

If there's a article/site I'd be interested in sharing, it might be to a slack channel or a text message, in which case I just copy/paste the URL.

mgiampapa•1h ago
I use share buttons all the time on social platforms, and apps like Amazon that don't have any other way of deep linking.

Lot's of people use apps that don't expose a link, share buttons are great and even better when they use standards like your OS's share functionality.

catlikesshrimp•1h ago
That is one of the reasons any publisher wants you to install yet another app in your phone. Be it fb, ig, goog, tk... Edit: Reddit :/
Zak•47m ago
The article is discussing "share on [Facebook,Twitter,etc...]" type buttons on websites, not share via [OS functionality or other native app] buttons inside native apps.

That said, I'm curious as to why someone with enough technical sophistication to be posting on HN browses Amazon with a native mobile app instead of a web browser.

subroutine•35m ago
You prefer to browse amazon using a mobile web browser over the native Amazon app? Why?
6510•20m ago
it was preinstalled on my phone
filup•25m ago
I have a hunch that amazon links do track somehow based on timing. Does anybody do that?

There are so many products on amazon sharing a link to one specific product and having someone else open it shortly after sounds like a high enough confidence.

Again just a hunch.

raincole•1h ago
> The share buttons got clicked 14,078 times. That’s a 0.21% usage rate, which works out to about 1 in 476 visitors.

In other words, people not only click share buttons, but do it quite often?

AnthonyR•1h ago
Yeah I find this article hilarious. Especially since maybe less than 1 in 10 visitors will actually want to share the article? So 1 in 476 is actually pretty decent usage.
bluebarbet•56m ago
For which the other 475 get saddled with a bunch of extraneous downloads and invasive tracking.
vovavili•48m ago
The cohort that is concerned about this almost certainly runs some sort of a blocker.
FroshKiller•45m ago
That's beside the point. I block plenty of things personally but am no less concerned about mass tracking.
9dev•40m ago
No, that's beside the point. The vast majority of users do not care about this at all, while those that do care never see it due to their blockers. From the point of someone carelessly offering a convenience feature with tracking capabilities, this is a no-brainer.
dlcarrier•58m ago
See the rest of this comment to learn what dlcarrier thought of the article! https://news.ycombinator.com/item?id=48561332#:~:text=Of%20c...

Of course no one wants to use a feature that creates a huge link and throws in a bunch of disingenuous text.

einpoklum•52m ago
> That’s a 0.21% usage rate, which works out to about 1 in 476 visitors.

That's actually not low at all, and much higher than I would have expected for government website pages.

Not to mention the _actual_ social sharing of mentioning pages to people you know who need the information on those pages.

broodbucket•45m ago
I don't click share buttons because I don't know what it's going to do. I don't want something copied that says "Check out this Thing on this Site! <url>" because then I have to delete half of it at which point it's slower than copying the URL. If every share button had the same behaviour then maybe I would.
filup•41m ago
So true. I too dual as an automatic link cleaner.

When I receive a link with a 100 character hash attached I gasp and yell at the person who sent me it (my wife normally)

serial_dev•31m ago
They put so much stuff into the URL, usually my user ID, my phone, browser info etc…

I don’t necessarily want the people I share the link with to know my potentially pseudonymous user.

elpocko•42m ago
I remember back when Wordle was popular, people said the "Share result" feature was so effective, it was the reason for the game's viral success. I can't think of any other example though.
klinquist•41m ago
Nobody clicks share buttons to "just share links"

But ... make it share something more useful and they might use it more.

I author a Caltrain app, and if you are viewing the time schedule, the share button pops up the iOS share sheet pre-filled with "I'm taking train XX leaving <location> at <time> and arriving at <location> at <time>. Track my train <link>."

joshstrange•40m ago
0.21% sounds low but my initial thought is "I don't know if they are making the point they think they are". Conversion rates are always pretty low.

That said, I've never clicked on a share button mostly because:

- I don't know what it will do, it's not consistent at all

- It might add extra crap "Your friend shared 'Story Title' with you!"

- It will probably try/want to add tracking crap

I always just copy the URL and send it however I want to send it. People aren't stupid when it comes to sharing, they understand how to accomplish what they want, we don't need a dedicated share button.

What we don't have, and hopefully never will, is the number of people who click the share button verses the people that copy/paste the URL which I assume 90% of people who want to share do. It's universal, it "just works".

Clicking the share button means I'm at the mercy of the site operator, copying the URL puts me in control.

theturtletalks•32m ago
Exactly but companies have started hijacking the copy icon button as well. You’d think that would just copy what’s in the text box, but they add tracking and other stuff.

The worst is the YouTube share button. You can share the button with the exact second mark in the video and I would do that. Then one time I noticed the URL was shortened and added a lot of tracking.

joshstrange•25m ago
Nothing bugs me more than copy/pasting some text from an article and getting:

    "Text that you copied"
    
    - From XYZ Times (httx://abc123.tld/path/to/article)

Apple Books does that nonsense as well and it drives me up a wall.

I'm sure there are browser extensions to tame but this thankfully there aren't many website that do this that I care to visit often.

> Then one time I noticed the URL was shortened and added a lot of tracking.

Ugh, yeah, this is really annoying as well. When a dedicated share button is my only option (like in a mobile app) I often open an incognito/private browsers window and paste it in so I can get redirected and then rip off all the tracking crap. Back when I used TikTok I had an iOS shortcut that I would "share" to which would rip off all the tracking for me. I always would feel gross when someone "anonymous" would share a TikTok or similar link and there would be a banner at the top of the page "Real Name shared this with you, follow them?".

jdw64•38m ago
0.2 %is quite significant, isn't it? My small website (www.makonea.com) gets about 90,000 visitors a month on average. (That's about 300 per day?) So that means a post gets shared about once every two days. Maybe I should seriously consider making my posts more shareable. And if I promote it on HN, I'd hope there's a 0.2 %chance that people would check out my site.
6510•23m ago
Imagine what buying high value visitors costs. 10 bucks is nothing to gain one person who is actually interested. At least 300 free money right there
kxrm•36m ago
Reddit is full of YouTube links with the `si=` param which indicates they clicked the "Share" button. All indicators are this article's premise is not true.
preciousoo•22m ago
The link sharing platform is full of people interested in sharing links, that makes sense, similar to how a mall would be full of people interested in shopping
brikym•35m ago
The user has to have an extra reason to use it. Share buttons or stateful URLs are great when user input is embedded. You have to add that extra user generated sauce or it's not worth it.

Web games (like my redactle.net) will typically have a share button that allows players to share their score. Calculator tools often include a way to share a URL with all the fields filled. Youtube does it with timestamp links.

azhenley•35m ago
Are the 14,078 share events from unique users? If not, the usage rate would be even lower (<0.21% of users share but sometimes share multiple times).
dewey•34m ago
The point of share buttons in most cases is the tracking pixel that comes with it, not the share feature itself.

Also when you work with real users, not developers who remove tracking parameters you quickly realize that share buttons are used and people complain about them if they don’t work, can confirm from my own experience.

franze•34m ago
running my own experiment and the chatgpt button by now gets more clicks than the share buttons ie https://www.veganblatt.com/a/hafermilch-edeka (german)
frou_dh•34m ago
The tapestry of share buttons were certainly novel and interesting like 20 years ago. They may be lame and 99+% ignored now but it's been a slide to this state of affairs.
PUSH_AX•33m ago
Yes they do.
andy_ppp•31m ago
This is something Wordle got completely correct, it just allows you to copy a emoji version of your game into any social media you like. Giving people agency to edit rather than mild fear of how will sharing actually work is much more likely to work!
mattjoyce•30m ago
Sure the idea isn't that every page should be shared equally?

Is the percentage of sharing based all visited pages and is that a good way measure it?

Imagine if all the very low sharing was from 3 pages, that would be a signal worth investigating.

TheRoque•30m ago
I click on the share button to get the link, that I copy and share myself.

And it's on my phone only, on my computer I'd just copy the URL since I'm out of an app

The YouTube share feature let you pick the time to share but they removed it for some reason m..

6510•22m ago
it now is the tiny toggle at the right top.
Kuyawa•27m ago
In the same vein, nobody subscribes to a channel no matter how many times they remind them in the middle of the stream. I never understood why content creators keep using that cheap trick looking like beggars.
sealthedeal•26m ago
It only matters if it's ruining the actual experience of the reader. Kind of an odd article if im being honest.
TrackerFF•23m ago
The only time I ever use the share function, is in apps - and I want to share something with a chat. Outside apps, never.
wenbin•21m ago
From our experience at listennotes.com over past ~10 years - people do click share buttons. For us, it's still worth the screen real estate to place share buttons.
dbvn•21m ago
Who tf uses a government website to judge sharing metrics... "look at this awesome new regulation, buddy!"
yieldcrv•38m ago
navigator.share is limited and the share intent breaks UX, adding more clicks to a funnel than I want

I leave it as an option for the users that really want it though, but surface other things like just the copy icon to put something directly on the clipboard

the articles best stats are from 2012, I’m sorry to inform that was 14 years ago, people are even more acclimated to direct linking

afavour•1h ago
Yeah I think the author needs a dose of reality about how many users do anything on a site. Something that 1 in 476 visitors do isn't that bad. Especially when there's no real ongoing cost to doing so.
yndoendo•43m ago
I didn't see any statement about normalizing the share click as bot or human.

With the continual passage of laws restricting social media for minors, URL copy and paste will become the standard methods for sharing.

Personally, I would never click the share button because sharing with a person or group of people is often through email, SMS, work chat, or here.

Businesses that use Facebook to communicate events are actively restricting their consumer base because not everyone wants to use it or will. A standard web-site is the only method to communicate openly with users.

deepsun•26m ago
Especially on government websites like gov.uk serve. It's not a website with cute beanie hats you'd want to share on your socials.
nkrisc•40m ago
At that rate I think you can assume most clicks were accidental.
Aachen•27m ago
You don't know my mother

Messages like "Hi I found this podcast episode, you should listen to it!", not fitting her usual or the chat's tone at all. The link goes to the last 19 seconds because she finished listening and the thing tries to be helpful (took me a minute, the first time, to realise she didn't actually mean to share the fragment at that timestamp). At least it matches her native language I guess, looking on the bright side (the message isn't actually in English)

A simple "copy link to episode" button would have been so much more helpful. Not just for me but also any recipients that are as tech-savvy as she is and don't understand why it doesn't show them the whole episode for example, or why it is she's implying it's so important (the template wording is just off because she didn't write it)

blitzar•39m ago
> Visitors were twelve times more likely to click an advertisement.

I would have guessed clicking on ads was rare

jatora•23m ago
I work in digital marketing and I am continually shocked by the amount of people that click my disgusting ads. (nearly all advertisements are morally disgusting)
preciousoo•24m ago
What definition of “often” includes a 0.21% rate?
cm2012•17m ago
Try to affect human behavior at scale in any way and you pray for an affect size like that
spockz•17m ago
[delayed]

Running local models is good now

https://vickiboykis.com/2026/06/15/running-local-models-is-good-now/
811•jfb•7h ago•357 comments

Apple is about to make Hide My Email useless

https://arseniyshestakov.com/2026/06/16/apple-is-about-to-make-hide-my-email-useless/
247•SXX•3h ago•129 comments

SpaceX to buy Cursor for $60B

https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/
737•itsmarcelg•11h ago•1147 comments

GrapheneOS has been ported to Android 17 and official releases are coming soon

https://discuss.grapheneos.org/d/36469-grapheneos-has-been-ported-to-android-17-and-official-rele...
34•Cider9986•1h ago•5 comments

TIL: You can make HTTP requests without curl using Bash /dev/TCP

https://mareksuppa.com/til/bash-dev-tcp-http-without-curl/
182•mrshu•5h ago•100 comments

GPT‑NL: a sovereign language model for the Netherlands

https://www.tno.nl/en/digital/artificial-intelligence/gpt-nl/
95•root-parent•3h ago•74 comments

Mechanical Watch (2022)

https://ciechanow.ski/mechanical-watch/
584•razin•10h ago•111 comments

Calvin and Hobbes and the price of integrity

https://therepublicofletters.substack.com/p/calvin-and-hobbes-and-the-price-of
154•pseudolus•6h ago•58 comments

Stop Using JWTs

https://gist.github.com/samsch/0d1f3d3b4745d778f78b230cf6061452
140•dzonga•4h ago•83 comments

ASM Shader Toy

https://wegfawefgawefg.github.io/asm-shader-toy/
26•wegfawefgawefg•4d ago•2 comments

But yak shaving is fun (2019)

https://parksb.github.io/en/article/32.html
168•parksb•7h ago•46 comments

Frood, an Alpine Initramfs NAS (2024)

https://words.filippo.io/frood/
16•ethanpil•1h ago•7 comments

Has AI already killed self-help nonfiction books?

https://tim.blog/2026/06/12/has-ai-already-killed-nonfiction/
62•imakwana•4h ago•75 comments

Apple's weird anti-nausea dots cured my car sickness

https://www.theverge.com/tech/942854/apple-vehicle-motion-cues-review-really-work
427•neilfrndes•5h ago•133 comments

10Gb/s Ethernet: switching to a Broadcom SFP+ module

https://www.gilesthomas.com/2026/06/10g-ethernet-switching-to-broadcom-sfp-plus
58•gpjt•3h ago•46 comments

Formal Methods and the Future of Programming

https://blog.janestreet.com/formal-methods-at-jane-street-index/
61•nextos•4d ago•1 comments

Correlated randomness in Slay the Spire 2

https://tck.mn/blog/correlated-randomness-sts2/
252•rdmuser•11h ago•81 comments

Is Meta destroying its engineering organization?

https://newsletter.pragmaticengineer.com/p/why-is-meta-destroying-its-engineering
281•throwarayes•5h ago•237 comments

W.H. Auden and James Schuyler in life and literature

https://hedgehogreview.com/web-features/thr/posts/companions-on-parnassus
5•Caiero•2d ago•0 comments

Making ast.walk 220x Faster

https://reflex.dev/blog/why-ast-walk-when-you-can-ast-sprint/
67•palashawas•5h ago•14 comments

SubQ 1.1 Small

https://subq.ai/subq-1-1-small-technical-report
95•EDM115•6h ago•45 comments

Qwen-Robot Suite: A Foundation Model Suite for Physical World Intelligence

https://qwen.ai/blog?id=qwen-robotsuite
92•ilreb•8h ago•14 comments

Specs Augmented Reality Glasses

https://newsroom.snap.com/introducing-specs-augmented-reality-glasses
53•haberdasher•4h ago•30 comments

Show HN: Sabela – A Reactive Notebook for Haskell

https://sabela.datahaskell.com/
19•mchav•2d ago•1 comments

Show HN: VoiceDraw – Talk system design out loud, the diagrams draw themselves

https://voicedraw.com/
13•ajaypanthagani•2h ago•3 comments

I've always wondered if anyone used sharing buttons on news sites and blogs

https://ankursethi.com/links/nobody-clicks-your-share-buttons/
155•speckx•1h ago•74 comments

'Ghost jobs' could soon be illegal in New York

https://www.fastcompany.com/91558427/ghost-jobs-could-soon-be-illegal-in-new-york
138•toomuchtodo•4h ago•73 comments

An interview with an Apple emoji designer

https://shadycharacters.co.uk/2026/06/ollie-wagner/
89•nate•3d ago•46 comments

The Web We Know Is Going to Disappear

https://www.minid.net/2026/6/15/the-web-is-going-to-dissapear
28•taubek•2h ago•19 comments

U.S. pulling ocean sensors a 'shock' for Canadian research as El Niño nears

https://www.timescolonist.com/local-news/us-pulling-ocean-sensors-a-shock-for-canadian-research-a...
334•ResearchAtPlay•2h ago•196 comments