Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Please Boost!

Fediverso
20 17 44

Gli ultimi otto messaggi ricevuti dalla Federazione
  • RE: https://mastodon.uno/@Paoblog/116181791281402018

    Esiste un gruppo per Viaggiatori nel italiano? Certamente!

    Se ti piacciono contenuti come questo, scrivili o condividili nel gruppo viaggi di Feddit.

    BasterĂ  citare

    @Viaggi

    all'interno del tuo post.

    read more

  • 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!

    read more

  • read more

  • 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

    https://stream.firesidefedi.live

    read more

  • Wapuu in a space suit floats in space assembling a glowing profile layout made of blocks, placing a “Follow” button while reaction icons for Like and Boost hover nearby.

    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 Blog

    The 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.

    Like this post modal dialog on activitypub.blog showing two ways to interact: a copyable Post URL field and a "Your Profile" field where visitors can enter their Fediverse handle.

    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 Templates

    Setting up a Fediverse-ready profile page used to mean manually assembling Follow Me, Extra Fields, and Followers blocks. Not anymore.

    WordPress Site Editor Patterns screen with the Fediverse category selected, showing four block patterns: Author Header with Follow, Author Profile with Follow, Fediverse Follow Page with a profile card and followers list, and Fediverse Sidebar with a Follow Me block and Followers block.

    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 Suggestions

    A 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.

    WordPress block editor pre-publish panel showing post format suggestions. The sidebar displays "Suggestion: Use a post format" and "Suggestion: Add Tag" options, with the Fediverse section expanded      
  recommending to "Set format to Image" because the post contains an image, making it visible on platforms like Pixelfed. A checkbox for "Always show pre-publish checks" is enabled at the bottom.

    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 Snippets

    We’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 Caching

    Under 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.4

    With 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 It

    Download 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?

    read more

  • @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.

    read more

  • @kevinrns @grimjfoot @EUCommission @EC_DIGIT @HennaVirkkunen

    It's definitely an issue, but work is being done on it. This might help?

    https://blog.joinmastodon.org/2026/03/a-new-share-button/

    read more

  • @grimjfoot@mastodon.uno @EUCommission@ec.social-network.europa.eu @EC_DIGIT@ec.social-network.europa.eu @HennaVirkkunen@ec.social-network.europa.eu
    hopefully calling it fediverse, otherwise it risk sounds like my grannie saying internet explorer when she means the web.

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    🩣 Stegodon v1.6.0 brings boost support and major timeline fixes! 🎉 ✹ Full boost/unboost functionality in web & TUI 🔧 Fixed global timeline pagination & remote user visibility #fediverse #activitypub #golang
  • 0 Votes
    1 Posts
    10 Views
    đŸŒș MAHALO! #FediCollective is your high-integrity space in #MetroVancouver—a gentle corner to build the #OpenWeb and #fediverse with care. We focus on real action and deep connection through monthly Brew & Build sessions.🎯 Mission: Build the community by working together to find solutions. (Proof: 2 attendees fixed a complex problem, saving a founder months of work.)✅ Integrity: Events are Sober by Design for clear thinking. Zero fees (pay for your own coffee/tea only).We welcome BIPOC, LGBTQIA+, and Neurodiverse audiences (kids and pets welcome). 🐘 We protect this space using the Hawaiian ALOHA Way (our code for safe flow):Akahai (Kindness)Lƍkahi (Unity)Ê»OluÊ»olu (Agreeable)HaÊ»ahaÊ»a (Humility)Ahonui (Patience)If you value intentionality over noise, this is your space. We grow slowly and selectively to maintain high standards via deep connections and kind friendships!Find your next event: https://lu.ma/fedicollective
  • 0 Votes
    1 Posts
    11 Views
    The big feature in release v3.2.2 of Ktistec is pinned posts with support for the Mastodon Featured Posts collection. Federation works both ways—pin a post on Ktistec and it will show up as a pinned post on Mastodon and vice versa. When you refresh an actor profile, Ktistec also fetches and updates the actor's pinned posts. This is another small step in the direction of supporting all features that Mastodon-compatible client applications expect to access via the API. It's also useful in its own right. The other major feature, which I posted a short video demonstrating here, is X-Ray Mode. X-Ray Mode is a developer and power-user tool for inspecting ActivityPub JSON-LD representations of actors, objects, and other content. Pressing Ctrl+Shift+X on any page displays the data behind the page—like an x-ray. You can:Cached Version: View the local JSON-LD representation stored in the Ktistec databaseRemote Version: Fetch and view the original JSON-LD representation from the source serverNavigation: Click on any ActivityPub IRI to navigate to that objectHistory: Use Alt+Left and Alt+Right to navigate through your viewing historyThis feature is useful for debugging federation issues, understanding ActivityPub structures, and verifying how content is stored and represented.Here's the full changelog for the release:AddedSupport for pinned posts and the Mastodon "featured posts" collection.X-Ray Mode for viewing and navigating JSON-LD resource (actor, object, etc.) representations.Back links on thread pages for easier navigation. (fixes #1)License page for LibreJS compliance. (fixes #127)Highlighting of recently fetched hashtagged posts.ChangedImproved presentation of audio and video media.Refactored theming/styling implementation.The next release will focus on smaller features and bug fixes.Enjoy!#ktistec #crystallang #activitypub #fediverse
  • 0 Votes
    1 Posts
    15 Views
    Just had dinner – Manchurian and Noodles. My brother’s exams got over today so a party of sorts. Tomorrow we have a ritual at home so wondering how it will all go as it will be fully packed and the meal prep has already started for tomorrow. By 3 pm I will be free. This morning felt a bit cold like again but not very much. Ugh! The weather! I hope it fades away quick whatever it is – the remaining. Tomorrow there are going to be ladies arriving for Pooja and then all family members to pray to goddess. I find all of the jazz so overwhelming and tiresome lord. I just want to rest and chillax. But obligations etc. Ugh! I hope strings of moments will pass through and I’ll be in Monday awaiting the November months weekend 
Le sigh! I did my new moon journaling today. Late but did it. Tried to get off AI features on gmail etc and had lots of emails in my inbox stacked. Unsubscribed to tons! What the hell is going on with giant companies. Holy cow!