Kbin has microblog.
Asklemmy
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
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
You could... but it's singly not setup for that. There are blog softwares out there that support activitypub-- I have no experience with it, but microblog.pub was nativity designed as an activitypub blog. There's also a WordPress plugin that's basically official (maintained by the company that owns WordPress.com) and has known good integration to at least mastodon, so I would assume it works well with lemmy, peertube, etc, since AFAICT, mastodon is the most opinionated of them when it comes to activitypub conformance.
microblog.pub
Ooof, the design of this website is pretty terrible. I couldn't figure out where a post starts and where it ends or what is even part of a blog post or other stuff on the website?
And in general it really looks polluted and invites people to pollute. Not really something I was looking for. But thank you for mentioning it :)
You wouldn't even need to host your own instance, really. You could create a community and check the option that only mods can post. But you can't follow people on Lemmy.
What about calckey?
I think, currently I am traumatized because I was depended on other companies/people, which had the power to just destroy what I built up. If I will build up something new, it should be under my control.
I think calckey/firefish has too many features and might be overwhelming if you want to focus on stuff.
Holy Necroβ¦.since Iβm here tho I think kbin is more set up with this. It has a microblog section although I havenβt really explored it.
The first time I've seen kbin, it looked like the old unstructured and cluttered version of reddit and the old version only was a unusable mess or only if you like being distracted by all the stuff, which is going on around the content you're there for.
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.
If that would be possible, how would you moderate comments, seeing how random things can get? Federating with only approved finstances (federated instance)? What if you keep your blog, then push every post you make there to your solo-community on a finstance? You can engineer your comment section on the blog to pint here or fetch the comments content from fediverse to your blog...
If that would be possible, how would you moderate comments, seeing how random things can get?
I don't know what you mean? If I am the admin of an instance or the moderator of a group, I could delete comments or is this just not possible?
Federating with only approved finstances (federated instance)?
Why doing this? Wouldn't it be enough to block the illegal instances and those who are explicitly against your topics?
What if you keep your blog, then push every post you make there to your solo-community on a finstance? You can engineer your comment section on the blog to pint here or fetch the comments content from fediverse to your blogβ¦
I am trying to be as green as possible. Having a blog on one server and the comments on another sounds like an inefficient way of using resources. Why not just put the articles where the comments are?
With Mastodon I had the same idea, that I will publish an article, post a link with short description on Mastodon and then use the Mastodon post as the comment section, then edit the blog article and put the link to Mastodon on the end of the article with a simple text link like "Comment section".
But even this idea felt a bit odd and more unprofessional.
Lemmy looks like a really good solution to this atm.
If you're looking for efficiency, nothing beats a static website.
There was a guy on GitHub that added a Lemmy comment section to his blog hosted on his website. So it's already an accepted although niche usecase.
I feel like a single user instance of Pleroma would be more appropriate (and easier to host) but even though the character limit can be increased the remote limit of other instances might reduce your visibility, I am not sure.
Because Pleroma is pretty similar to Mastodon, I don't think it will be good, because both use a time line and important stuff could go to the void if it was posted to the wrong time or it just goes down between a lot of content.
Yes. IIRC it's even discussed in the official docs. Basically just limit post creation on the server and allow comments.
The nice thing about open source is that in the future there might even be add-ons that better format it for blog display vs thread display.
Every time someone says IIRC in a topic about communication, I think they recommend to use IRC :D
I was just thinking that. You could either implement a way to render the linked content as an article, or allow more rich formatting in the text body itself.
Hi,
I'm feeling the same and wondering the same, did you ended up trying this, and if yes, do you have some advice on how to manage this particular use case ?
Thanks
Someone had mastadon comments on their blog. Maybe something similar?
Yes, I had the idea to put a link to a Mastodon/Lemmy thread in a blog article like "Click here for the official comment section"
Sure, why not?
Because of the "abuse of the software" I mentioned above.
But I think my current solution to this would be to keep the static website (blog) and just add a sentence there, like "Click here for the official comment section to this article", linking to a Lemmy/Mastodon thread.
With this I can have the advantages of both worlds and even if I will change the blog software, the comment section will be the same, which is a big plus, because I already switched from Wordpress to Pelican and there was no way to backup comments.