I was wondering, what powers your stuff.interfree.ca blog? This looks better than writefreely, what with having replies from fedi straight up displayed on the website itself, and the possibility of actually replying right from any client.
Does it allow for people to subscribe via emails too?
@xogium No. It’s a custom statiq template with lots of JavaScript for comments and betula for the links, updated by rclone and all wrapped up in a powershell script.
@fastfinge Hmmm. It looks like writefreely uses ninja2 for template generation. I believe I could get away with customizing the base.tmpl file, this way.
What would I need as html into the post for example for this to work then?
@xogium Oh! You're absolutely correct. I moved that for...reasons...Yeah. So the full bit you would insert would be everything between lines 128 and 136.
@fastfinge Alrighty. I'll check those lines specifically. Is there any other requirement? Like for example is the fediverse post you link to having to be on a server where you store and retrieve comments?
I don't think writefreely even stores or cares about comments this way so if you reply from another fedi client to the post from the blog itself they will just disappear into the void on the writefreely side but be visible in the fedi thread itself, if that makes sense.
@xogium Nope. It can be a post on any server that supports the mastodon api. When a visitor loads the page the JavaScript runs and goes to get the comments. It all happens client side. That’s why you have to have the plain html link to the comments. If someone visits with JavaScript off the comments won’t load.
@fastfinge Oh, okay, got it. So if I have a blog post lets say for example xogium.me/the-space-between-us, I then could refer to this exact same url in the html body to load comments from?
@fastfinge No, writefreely itself is on fedi via my @xogium handle. That gives the whole timeline of my blog. If you were to follow this user, you'd get notified of every new post I put up, with a short headline, plus direct link to the blog post.
I do like writefreely, but I just wish they actually took accessibility into consideration more... The web ui for writing is a bit, well, erm... Not so great. Usable, but not great.
Having it directly federating on its own is good too, but then that means of course that I have no way of retrieveing comments that were posted. So there are often replies in the fedi posts it created, but they all just silently go nowhere and remain visible only for example if I go and check myself with tweesecake, on this specific user timeline.
I don't know if it supports the mastodon api, although... I mean how could it publish toots otherwise?
@xogium@xogium So the mastodon api is what apps like tweesecake use. It’s not part of the activity pub protocol. I looked at write freely and didn’t use it for accessibility reasons. I write my posts in markdown, save them in a special folder, and run my powershell script to update the blog.