FediEmbedi is not actively maintained. Please use one of the many excellent Mastodon compatible plugins available in the WordPress plugin directory.
FediEmbedi is a wordpress plugin to display your social media activities from different Fediverse services:
Widgets & Shortcodes
The plugin supports connecting to a Mastodon account and a Pixelfed account via OAuth, as well displaying a Peertube account or Channel
Example
Example shortcode for mastodon
[mastodon exclude_replies="true" limit=5 pinned="true"]
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"]
