Skip to Content Skip to Navigation
Login

Profile image for Experiments Experiments @experiments@tryout.hyperborea.org

Experimenting with the ActivityPub Plugin for WordPress and how it interacts with various Fediverse platforms, without cluttering up my main blog with test posts! Mastodon: @KelsonV@Wandering.shop Website: kvibber.com

This is a member of another server. See their original profile ➔

Just another formatting test to see what gets preserved by other platforms. Mostly the same one I posted on Akkoma earlier.

There are bulleted lists
At least I think there are
GoToSocial may be the only one I’ve used that has this

code blocks are super helpful for programming and command-line discussions

You can also have inline_code which may or may not show up

Numbered items
Degrade gracefully
As long as they’re short.

Who wrote this blockquote?

I keep writing more of these. I finally just copied the text into a Nextcloud note so I can paste it the next time I test this.

tryout.hyperborea.org/formatti

Wondering if mentioning @ktv@mycrowd.ca will go anywhere….

tryout.hyperborea.org/just-to-

GotoSocial and Calckey both let you compose some formatting using Markdown, and one of the elements they allow are preformatted code blocks using this format:

```Line one does somethingThe next line does something elseand so on.```

They seem to encode it as

your code block

, which makes sense, and they’re willing to read each others’ code blocks, though they didn’t accept the

...

block that WordPress used, or the plain code block now that I think about it, which makes me wonder why I’m even running this test.

I guess the next step is going to be to see what this actually pushes out in ActivityPub.

tryout.hyperborea.org/blocking

Let’s see what bold new formats will actually get preserved when this is read on Mastodon and other Fediverse platforms!

Seriously, I’m checking…

Mastodon
Calckey
GoToSocial
Takahe

At some point I want to set up….

Akkoma
Friendica
Hubzilla

I should test Bookwyrm too, now that I think about it, and Pixelfed, though IIRC it has trouble.

Experimenting with the ActivityPub Plugin for WordPress and how it interacts with various Fediverse platforms, without cluttering up my main blog with test posts! Mastodon: @KelsonV Website: kvibber.com

I think code snippets and strikethrough (and maybe insertions?) should show up on some platforms too, now, though I’m not sure which…

Right, code blocks…

#!/bin/bashecho "Hello World"

Guess I’ll have to do some image tests next time!

tryout.hyperborea.org/check-ou

Oddly, the Article didn’t show up at all for GoToSocial. Maybe I’m misremembering that it was able to follow? Or that GTS can display Articles?

tryout.hyperborea.org/check-my

This should not have any formatting in it, just plain text,… Continue reading Summary Posts

tryout.hyperborea.org/summary-

This should be sharing the content, possibly with formatting, title and link (maybe not even title?), so let’s take a look!

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur?

Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.

tryout.hyperborea.org/content-

Upgraded Notes (Now with Formatting(tm)!)

Reported the formatting issue where the HTML sanitizer was a bit too zealous, and the plugin author suggested using WordPress’ built-in sanitizing rules for posts. It looks like it should be OK, at least with the platforms I’ve tried out so far. Mastodon is still going to strip out everything but links, but…

Bulleted lists should persist in GoToSocial
Block quotes, bold and italic should persist in GoToSocial and Calckey
Bulleted lists should be converted to line-break lists in Mastodon, Calckey and Takahe.
Code blocks should persist in at least GoToSocial

preformatted blocks should persist at least in GoToSocial

Experimenting with the ActivityPub Plugin for WordPress and how it interacts with various Fediverse platforms, without cluttering up my main blog with test posts! @KelsonV

So this should be a small improvement for Mastodon and Takahe (though a critical one where lists are used in the post) and a bigger improvement for Misskey forks and GoToSocial.

At some point I need to set up some more test accounts using at least:

Friendica
Akkoma
Hubzilla

And see how well Pixelfed can follow this.

Hmm, next time I linkblog about something interesting enough to share, I should see if posting to a Lemmy group works…

tryout.hyperborea.org/formatti

For the Articles

I’ve tested how federation works with various platforms with the WordPress ActivityPub plugin in Note mode. That’s intended for short posts like a tweet or a short Facebook status, and since most of the Fediverse grew out of social network platforms, that’s what most of them use — which means most of them can also read that type of activity!

There’s no size limit in the spec, and in practice, Notes are only limited by the composing software. And even that is typically configurable. There are Mastodon instances that will let you write more than 500 characters. (GRRM needs one of those, I think.) GoToSocial, Misskey and  Pleroma all default to longer limits, and you can set them to allow even longer posts. So you can generally read a longer post in anything.

This isn’t really a quote from another article, I’m just testing to see whether the fact that it’s a quote is preserved at all. Because if it’s not, it could change the meaning of the post if it’s not clear from context someone else said this.

More than Notes

But a longer blog post doesn’t really fit the model. Not just that it’s long. It probably has a title, maybe an excerpt, maybe subheadings, tables or inline images. That’s what ActivityPub’s Article type is for.

Off the top of my head:

Bookwyrm uses Article for reviewsPlume and WriteFreely use Article for blog posts

The problem is that not every platform handles Articles well. Mastodon will only show you the title with a link (and preview) to the original post, which is at least okay, but not fantastic. Some platforms don’t support it at all (yet!) That’s why the plugin I’m using defaults to using Note instead.

I’m trying to switch the settings to share posts as Articles or map the WordPress post type to the corresponding ActivityPub type. But I want to see how various platforms currently handle the article, images, etc. post types so I can

Report bugs where applicableDecide when (if) to make the same switch on my main blog.

…without breaking live compatibility or cluttering up the live site with test posts.

Unfortunately the settings don’t seem to be taking effect, and it’s still always sharing posts as Notes.

tryout.hyperborea.org/articles

Apparently the latest default WordPress theme doesn’t support post types. I guess I’ll have to change themes to test the third mode for ActivityPub types.

tryout.hyperborea.org/oh/

I do not like the full site editor. I still hate the way block interaction works, and I really feel like I don’t know what’s actually on my site when I’m trying to use the site editor!

(In other news, wondering if @KelsonV or @ktv will see this post.)

tryout.hyperborea.org/ugh/