this post was submitted on 21 Oct 2024
347 points (97.5% liked)

Fediverse

28744 readers
160 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] ProdigalFrog@slrpnk.net 64 points 2 months ago

Ooh, that's nice. I could see that effectively replacing disqus comments below articles. Cool beans!

[–] Lost_My_Mind@lemmy.world 43 points 2 months ago* (last edited 2 months ago) (2 children)

Wait, so theoretically, you could create a blog, and create a Lemmy instance/community, post a blog entry, have it auto post the blog entry to your instance, and now the Lemmy comments for the Lemmy post are the comments on the blog post? Do I have that right?

And in theory THIS comment should show up on your blog, yes?

Edit: Hey, I see it!

[–] db0@lemmy.dbzer0.com 1 points 3 days ago

Yes. That's what the wordpress apub plugin does with lemmy

[–] morrowind@lemmy.ml 37 points 2 months ago (1 children)

Oh much simpler, I just make a post with my blog as a link, and supply that link to my site and it shows the comments from that link. As I said, not actually federated. It's basically a sort of frontend.

[–] Lost_My_Mind@lemmy.world 9 points 2 months ago (1 children)

Could you make a community, and a bot? The bot would look for any post on your blog, then the bot creates a post in that community that uses the blog post title as the lemmy title, and uses the blog body as the post body.

Then the bot tells your blog the url of the lemmy post to use the lemmy comments.

Then, I see the button that says "load lemmy comments". Maybe your bot also creates a mastodon using the title of the blog post as a link to the blog post. Then any mastodon replies to that mastodon post could be under a different button that just says "Load Mastodon replies".

So at the end of your blog you have "Load Lemmy comments" (just as we see here) but next to it is "Load Mastodon replies".

And all of this, is done by you just posting once to the blog, while the bots do everything else in an instant.

You just post once on the blog, and automatically a Lemmy post is created which is a duplicate of the blog post, the lemmy comments are loaded via a button on the blog automatically, a Mastodon post is created which is just a link to the blog using that posts title as the clickable link, AND a button on the blog is created to see Mastodon replies to the mastodon post.

Everything besides the innitial blog post is automatic.

Is that possible?

[–] morrowind@lemmy.ml 6 points 2 months ago (3 children)

Possible sure, but aside from the effort to make such a bot, posting to my own community would mean that very few people would see it, aside from those who already follow the blog. I have to pick a lemmy community, at which point I may as well do the rest of the work too. Now maybe I could have an llm analyze my post, fetch a list of communities, and then pick a likely one, but honestly this is getting too complicated

load more comments (3 replies)
[–] LibertyLizard@slrpnk.net 39 points 2 months ago* (last edited 2 months ago)

Kinda cool. To be honest I’m mostly posting this to test it.

Edit: It works!

[–] Voyajer@lemmy.world 19 points 2 months ago (1 children)
[–] morrowind@lemmy.ml 19 points 2 months ago

Not at the moment, since that would require parsing the markdown

[–] andrew_s@piefed.social 9 points 2 months ago (2 children)

Neat. It took me a while to realise what was going on: the post on Lemmy and the blogpost are two separate entities. The Lemmy post is a link to the blogpost, and the blogpost uses the post_id to fetch the comments (so I guess this means you have to make the blogpost, make the Lemmy post, and then go back and edit the blogpost with the correct id?)

The script is inspectable on the blog - I can see it does:
const url = 'https://lemmy.ml/api/v3/comment/listpost_id=21617067&limit=100&max_depth=8&sort=Top&type_=All';

So I suppose there's an inbuilt limit for comment depth and number of replies, but if you start down the road of working on that, you'll eventually find that you've re-invented a front-end, and there's no end to it.

What the duckquill guys are doing is a bit fudgy, in that they're getting another website to do the federation legwork for them, but the results are pleasing enough.

[–] morrowind@lemmy.ml 6 points 2 months ago

Lol, don't blame the duckquill dev, he only wrote the mastodon one, which I don't use. This is all me.

So I suppose there’s an inbuilt limit for comment depth and number of replies, but if you start down the road of working on that, you’ll eventually find that you’ve re-invented a front-end, and there’s no end to it.

Yeah, I kinda chose the limits arbitrarily, but I don't expect them to be an issue anytime soon.

This setup is also more flexible. I can in the future add comments from multiple lemmy posts, as well as other completely different sites.

[–] cron@feddit.org 3 points 2 months ago

It seems like a tedious workflow, but the end result is quite good.

[–] m_f@midwest.social 9 points 2 months ago* (last edited 2 months ago) (1 children)

Neat! Do you pick one instance to load comments from? I notice that this comment isn't showing up immediately, so wondering if there's federation delay or the like.

[–] morrowind@lemmy.ml 5 points 2 months ago (1 children)

Currently uses my home instance, lemmy.ml. I'd expect there to be some delay

[–] felsiq@lemmy.zip 5 points 2 months ago

I’m a little bit biased here but it might be a good idea to use an instance like lemmy.zip instead, to minimize the amount of defederation going on.

[–] otter@lemmy.ca 9 points 2 months ago (1 children)

I wonder what happens if a comment is deleted

[–] imattau@dcentralisedmedia.com 7 points 2 months ago (1 children)

@morrowind Test comment from outside of Lemmy

[–] morrowind@lemmy.ml 5 points 2 months ago

Nice! That works too

[–] Flax_vert@feddit.uk 7 points 2 months ago (1 children)

Would be cool if something like this existed for WordPress

[–] Andromxda@lemmy.dbzer0.com 1 points 4 days ago (1 children)

WordPress does have an ActivityPub plugin, and it works with Lemmy. https://dbzer0.com/blog/this-blog-is-now-federated-natively-to-lemmy/

A good example is dbzer0.com which is federated to !dbzer0.com@dbzer0.com

[–] Flax_vert@feddit.uk 1 points 4 days ago* (last edited 3 days ago) (1 children)

Shame there's no tutorial to federate it to lemmy

@db0@lemmy.dbzer0.com

Anything more straightforward? I see some links but there's stuff about audience fields that I don't understand

[–] db0@lemmy.dbzer0.com 1 points 3 days ago* (last edited 3 days ago) (1 children)

It's pretty straightforward. Just activate the plugin mostly. There isn't anything about audience in the plugin settings iirc so I'm not sure what you're seeing.

[–] Flax_vert@feddit.uk 1 points 3 days ago (1 children)

It's been activated for a while, I believe it's up to date also. Unless my lemmy instance needs to update, too?

[–] db0@lemmy.dbzer0.com 1 points 3 days ago (1 children)

Yes lemmy should be at 19.6 at least

[–] Flax_vert@feddit.uk 1 points 1 day ago* (last edited 1 day ago)

Alright! Found the issue! I was trying to access the community as domain.tld@domain.tld, when it's actually what I set to be the blog's profile itself.

Ie, I set the blog's profile to all@domain.tld, the relevant community is all@domain.tld

[–] Dragon@lemmy.ml 7 points 2 months ago (2 children)

It would be nice if you could sign-in/comment directly from the blog. But I'm guessing the Lemmy api doesn't provide that without making the blog it's own instance

load more comments (2 replies)
[–] qprimed@lemmy.ml 5 points 2 months ago (1 children)

peachy keen, friend. peachy keen.

[–] morrowind@lemmy.ml 4 points 2 months ago (2 children)

Alright, let's see if this shows

load more comments (2 replies)
[–] antithetical@lemmy.deedium.nl 5 points 2 months ago (3 children)

Nice, I did the same for my blog. Didn't want to build a whole comment system when Lemmy fits the bill quite nicely :)

[–] TORFdot0@lemmy.world 3 points 2 months ago

I did the same using Mastodon for my blog, ended up switching to Disqus (shudders) just because it supports more SSO options for accounts that my limited readership is likely to have

load more comments (2 replies)
[–] Blaze@feddit.org 5 points 2 months ago
[–] daudix@lemmy.zip 4 points 2 months ago (1 children)
[–] morrowind@lemmy.ml 4 points 2 months ago (1 children)

Hey aren't you the duckquill dev?

load more comments (1 replies)
[–] R00bot@lemmy.blahaj.zone 4 points 2 months ago

History in the making. This is what open source is all about.

[–] taanegl@lemmy.ml 4 points 2 months ago (2 children)

Immediately scrolls down to the comment section. I've been spoiled by content just automatically loading, but I saw the "Load Lemmy" button. Tres chic.

It would be cool if there was a raised question mark button to the right for the load button, that on mouse over or click shows a tooltip explaining shortly what Lemmy is, as well as directly telling the user what community and instance the comments hail from - even before loading the content.

A standard tooltip for that purpose would be kind of nice.

load more comments (2 replies)
[–] vaguerant@fedia.io 4 points 2 months ago

Super neat concept. I really enjoy the melding of (micro)blogs and threads, which is what I like about Kbin/Mbin; I can follow interesting people from Mastodon without needing to visit a separate app or site. In a way, this scratches that same itch for Lemmy.

[–] xavier666@lemm.ee 4 points 2 months ago (3 children)

This is a test comment to check the functionality.

load more comments (3 replies)
[–] ns1@feddit.uk 3 points 2 months ago
[–] dekuuSkrb@pawb.social 3 points 2 months ago

naawww this is tuff

[–] puppycat@lemmy.blahaj.zone 3 points 2 months ago (4 children)

this is actually really cool! I also wanna suggest using any instance besides .ml or .world, just for the sake of why Lemmy exists in the first place

load more comments (4 replies)
[–] Fizz@lemmy.nz 3 points 2 months ago (1 children)

This is really cool. Can you add more detail on how to set this up to the blogpost?

[–] morrowind@lemmy.ml 3 points 2 months ago

I was, but honestly there's not much to write without getting into the specifics of parsing the lemmy api, because it's literally just a fetchcall and then turning the response into nice html

[–] unrushed233@lemmings.world 3 points 2 months ago (3 children)

Does it also work with Mastodon? Because it is possible to reply to Lemmy posts from Mastodon, right?

load more comments (3 replies)
load more comments
view more: next ›