-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Disqus with a self-hosted/open alternative #40
Comments
An open standard for this is: https://indieweb.org/webmention via https://www.youtube.com/watch?v=y9FSPcmybT8&feature=youtu.be |
This is a blog post of somebody who is using webmentions: https://zerokspot.com/weblog/2020/05/04/comments-using-webmentions/ |
Comments via Mastodon: https://zerokspot.com/weblog/2021/01/07/comments-via-mastodon/ |
Motivation to migrate away from Disqus: https://supunkavinda.blog/disqus Comments via Github issues and https://github.com/utterance/utterances
an intermediate step to migrate off of Disqus altogether but keep static copies of existing comment content: |
Maybe a good read: IndieWeb is not easy to implement, few people understand how to do it, some people even remove IndieWeb-support again: https://kevq.uk/removing-support-for-the-indieweb/ |
Bridgy seems to be an option although it needs some sort of active content: https://brid.gy/about#blogs It's part of IndieWeb and uses the webmention protocol. |
I think integrating with ActivityPub (#71) would be the way to go, that way the integration is two-sided:
Then you also don't need separate authentication, people can simply use their existing Fediverse account! Oh I would love this :) |
Please read my comments on #71 which describe my ideas on the ActivityPub implementation by me. However, I do see that ActivityPub would be a potential candidate to solve the disqus problem although I'd leave the static site generator idea. |
Also see https://emacsconf.org/2022/talks/indieweb/ + this talk video for webmentions |
A comments system powered by GitHub Discussions. Let visitors leave comments and reactions on your website via GitHub! Heavily inspired by utterances.
Note |
But makes you dependent on GitHub. |
This sounds really promising: https://hunden.linuxkompis.se/2023/11/18/my-blog-now-supports-plain-text-comments.html https://github.com/aioobe/dead-simple-jekyll-comments + emails that get processed to text comments |
Disqus is currently used in the templates to enable comments from readers.
Unfortunately, this is an external dependency to a closed service which is not a good thing to have.
One alternative would be https://posativ.org/isso/ which is using a SQLite backend.
The text was updated successfully, but these errors were encountered: