I finally added a way to add comments to my blog posts and decided to do it via Mastodon post + replies, inspired by the works of @jwildeboer and @cassidy.
@hamatti @jwildeboer happy to see the idea take off more, and I love reading everyone's way of doing it!
@hamatti @jwildeboer @cassidy This is a really cool idea!
Does it need a server without `DISALLOW_UNAUTHENTICATED_API_ACCESS`? I remember seeing some admins suggesting enabling that for security.
@kaan The way mine is currently built, it uses the public, unathenticated API to fetch the posts but if you're on a server that prevents it, you could build it in a way that uses API keys to fetch the replies.
Pretty cool
@hamatti did you publish this code? I'm interested in doing the same thing.
@davidvasandani I haven't but I can put it up for share somewhere tomorrow and share in this thread.
@davidvasandani I added full code snippets to my blog post: https://hamatti.org/posts/blog-comments-via-mastodon/#code-snippets
Don't hesitate to ask if there's something you don't get or need help with.