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"]
I did it. #Smithereen 1.0 is officially out now. Only took me 6.5 years from an idea to something I can proudly call a stable release.
I wrote what Mastodon actually feels like from the inside of a specific community — not the structural case (that was part 1), but what shared context does to what you can write.
some of it is easy to show:
→ a post on mastodon.scot about independence referendum discourse doesn’t explain what the SNP is. the community already has that context. the post can start further into the argument.
→ on infosec.exchange, a CVE drops and technical analysis starts within minutes. precision norms mean vague claims get corrected — not hostilely, but by people who think carefully about what can and can’t be asserted.
the pattern: when a community already knows what you know, you can start further into whatever you’re trying to say.
part 2 of exploring mastodon:
→ https://federatedmind.com/mastodon-community-texture/?utm_source=mastodon&utm_medium=social&utm_campaign=exploring-mastodon-2
#Mastodon #Fediverse #ActivityPub #OpenWeb #IndieWeb
Part 2 of Exploring Mastodon, a three-part mini-series inside the…
https://federatedmind.com/mastodon-community-texture/?utm_source=mastodon&utm_medium=social&utm_campaign=exploring-mastodon-2I’m hosting @Mastodon‘s first ever Discovery Week in just a few days. It’s a chance for the public to weigh in on the future of online communities.
We’ll be discussing topics like user-controlled algorithms, trust & safety, creator tools, and more. Your input will help steer Mastodon towards a more inclusive and impactful roadmap. Non-technical folks strongly encouraged to attend, and there’s an async option if you can’t make the live sessions!
https://app.hi.events/event/7599/mastodon-discovery-week-2026
Mastodon 5.0 is on the horizon, and with it we…
https://app.hi.events/event/7599/mastodon-discovery-week-2026Naru, the Korean version of #Neocities, reportedly added an #ActivityPub implementation in just an hour using #Fedify. If you also want to implement ActivityPub quickly, give Fedify a try!
https://hackers.pub/@jihyeok/019da3d9-45b8-7629-96a8-b26bd62867c2
RE: https://labyrinth.social/@nash/116178591588359360
you ever write code so inefficient you have to secure 80% of the world’s DRAM production
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"]
