Sometimes I make a tool that I use for a while and then wonder if it’s something others will find useful too. Here’s one of them…
For a while I was sharing links on my home page by linking to the feed of stories I’ve upvoted on Reddit, but that has become less satisfying as Reddit dumbs itself down each day (the same thing that happened to Digg a few years earlier). I decided to make my own link-sharing program that I could use by just clicking a bookmarklet whenever I was on a page I wanted to share.
It is a very simple program that stores the links in a flat text file and uses CORS to allow the bookmarklet to POST data to it from across domains. You can put the files in a directory on your server and use this simple bookmarklet to share links:
Drag this to your bookmarks toolbar: Share This
You can check out the server code or the bookmarklet source, or you can download the zip archive and extract the files on your server.
When you fetch the server script with GET you get back a JSON or RSS feed depending on the format
parameter you pass.
Make sure the password in the bookmarklet stays synced with the password in the server file and change them to something secure.