this post was submitted on 14 Sep 2023
144 points (98.6% liked)
Fediverse
28251 readers
702 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
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well this is pretty great, I hope it gets mass adoption across WordPress sites
It doesn't explicitly list Lemmy compatibility, but it should be fine given it works with Mastodon, right?
Looking at the Mastodon and Lemmy documentations, yes it should work.
Page
,Article
,Note
,Video
andEvent
activities.Page
,Article
,Note
,Video
,Event
,Image
,Audio
andQuestion
activities.As you can see there's a large overlap between the two, so I say it's likely that it will work. I could bring this even further by having a look at the plugin's code but unfortunately I'm alergic to both PHP and SVN and wordpress uses both.
The plugin is maintained on GitHub, but yeah it's still a lot of PHP
Oh thanks for that. Looking at the plugin's wordpress page I ended up on a wordpress SVN page and thought I had to browse that. My allergy is already much better, I might have a look after all.
Based on this it looks like the user can choose article or note: https://github.com/Automattic/wordpress-activitypub/blob/163d9e931c407463bf254ce55bd45f400468982c/templates/settings.php#L158
what else could it possibly be coded in while maintaining compatibility with wordpress, a php application, and its modest server requirements?