Tired of social media but can't stop posting? Statuses just don't feel the same? Check out...
sloggr!
What?
sloggr is a microblogging tool that is fully compatible with static web hosts. Useful for sharing quick updates, shower thoughts, blogposting of all sorts, really.
Why?
Slogs as a concept actually predate sloggr itself by almost a whole year, I started using them to get away from social media. Any time I had the urge to post something, I just added it to a little scrollable div on my website instead, bt that quickly proved to be too cumbersome as my site grew, so, inspired by the drawbox project, I made this funky little script to make slogging easier than ever.
How?
Through the power of using Google's suite for dubious purposes! Like any good programmer has done at least once.
And what's with the name?
sloggr comes from "slog", as mentioned above, and slog is a portmanteau of "short" and "log" therefore, a short log! ... It's a shitty name, I know, I use it half ironically myself, you can call it whatever you want, honestly.
How to use
Setting up sloggr is a shockingly easy process, all you need to get it up and running is a google account, and once you're done, you're pretty much set! Basically all you have to do is...
Create a new blank google form. Feel free to set the title and description to whatever you want, this will not be publicly accessible.
Change the default question to "paragraph" (or "short answer" if you want a smaller word limit, either one works)
Click the big purple "publish" button.
Change the form's responder setting from "anyone with the link" to "restricted". If you ignore this step, anyone who inspects your site's source code WILL be able to make public posts very easily.
Copy your form's responder link an keep it somewhere easy to access. This is how you will make all of your posts.
Tab over to the "responses" section and click "link to sheets".
Select "create a new spreadsheet" and click "create". A new window will open with your newly created responses spreadsheet, this sheet is also where you will be able to manage, edit and delete all of your posts.
Click on the share button, and change the "general access" permission to "anyone with the link". Make sure the role is set to "viewer", or else much like in step 4 anyone will be able to edit your posts.
Download sloggr.html and place it in your website's directory and open it in your text editor of choice.
Change the "sheetId" constant to your spreadsheet's ID, which is literally just the long string of characters after /d/and before /edit in the URL you are at when editing yor sheet. E.G: https://docs.google.com/spreadsheets/d/1ztRsiAWRhyuiHznP5L4iA-omwV3G2mkepgqFOAFjLrA/edit
Add an iframe that links to sloggr.html on your website and you're done! You can now freely post to your heart's content!