FediEmbedi

FediEmbedi is a wordpress plugin to display your social media activities from different Fediverse services: 

Example

Example shortcode for mastodon

[mastodon exclude_replies="true" limit=5 pinned="true"]

The world we have — in social media, and more broadly in tech — vs the world we want.

Does this look about right?

For a sneak preview of my followup to the Fediverse Schema Observatory, there’s now a project page on the lab website for the ActivityPub Fuzzer:

asml.cyber.harvard.edu/activit

Basically it lets an ActivityPub server developer test compatibility with simulated messages from Fediverse software known to the Observatory (dozens of software projects and hundreds of versions!). The dev can do this entirely in a local dev environment.

The project is still in the works but I’ll be releasing the code soon.

I’ve been doing some thinking about what the right metrics are for organizations (e.g public service broadcasters, or universities) on social media. Usually they are looking at things like follower count, or number of engagements with posts.

But if you have a choice of attracting an extra 100 followers, all of whom are trolls, and they have left 100 non-constructive comments, are you now better off or worse?

Other options, here are the defaults:

'only_media' => false,
'pinned' => false, //only display pinned status
'exclude_replies' => false,
'max_id' => null,
'since_id' => null,
'min_id' => null,
'limit' => 5, //mastodon limit is 20
'exclude_reblogs' => false,
'show_header' => true,

Any of these can be overridden in the shortcode, for example:

[mastodon exclude_reblogs="true" exclude_replies="false", limit="20", show_header="false"]