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
  • 0 Votes
    1 Posts
    3 Views
    Dieci bug gravi aggiornati in WordPress: Le scansioni stanno iniziando: aggiorna subito!📌 Link all'articolo : https://www.redhotcyber.com/post/dieci-bug-gravi-aggiornati-in-wordpress-le-scansioni-stanno-iniziando-aggiorna-subito/#redhotcyber #news #wordpress #aggiornamento #vulnerabilita #cybersecurity #hacking #cms #pathtraversal
  • 0 Votes
    1 Posts
    1 Views
    Prof @Adrianogallina ma che fine ha fatto https://untempoperpensare.wordpress.com/ ? Ha smesso di scrivere? Lo sa che puó collegare il sito al fediverso? https://m.youtube.com/watch?v=t4pmWufYRr0&pp=ugMGCgJpdBABugUEEgJpdMoFFXdvcmRwcmVzcyBhY3Rpdml0eXB1YtgHAQ%3D%3DLo fece tempo fa @WhiteJolly con il suo @get-backs.com ma adesso si è preso una pausa… chissà perchè 🤔@blogverso @filosofia #wordpress #activitypub #filosofia
  • 1 Votes
    5 Posts
    25 Views
    @liaizon yes
  • 0 Votes
    1 Posts
    6 Views
    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?
  • 0 Votes
    4 Posts
    18 Views
    @tbachner 👍
  • 0 Votes
    2 Posts
    9 Views
    If anyone's struggling with the video embeds on the WordPress site (I am on my phone), there's direct links for both the videos on #PeerTube. If that goes down (and I’ve no reason to think it should) I have got Vimeo links - but 🤞- Mike Little, Part 1: co-founding WordPress and watching it grow (from afar): https://open.movie/w/hzQjFV6xJF9agsn5ERz4Kz- Mike Little, Part 2: his life in code: https://open.movie/w/rdot9DoygXTXzLM4ZnJjTf
  • Hey #wordpress folks.

    Uncategorized wordpress activitypub
    2
    0 Votes
    2 Posts
    10 Views
    @peach there’s no built-in AI. The idea is to build the APIs/adapters so you can use AI if you want, but nothing requires it.https://make.wordpress.org/core/2025/12/04/ai-as-a-wordpress-fundamental/#comment-48213
  • 0 Votes
    6 Posts
    39 Views
    @lost_in_chaos :)das ist anders leider nicht möglich. mastodon holt sich die "alten" posts nicht automatisch und alle posts einmal ins fediverse zu pushen würde deinen followern die timeline zumüllen.
  • 0 Votes
    1 Posts
    15 Views
    900.000 siti WordPress a rischio per 24 ore per un bug di WPvivid Backup & Migration📌 Link all'articolo : https://www.redhotcyber.com/post/900-000-siti-wordpress-a-rischio-per-24-ore-per-un-bug-nel-plugin-wpvivid-backup-migration/#redhotcyber #news #cybersecurity #hacking #wordpress #vulnerabilita #sicurezzainformatica #backup #migrazione #codiceremoto #sitiweb #cves
  • 0 Votes
    10 Posts
    28 Views
    @frank this has now cleaned up and added as one of the snippets that are available in the @activitypub.blog plugin by @pfefferle , see https://github.com/Automattic/wordpress-activitypub/tree/trunk/snippets/blockless-activitypub
  • 0 Votes
    10 Posts
    33 Views
    @activitypub.blog @byte found the bug! your comment is now properly added!
  • 0 Votes
    2 Posts
    17 Views
    one thing I wantto do here as soon as I can, is to properly add people on lists! I LOVE lists! The first one I made is for comics authors and artists! See you soon! Hugs for all!
  • 0 Votes
    1 Posts
    13 Views
    Just an #AskFedi session. I currently installed my GoToSocial instance on VPS and now I'm conflicted about how to organize the project better. GoToSocial is needed to interact with Fediverse users, as the other platforms miss some activities. ⁃ WriteFreely: very good, minimal to write, but it has no space for search or comments. It's OK just for the stories.⁃ WordPress: it has federation through plugin, comments appearing on the site, but not yet usable as a fediverse actor for common interaction, with an ordinary client. Icecubes, Mona, Phanpy, Enafore, Tweesecake, Elk, etc. And "enable mastodon apps" is still buggy.⁃ As I have contents both in Italian and English, I currently have to choose: do I federate the English and Italian WordPress sites where real world and long-form fictions are published, and have just an unified project's instance on GoToSocial where I personally talk (me and my other co-worker) both in Italian and English? I honestly am very conflicted. #activitypub #gotosocial #WordPress
  • 0 Votes
    6 Posts
    37 Views
    @pfefferle AndStatus on Android has AP C2S support. Not sure how mature though.@mediaformat
  • 0 Votes
    5 Posts
    32 Views
    @elettrona @mediaformat I am also searching for a plush Wapuu!!! Where have you found one?
  • 0 Votes
    1 Posts
    11 Views
    #wordpress news for dev, designers, business folks. https://wp.feedland.org/Click on the orange XML icon in the upper right corner for the list of feeds. Always want to add more sites to the list.
  • Oh boy!

    Uncategorized watercolor wordpress website webcomic
    14
    1
    0 Votes
    14 Posts
    50 Views
    @renatozechetto@mastodon.art idk about reaching people here in the fediverse to get eyes on your Wordpress site. I’ve been on the fediverse for almost three years and my music endeavors have been mixed. I get people to link to my Linktree site fairly often, but my Wordpress site where I have tried to sell music and paintings is a bit of a dud. One reason is that most of my followers are fellow musicians and artists, while what you need to do is find hashtags that appeal to your target audience and use those hashtags to boost your posts. Also, follow as many people as possible, only about half of people you follow will follow back, if my experience translates. Also, the audience here in the fediverse is a bit skimpy, with about 11 million users and only about 10% of those are actively using the fediverse.
  • sneak peek :)

    Fediverso wordpress activitypub stats fediverse
    6
    1
    1 Votes
    6 Posts
    25 Views
    @pfefferle olha isso @ton
  • 0 Votes
    1 Posts
    10 Views
    RE: https://fsoc.lol/2026/01/26/looking-for-self-hosting-companions/Still figuring out the best way to interact with the #fediverse. I think at the moment and the way #mastodon integrates with #wordpress it's best to primarily use the infosec.exchange account and limit @site to community / website updates.Anybody else on their #selfhosting journey? Or interested in following along?
  • 0 Votes
    4 Posts
    14 Views
    @jansenspott @freuwesen hmmm. Ich dachte eigentlich WordPress würde dann auch alle Antworten darauf löschen 🤔

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti