- Home
- Categories
- Fediverso
- Good morning đâď¸ âď¸ friends and Fediverse.
Good morning đâď¸ âď¸ friends and Fediverse.
-
Good morning đâď¸ âď¸ friends and Fediverse. Hope everyone has a wonderful day ahead and weekend.
#Coffee #Fediverse #Weekend
Gli ultimi otto messaggi ricevuti dalla Federazione
-
Good morning đâď¸ âď¸ friends and Fediverse. Hope everyone has a wonderful day ahead and weekend.
#Coffee #Fediverse #Weekend
-
RE: https://mastodon.uno/@Paoblog/116181791281402018
Esiste un gruppo per Viaggiatori nel #fediverso italiano? Certamente!
Se ti piacciono contenuti come questo, scrivili o condividili nel gruppo viaggi di Feddit.
BasterĂ citare
all'interno del tuo post.
-
Need help folks! Planning to move to a new instance, want my posts, reposts, favorites, bookmarks either as a read-only archive or exported to my new instance. Can blind-first apps like Fedra @TheQuinbox or FastSM @MewProjects allow a full buffer export if I load everything into them? Or @FediTips Is there an unofficial way to export or bring it all to a new instance? Any suggestions much appreciated!
#Mastodon #Fediverse #FediHelp #Accessibility #Blind
-
Week in Fediverse 2026-03-06
Servers
- Hollo v0.7.5
- Lemmy v0.19.16
- Ktistec v3.3.2
- Stegodon v1.8.1
- GoToSocial v0.21.1
- ActivityPub for WordPress v8.0.0
- gathio v1.6.2
- Misskey v2026.3.0
- Castopod v1.15.5
- flohmarkt v0.16.1
- NodeBB v4.9.1
- PieFed v1.6.9
- Lemmy Development Update February 2026
- FediProfile: A linktree for the fediverse - ActivityPub enabled profilesClients
- Sengi v1.9.0
- Summit v1.79.1
- Blorp v1.10.8Tools and Plugins
- Poduptime v6.3.0
- share.joinmastodon.org: Share widget for MastodonProtocol
- FEP-82f6: Actor statuses (Final comments)
Articles
- Gotosocial Reverse Proxy With Wireguard
- FR#156 â Share Where?-----
#WeekInFediverse #Fediverse #ActivityPub
Previous edition: https://mitra.social/objects/019ca0a0-4fce-c180-89e4-071244c530a4
-
Warm up the fire! We're LIVE!
Digital Necropolis: A Lichâs Quest Through Abandoned Internet History - Lich Silvae - E78
#owncast #streaming #interview #fediverse #fedi #people #show #firesidefedi #FsF
-

Every major version is a milestone, and 8.0.0 is no exception. Your WordPress blog just became a two-way street in the Fediverse. Visitors can like and boost your posts directly on your site. Media from federated replies is handled more reliably, and new block patterns make it easy to drop ActivityPub features into your pages.
Like and Boost, Right From Your BlogThe Fediverse Reactions block now has optional Like and Boost action buttons, inline with each reaction group. When a visitor clicks one, a modal opens where they can enter their Fediverse handle or copy the post URL to interact from their home server.

The plugin remembers the visitorâs profile in their browser, so the second time around itâs even faster. And for folks who arenât familiar with how the Fediverse works, each modal now includes a collapsible âWhy do I need to enter my profile?â help section that explains the open social web in plain language.
This dramatically lowers the friction for cross-platform engagement.
Block Patterns and TemplatesSetting up a Fediverse-ready profile page used to mean manually assembling Follow Me, Extra Fields, and Followers blocks. Not anymore.


Weâve added a âFediverseâ block pattern category with four pre-configured layouts:
Author Profile with Follow, a compact profile card.Fediverse Follow Page, a full-page follow experience.Author Header with Follow, great for author archive headers.Fediverse Sidebar, drop it into any sidebar or widget area.If youâre running a block theme on WordPress 6.7+, thereâs also a new Author Archive (Fediverse) block theme template ready to go.
Publish Smarter With Post Format SuggestionsA new pre-publish panel now analyzes your post content and suggests an appropriate post format when your object type is set to âPost Format.â Got a post thatâs mostly images? Itâll nudge you toward the Image format. A video post? Video format.

This matters because media-focused Fediverse platforms like Pixelfed and Vernissage display Notes differently than Articles, so choosing the right format means your content looks its best everywhere it lands.
Community SnippetsWeâve added a snippets/ folder to the GitHub repository, a home for lightweight, community-contributed extensions that donât belong in the core plugin but are too useful to lose. The first batch includes:
FediBlog Tag, automatically adds #FediBlog to standard blog posts for better Fediverse discovery.Locale from Tags, derives post locale from taxonomy tags.Bot Account, marks your profile as automated and displays a âBOTâ badge in the Fediverse.Blockless ActivityPub, renders Fediverse reactions as pure server-side HTML, no JS required.Photon CDN, serves cached remote media through Jetpackâs Photon CDN for faster delivery.Got a snippet of your own? Check out the snippets folder and send a PR.
Smarter Media CachingUnder the hood, weâve rebuilt how the plugin handles remote media, avatars, emoji, images, audio, and video from across the Fediverse. Instead of importing everything into the WordPress Media Library at insert time, media is now wrapped in custom blocks and cached lazily at render time.
What does that mean for you? Faster processing of incoming content, less disk usage, and better rendering of audio and video attachments. Original remote URLs are preserved in block attributes, so caches can be regenerated without data loss. If youâre using Jetpackâs Site Accelerator, that works too, the new system is built filter-first.
For site admins, there are new CLI commands to keep things tidy:
wp activitypub cache statuswp activitypub cache clearMinimum PHP 7.4With WordPress 7.0 deprecating PHP 7.2 and 7.3, weâve raised the minimum requirement to PHP 7.4. This lets us clean up compatibility polyfills and use more modern PHP features going forward. If youâre still on an older version, update your PHP before updating the plugin.
ChangelogAddedAdd a help section to interaction dialogs explaining the Fediverse and why entering a profile is needed.Add a notice on the Settings page to easily switch from legacy template mode to automatic mode.Add a pre-publish suggestion that recommends a post format for better compatibility with media-focused Fediverse platforms.Add a Site Health check that warns when plugins are causing too many federation updates.Add backwards compatibility for the ACTIVITYPUB_DISABLE_SIDELOADING constant and activitypub_sideloading_enabled filter from version 7.9.1.Add bot account snippet that marks ActivityPub profiles as automated accounts, displaying a âBOTâ badge on Mastodon and other Fediverse platforms.Add Cache namespace for remote media caching with CLI commands, improved MIME validation, and filter-based architecture.Add federation of video poster images set in the WordPress video block.Add Locale from Tags community snippet.Add optional Like and Boost action buttons to the Fediverse Reactions block, allowing visitors to interact with posts from their own server.Add pre-built Fediverse block patterns for easy profile, follow page, and sidebar setup.Add snippet for blockless fediverse reactions.Add wp activitypub fetch CLI command for fetching remote URLs with signed HTTP requests.ChangedImproved active user counting for NodeInfo to include all federated content types and comments.Improve language map resolution to strictly follow the ActivityStreams spec.Superseded outbox activities are now removed instead of kept, reducing clutter in the outbox.The minimum required PHP version is now 7.4.FixedAccept incoming activities from servers that use standalone key objects for HTTP Signatures.Fix a crash on servers where WordPress uses FTP instead of direct file access for media caching.Fix a crash when receiving posts from certain federated platforms that send multilingual content.Fix automatic cleanup of old activities failing silently on sites with large numbers of outbox, inbox, or remote post items.Fix comment count to properly exclude likes, shares, and notes.Fix follow button redirect from Mastodon not being recognized.Fix modal overlay not covering the full screen on block themes.Fix outbox invalidation canceling pending Accept/Reject responses to QuoteRequests for the same post.Fix QuoteRequest handler to derive responding actor from post author instead of inbox recipient.Fix reactions block buttons inheriting theme background color on classic themes.Fix reactions block layout on small screens and remove unwanted button highlight when clicking action buttons.Fix signature verification rejecting valid requests that use lowercase algorithm names in the Digest header.Fix soft-deleted posts being served instead of a tombstone when the post is re-saved.Improve compatibility with federated services that use a URL reference for the actorâs public key.Improve handling of all public audience identifiers when sending activities to followers and relays.Prevent private recipient lists from being shared when sending activities to other servers.Get ItDownload from WordPress.org or grab it on GitHub. Remember to check your PHP version first â 7.4 or higher is now required.
A huge thank you to everyone who contributed code, testing, bug reports, and ideas to this release. Special thanks to @kraft, @jeremy, and @futtta for their snippet contributions.
Update, try out those Like and Boost buttons, and let us know what you think â whatâs the feature youâve been waiting for? What would you like to see next?
-
@meuwese @grimjfoot @EUCommission @EC_DIGIT @HennaVirkkunen
I hope it helps
Glad to see attention is being put on it.Mastodon needs can easy link for websites to add.
-
@kevinrns @grimjfoot @EUCommission @EC_DIGIT @HennaVirkkunen
It's definitely an issue, but work is being done on it. This might help?
Post suggeriti
-
sneak peek :)
Watching Ignoring Scheduled Pinned Locked Moved Fediverso wordpress activitypub stats fediverse
1
1 Votes6 Posts23 Views -
0 Votes2 Posts9 Views
-
People of the #Fediverse, please stop posting all this interesting stuff!
Watching Ignoring Scheduled Pinned Locked Moved Fediverso fediverse0 Votes3 Posts30 Views -
Be like toot
Watching Ignoring Scheduled Pinned Locked Moved Fediverso gaza palestine tootcommunity mastodon fediverse israel genocide famine0 Votes1 Posts23 Views