I've always wondered if anyone used sharing buttons on news sites and blogs
1–10 of 107 posts
Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#2Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#3Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#4Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#5[1]: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/s...
Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#6If 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.
Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#70.2% can be an OK conversion rate for some things.
Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#8I'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...
Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#9Lot'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.
Re: I've always wondered if anyone used sharing buttons on news sites and blogs
#10In other words, people not only click share buttons, but do it quite often?