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

This one was, obviously, bittersweet to write: we’re shutting down app hosting on Glitch. This post covers how everybody can export your apps & download your code. I didn’t get into where the Glitch community goes next, because honestly we’re still figuring it out, but it’s still the end of an era. I’ll have more to share about this later, of course, but I just wanted to make sure everyone got the news straight from me. If you have any questions, you can ask in the forum. https://blog.glitch.com/post/changes-are-coming-to-glitch/
We’ve got an important update for the Glitch community today:…
https://blog.glitch.com/post/changes-are-coming-to-glitch/If you are using #Wordpress and managing plugins via #bedrock #composer how do you typically deactivate a plugin before removal?
big tech companies no longer make ecosystems, they make zoos.
Congratulations to the @Blender project for its role in the film “Flow”, which just won the Best Animated Feature award at #Oscars2025.
Open Source has won, indeed!
https://www.blender.org/user-stories/making-flow-an-interview-with-director-gints-zilbalodis/
#Oscars #Flow #Blender #FOSS #FLOSS #OpenSource #FreeSoftware
In this interview, Gints Zilbalodis, writer and director of the…
https://www.blender.org/user-stories/making-flow-an-interview-with-director-gints-zilbalodis/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"]