#WordPress の #プラグイン #ActivityPub が修正するたびに、#Fediverse に送信される問題。これが嫌な人もいるという話か…。
なるほどね。これって、最近の #Mastodon に追加された「編集」機能の是非の問題に近いかも。
ブーストした側としては、ブーストした後に編集されたら、通知してくれないと困る。まともな投稿だと思ってブーストした後に、問題のある投稿に編集されることもあるから。WordPressの記事なら、なおさら。
ただ、編集しても更新が通知されないことがある。それは、送信データが変更されてない場合だと思う。全文ではなく抜粋を送信しているから、抜粋部分が変わらなければ、マストドンでの表示は変わらない。
修正のたびに通知されるのが嫌ならば、抜粋文を変えなければ良いのだと思う。私の場合、送信コンテンツの前にハッシュタグを追加しているから、タグを変更するだけで通知されるようになる。
正規表現を変更して、句読点や全角のスペース、全角の!、全角の?の後のハッシュタグもピックアップするようにした。
修正前:
(?<=^|\s|<p>|<br>)修正後:
(?<=^|\s|<p>|<br>| |、|。|!|?)また、全角のスペースで終了してもピックアップするようにした。
修正前:
(?=\s|[\p{P}\p{S}]|$)修正後:
(?=\s|[\p{P}\p{S}]| |$)これにより、#ハッシュタグ もピックアップされるはず。#WordPress、#ActivityPub!のように終了部分は元のままで、区切りとして認識されたらしい。#tag。
We’re building @oweo to help people navigate the Fediverse across different software and servers, without losing that freedom.
And we’d love to hear what you want that experience to feel like.
Try it at oweo.app
#fediverse #oweo #getoweo #activitypub #opensocial
Most people think you “sign up to Mastodon.”
That’s not quite true.
You sign up to a server, and that connects you to a much larger network.
Mastodon is software that runs on those servers.
ActivityPub is the protocol that lets them all talk to each other.
That shift from platform to protocol changes who has power, who owns their presence, and how easy it is to leave without losing everything.
#fediverse #oweo #joinoweo #activitypub #opensocial #downloadoweo #client

RE: https://activitypub.blog/2026/01/12/wordpress-federation-recap-of-2025/
#WordPress #プラグイン #ActivityPub #仕様
#Mastodon v4.6.0-alpha.2+pr-37417-ef6b223
元のWordPressの記事で #2025 のような数字だけのタグが付けられていても、受け取ったマストドンでは数字だけのハッシュタグは表示しないようだ。
Die @verbraucherzentrale_sh ist ja nur die letzte „Institution“ im Dienste der Öffentlichkeit (und ein eingetragener gemeinnütziger Verein), der das Fediverse (noch) nicht verstanden hat. Auch die Landeshauptstadt @mainz_de, deren Rückzug aus dem offenen Netzwerk auf der Zielgeraden des vergangenen Jahres gerade noch abgewendet wurde, hat eigentlich die falschen Schlüsse gezogen.
Zum Blog: https://nexxtpress.de/ruhrwellenreiter/fediverse-fail-mainz-verbraucherzentrale-sh-et-al/
プラグイン「ActivityPub」が7.8.3に更新された。
#ActivityPub #Fediverse #WordPress #プラグイン #仕様
ActivityPub – WordPress plugin | WordPress.org
https://wordpress.org/plugins/activitypub/#developers
7.8.3 – 2026-01-12
Security
mproved security of the Starter Kit URL import by using wp_safe_remote_get.
Added
Force content negotiation on author pages when using permalink as Actor ID.
Fixed
Actors: avoid PHP warnings w [...続きは下のURLで]
https://ishii00141.stars.ne.jp/20260113-1759-5041/disable_emojireact is set to true in server.json, EmojiReacts (incoming and outgoing) are totally disabled.top_ten, that returns the top ten most popular posts by a user (ordered by the sum of likes and boosts) (contributed by aov).pronouns, it's shown by the name (contributed by violette).Happy new year 🎉
We’ve just shipped a new patch release (7.8.3) of the #WordPress #ActivityPub plugin, bringing a range of fixes and improvements.
* Improved compatibility with Akismet, ClassicPress and Polylang
* Fixed visibility default handling for old post
* Improved the handling of Hashtags
Thanks @maxheadroom @jeherve and @linos for your contributions!
https://github.com/Automattic/wordpress-activitypub/releases/tag/7.8.3
投稿文中のハッシュタグはリンクにならずにつ以上のテキスト扱いなので、ハッシュタグリンクとハッシュタグ一覧が重複するか確認する実験はできなかった。
ただ、ハッシュタグの並び順は、アルファベット順ではなく、ピックアップされた順になっていることが分かった。
#WordPress #ActivityPub #Hashtags #tag
#WordPress のプラグイン #ActivityPub でコメント欄にハッシュタグがある場合のテスト。
「コンテンツにネイティブタグとしてハッシュタグを追加し、タグリンクで #tag を置き換えます。」のチェックを外した状態。
投稿の最後に改行とハッシュタグ一覧を追加してみる。
#ActivityPub #Hashtags #tag #WordPress