66
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 23 Aug 2022
66 points (91.2% liked)
Asklemmy
43750 readers
1239 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
I just read these 2 blog posts recently where they are using ActivityPub for comments:
https://cassidyjames.com/blog/fediverse-blog-comments-mastodon/
https://fietkau.blog/2023/another_blog_resurrection_fediverse_new_comment_system
Interesting, I had a similar idea to just link to a Mastodon/Lemmy thread in the blog article, saying "Here is the comment section!", because I want to keep a static website.
on my pelican generated website I have the rss feed of my mastodon account. I have a script that downloads & converts the rss and then pelican runs and regenerated and includes that on my site. Something similar might work with your idea for comments.
Can you show me the link, I am curious on how this look like?
https://mastodon.sdf.org/@saba/110470671030115751 here's a mastodon post I made about it and on my site you can see my feed on the bottom of the page: https://chven.us/profiles/sam.html
Looks really nice!
If you decide to try the rss-to-html.py, let me know if you want some help or to see what I changed. I don't know python well, but I did change a few things in it to get it to work right for me and to include the photos. Or if you come across anything else that does similar, I'd like to have a look at it.
Thanks a lot.
I will only link to a fediverse post in the end of a blog article like "Here is the official comment section", because I want to keep my blog as static as possible.