You can use Mastodon to add comments to your static blog engine.
https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ #webdev #fediverse
@carl I'm with @davidak on the 3rd-party thoughts. Why not https://www.barkdull.org/software/hashover ? It seems greatly underrated and can be self hosted using flat-files for data storage.
@mikael @carl as i understand it it's still a 3rd-party service where the comments are loaded from, that you host yourself
and unlike isso or commento it's written in PHP, which is known for having massive security issues (look at number of CVEs). you use a static page because you don't want PHP on the server! else you could just use Wordpress which has comments
https://posativ.org/isso/
https://commento.io/
all this is not really a solution
@mikael @carl why not use wordpress then? it's very user friendly and has a huge ecosystem
a perfect comment solution would serve the comments in the same http request as the content. then it can be archived. wordpress does it serverside, so it's given there. it's not with comment services that load the comments with JS
and because i try to have a perfect solution, i don't have comments for some years now and don't write blog post i want to get feedback on. so power to your pragmatic solutions
@davidak @carl Oh, it does: https://github.com/aaronpk/webmention.io
But stupid simple with PHP would be preferred. 😀