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

Manuel Moreale blogs that the web is not dying:

“Let’s imagine we ban TikTok. And Facebook. And Instagram. And Threads. And all the other huge platforms. There would still be one global town square left. It’s called the web. The web itself IS the global town square.”

Brazilian #Museums Rock the #Fediverse: by stitching two #WordPressPlugins, #Tainacan & #ActivityPub, #Brasiliana has managed to provide a framework for “digitally sharing #museum cultural heritage collections with indigenous communities.”
“In its new role as a facilitator of dialogue on memory, heritage, and collections, the #museum creates a conducive environment for open, transparent, and well-documented discussions.”
@daltonmartins
brasiliana.museus.gov.br/digit

Digital decolonization of collections: Innovation broadens the scope of museums

Eliane Woxixaki, leader of the Waiwai women's association, brought her…

https://brasiliana.museus.gov.br/digital-decolonization-of-collections-innovation-broadens-the-scope-of-museums/

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