Personal Log »

Connecting blogs

I wrote about the IndieWeb about two years ago and, as part of that post, I mentioned webmentions, as one of the protocols they promote.

I was thinking, how can I introduce the idea as simple as possible? We could compare it to other linkback mechanisms, but then I realised that perhaps not many people remembers what trackbacks or pingbacks are.

Webmention is currently a W3C recommendation –not quite a standard yet– that enables cross-site conversations. It is a simple protocol to allow your site to tell a different website that you mentioned one of its posts as a comment, like (or other types of responses, apparently).

In a way, is similar to the experience we have in social media: you know when someone replies to you, or likes, or quotes. The difference is that we own our website, so we move to a distributed and heterogeneous landscape, instead of centralised and uniform –all using the same social network–, in which we need to add the glue between us so we can share that information.

I was thinking about implementing it here, even if is not going to be easy because this blog is a static website, but then I remembered that in my old blog in Spanish –that I closed after 18 years online– had comments support, but very little use. I got some comments over the years, but mostly in the early days –around 2003–.

Comments helped to improve the posts, but they also connected blogs because it was common that the commenters had a blog as well, and as part of the comment they could provide a link to their blog. As you can imagine, the idea was eventually perverted –and somewhat ruined– because spam. Those comments where a cheap way to get incoming links to a website, and that helped with SEO –search engine optimisation– and positioning in the search engines’ results. The spam is bad, of course, but I’m also unhappy with the incentive: those sites wanted traffic because they had ads and that meant income.

In my blog I had to disable comments automatically on a post after a number of days, include simple captchas, do fancy stuff with cookies and sessions. Very messy, for little benefit –the occasional comment–. And trackbacks lasted even less than comments. I think I disabled them shortly after finishing my implementation because not many real people used them, and it was only spam.

This blog doesn’t have comments, although you can always send me an email if you want to comment anything, and some people have done that. Not often, but if I have received a handful of emails, that’s more comments that my old blog had in its last few years.

So I am undecided. Although I read blogs, I don’t seem to quote them often –perhaps I should, I should find my small blogosphere like I had in the early 2000s–. Would it be worth it to add support for webmentions here?

Sending them is easy, I can do it as part of the publishing step that renders the posts –in markdown format– using Hugo. Receiving webmentions will require a bit of extra work, and likely some non-intrusive Javascript to show them in the post somehow. I may give it a go for fun, I can always remove it if it turns out it was a bad idea.

In any case, I have the feeling this is something that should be widely supported, if blogs stand a chance against centralised social media.

Edit (2024-04-24), Alex writes on Micro-blogs:

I tried web-mentions and they didn’t work [how] I wanted them to. Far too few other blogs supported them, and for this blog, I didn’t know what to do with them. I didn’t want to send myself email so I turned them into comments, but mentions aren’t as strong a signal as a comment. Mentions aren’t public but comments are. Mentions don’t need a strong connection to the main article but comments do. By turning mentions into comments, I had made a mistake and the result was frustrating. So I got rid of them.

We had a conversation over email, and it really helped me to think about this.

On those emails I went full circle: from comments is not the answer to it was the comments all along! Although, perhaps, better than we had them back in the day. Probably using the Fediverse, so we have notifications and things like that, that was never a problem solved in the early 2000s –that’s my back in the day for this topic–.

I’m starting to think that what a blog needs to be connected with other blogs is comments. Alex quotes this take from James:

If your blog then has comments, and likes, and people on other platforms can comment, like, and share posts directly, is it really a blog any more? … Should blogs even have comments and notifications?

And I found this very interesting. The informal definition of blog I was more familiar with, included comments from readers that complemented the post, to the point that when some blogs –specially with a considerable audience– started to remove them, it was controversial: is that still a blog?

May be the likes and sharing posts is a bit too much, specially because if you add follows, that is social media. But comments were part of a blog, and that is when my chat with Alex ended in: of course, we just need comments to connect blogs!

Not sure if it would be used enough, unless I find my blogosphere, or if the spam would make the functionality useless and too costly to operate, but in the meantime –as Alex mentions in his post– we will have to do the work and link to other’s people blogs.

Would you like to discuss the post? You can send me an email!