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"]

Devinez quoi ! Aujourd’hui, c’est le 10ème anniversaire du tout premier commit de #PeerTube ! 🥳🎂

C’est fou d’imaginer que ce projet étudiant est désormais utilisé par des milliers de personnes et organisations à travers le monde… 🤯

Merci infiniment pour votre soutien durant toutes ces années ! 🥰

Une capture d'écran du commit sur Github.

Commit 8cb4b4e
Chocobozzz comitted on Oct 29, 2015

Initial commit

Feditext beta users: version 1.7.2 (build 139) adds persistent display filters for home/local/federated timelines (upper right corner button). when you hide boosts or replies, they will now stay hidden when you navigate to other timelines or relaunch the app. it also fixes the accessibility label for the filter button.

in other news, our lead dev Vyr is looking for a new, less stressful day job. please wish her well.

#feditext #metatext

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"]