Live data from Hacker News

Why to use Twitter, Facebook and Google Plus share links and not buttons

garron.me

21–30 of 65 posts

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#21

In regards to not tracking users...integrating a http request to Google for JQuery, is still tracking users. I always find this ironic about these articles don't track your users , or prism is watching, let's use mailvelope , some of these pages that is promoting privacy, integrates google analytics, have a share button, or some type of off server request.

That is why I said, I am thinking about not serving scripts from CDNs, at least not from public CDNs.

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#22

Your Facebook button says "Like", but it's a share. There's no liking involved.

Thanks, changing it now.

Now its not clear what the button does. Why not brand each link to match its respective network?

Edit: Your WordPress permalink code looks fine by the way.

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#23
I use WidgetBlock for chrome and since then sites have been blazing fast. I mean it really helps to not have all those stupid share widgets load. It does however break all the share buttons.

So using links instead of the widget codes is better for your site (performance wise), privacy wise, and it degrades gracefully when people like me use Widget Blockers.

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#24

Those networks can still track user habits by clicking the URL. In one acorn, they will know they came from your site, any user agent information, screen size (via JS on the social network site), if they are logged in they will associate them going to your site even if they decide not to share the URL. The only thing they aren't seeing is additional analytic data they're missing out by not having there JS installed o…

>> Those networks can still track user habits by clicking the URL.

Isn't that kind of the point though - if I don't click the URL then FB/Twitter/G+ etc etc don't get notified of my visit to a third party site that includes their buttons. If I do, fine, I'm going there and they get the info, but usually I don't.

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#28
In other words it's not buttons in and if themselves that should be avoided (according to the author) but pulling in the widgets from FB, Twitter and G+. You can host the same buttons on your end (really just a picture with a link)

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#29
post #5

I don't have an opinion on the core of the article, but this bit at the end is not the best advice from a user experience standpoint. "And I am seriously thinking into serve my own copy of Twitter Bootstrap scripts instead of serving them from the Google Network." The point of using a CDN for common js/css is to serve it as close to your users as possible as well as increase the change that they already have it in th…

Sorry, you are right. it is NetDNA's From the performance point of view is better to use that public CDN. But they have control over the javascript, and they may change it at anytime. Maybe too paranoid, so just thinking about it.

If you're that paranoid, it probably wouldn't be hard to set up a simple cron job that downloads the CDN's copy and compares its hash against a known local copy on a regular interval.

Re: Why to use Twitter, Facebook and Google Plus share links and not buttons

#30

Another note: you can create realistic share buttons by fetching the Like counts via JavaScript. I run that on my own website and it works well.

Can you give me your website url, please?

In his profile - minimaxir.com
Post reply on HN