
內容簡介
WebFinger 外掛讓使用者能透過類似電子郵件的識別碼(如 [email protected])在網路上被發現,對於建立去中心化身份及與其他平台的聯繫至關重要。
【主要功能】
• 支援 Mastodon 和其他 ActivityPub 平台的聯邦功能
• 使網站成為使用者線上身份的權威來源
• 與其他外掛(如 ActivityPub 外掛)兼容
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
WebFinger allows you to be discovered on the web using an identifier like [email protected] — similar to how email works, but for your online identity.
Why is this useful?
Fediverse & Mastodon: WebFinger is essential for federation. It allows Mastodon and other ActivityPub-powered platforms to find and follow your WordPress site.
Decentralized Identity: People can look you up using your WordPress domain, making your site the canonical source for your online identity.
Works with other plugins: This plugin provides the foundation that other plugins (like the ActivityPub plugin) build upon.
How it works:
When someone searches for @[email protected] on Mastodon or another federated service, their server asks your WordPress site: “Who is this person?” WebFinger answers that question by providing information about you and links to your profiles.
Technical details:
WebFinger is an open standard (RFC 7033) that enables discovery of information about people and resources on the internet. It works by responding to requests at /.well-known/webfinger on your domain.
