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

SEO

Google follows URLs in text

Today I learned that Google follows URLs even when they are plain text

Web Dev

Check in with your database

It pays to take a step back and look at how your database is set up every so often. You will often find quick wins and hidden tech debt.