Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.04 KB

2024-01-14-as0f0.md

File metadata and controls

23 lines (19 loc) · 1.04 KB
date slug in-reply-to references indiekit_post-type
2024-01-14 21:53:00 UTC
as0f0
url type author content
entry
type name nickname url
card
Joseph Szymborski :qcca:
@jszym@cosocial.ca
Like, all the ersatz comment systems built off the Mastodon API are infinitely more understandable to me than however WebMention comments are meant to work.
reply

I can definitely relate to the collection of standards being hard to understand. There are more pieces involved so webmentions themselves are surprisingly simple. But when used together with microformats, the story gets more complicated but complete.

Like on my site, I have a utility to send webmentions to links when I post. But then to receive webmentions, I defer to webmention.io which checks the microformats of pages that mention me. Then I have some JS to query from that service and show them on my page.