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"]
you should have a website: a manifesto
https://nora.zone/manifesto.html
WordPress Contributors and Community Leaders Call for Governance Reform in Rare Open Letter
A group of WordPress contributors, including long-time core committers and…
https://www.therepository.email/wordpress-contributors-and-community-leaders-call-for-governance-reform-in-rare-open-letterThree weeks ago I wrote “How decentralized is Bluesky really?” https://dustycloud.org/blog/how-decentralized-is-bluesky/
Shortly thereafter, @bnewbold wrote his response: https://whtwnd.com/bnewbold.net/3lbvbtqrg5t2t
I have written my (final) response blogpost: https://dustycloud.org/blog/re-re-bluesky-decentralization/
And as last time, 🧵. Buckle up.
I dunno about this, you guys
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"]