Email or username:

Password:

Forgot your password?
Top-level
Stefan Scholl

@atomicpoet @kraft @fediversenews Sounds like fun. #Mastodon is already using #ActivityPub differently from the standard texts and other server software.

Another dominating system will gift us more entertaining drama! 😜

13 comments
Brandon Kraft ❤️‍🔥🧡

@Stefan_S_from_H @atomicpoet @fediversenews I think the direction is akin to WP adopting RSS way back. The point isn't to twist the spec; it is to join the broader ecosystem.

Stefan Scholl

@kraft @atomicpoet #ActivityPub has more room for interpretation than #rss.

There will be differences, even if unintended.

#Mastodon is using "like" as a favorite, ignoring "dislike", and "summary" as a content warning.

Is #WordPress going into the direction of universal #Fediverse or using the Mastodon interpretation of ActivityPub?

This is worse than Outlook for email and news.

Matthias Pfefferle

@Stefan_S_from_H @kraft @atomicpoet I think there is no either/or, I tried to be as generic as possible, but to also support the mastodon (and any other) way. It costed me a lot of time, to reverse-engineer the differences, back in the days, because of the missing docs ;)

Brandon Kraft ❤️‍🔥🧡

@pfefferle @Stefan_S_from_H @atomicpoet the one thing I want to dig into when I have some spare cycles is posting a photoblog post on WP doesn't display as media on Mastodon.

I haven't looked at all the things so no idea if it is a problem with my setting, the plugin, something else, etc.

Matthias Pfefferle

@kraft @Stefan_S_from_H @atomicpoet what do you mean by "media on Mastodon". the images won't be displayed?

Brandon Kraft ❤️‍🔥🧡

@pfefferle

Here's an example. The post has a title and a single image as the content. I also made the image the post's featured image. Post format is Image.

I'd want it to display similar to how a Pixelfed post would on Mastodon (to say I figure it is something in the spec that is supported but that's an assumption)

Brandon Kraft ❤️‍🔥🧡

@pfefferle here's how that looks from a Pixelfed post coming into Mastodon.

Matthias Pfefferle

@kraft I see! It should look the same, there are some times issues, with how you add the image. I am currently looking for post_thumbnails and attachments. I think I have to rewrite the code to parse the content for images (trying to ignore icons and emojis). You can debug the activity-object by adding `/activitypub` to the end of a post URL:

bk.cx/2023/03/11/turtle-pond/a

Matthias Pfefferle

@kraft to have it properly federated as "media" post, you have to check the attachments. it might have been an issue, that you had it as an image first (not an attachment) and changed it to a featured image afterwards and the update activity was not sent properly (have to check that!)

Matthias Pfefferle

@kraft and I have to re-check the update mechanism of the plugin.

Brandon Kraft ❤️‍🔥🧡

@pfefferle For that site, I usually post via the mobile app, so it wouldn't shock me if something to do with the meta updating after the post itself.

Thanks for the pointers. Off work this week for the kids break so hoping to have some hacking time. If I discover anything, I'll post an issue/PR.

Matthias Pfefferle replied to Brandon Kraft ❤️‍🔥🧡

@kraft that would be awesome! But be aware that it was a spare time project for quite a long time, there might be some parts that have to be refactored for sure 😂

Brandon Kraft ❤️‍🔥🧡 replied to Matthias

@pfefferle hell, look at most of my code. Even my paid work probably needs refactoring.

Go Up