Added some non-js social share buttons

An update on a previous blog post I had written on non-JS social share buttons

I have blogged before about having social share buttons without JavaScript, I just wanted to do a quick followup post to show off three things.

The first is that I have implemented them on this site, you can go ahead and test them out by sharing any number of my articles.

The second is that I have added share buttons for both Reddit and Hacker News, I think these qualify as social networks and warranted the addition.

Finally, I have made a github repository called nojs-socialshare to share the code I used when creating these buttons, feel free to fork and add your own.


Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?