[WordPress] 外掛分享: Enable Mastodon Apps

首頁外掛目錄 › Enable Mastodon Apps
WordPress 外掛 Enable Mastodon Apps 的封面圖片
600+
安裝啟用
★★★☆☆
3.8/5 分(5 則評價)
316 天前
最後更新
0%
問題解決
WordPress 5.0+ PHP 7.4+ v1.4.6 上架:2023-03-27

內容簡介

總結:此WordPress外掛與Friends和ActivityPub外掛搭配使用,可通過ActivityPub協議將您的WordPress博客連接到Fediverse,您可以通過博客追蹤其他用戶,也可以被其他用戶追蹤。與此插件搭配使用,便可透過多種Mastodon的客戶端訪問Fediverse,包括Elk、Pinafore、Tusky、Ivory和Mona等。

問題與回答:
問題:這個WordPress外掛與哪些外掛搭配使用效果最佳?
回答:這個WordPress外掛最好與Friends和ActivityPub外掛搭配使用。
問題:使用這個WordPress外掛,我可以通過什麼協議來連接到Fediverse?
回答:使用這個WordPress外掛,您可以通過ActivityPub協議來連接到Fediverse。
問題:我可以透過這個WordPress外掛使用哪些Mastodon客戶端訪問Fediverse?
回答:透過這個WordPress外掛,您可以使用多種Mastodon的客戶端訪問Fediverse,如Elk、Pinafore、Tusky、Ivory和Mona等。更多Mastodon客戶端可以參考joinmastodon.org/apps的“Third-party apps”部分。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.4.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Enable Mastodon Apps」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Despite Mastodon implying that you would use this plugin for engaging on Mastodon (when you have enabled it for that, see below), the plugin is useful when installed on a plain WordPress.
When you use a Mastodon app, you’ll enter your own blog URL to connect and log in to your blog in the following screens.
You’ll then see just the posts on your blog which can already be useful in a multi-author environment (e.g. private blogs). You can also use that Mastodon app to create simple posts with a message + attachment(s) which can be better suited for your usecase than using the Gutenberg-capable WordPress mobile app.
When used in combination with the ActivityPub (for being followed via Mastodon) and Friends (for following people on Mastodon or via RSS) plugins, the Enable Mastodon Apps plugin will show you your feed of people you follow and you can follow and unfollow people from within the app.
Be aware that an app will have a post format associated (see the settings page). The plugin will check for the existance of the Friends plugin to find a resonable default (status with Friends plugin, standard otherwise). When you create a post with your Mastodon app, the post format that you selected for the app will be used.
The plugin has been tested with quite a number of Mastodon clients, among them are:

Elk (Web)
Pinafore (Web)
Tusky (Android)
Ivory (macOS and iOS)
Mona (macOS)
IceCubes (macOS)
Mammoth (macOS and iOS)
Phanpy (Web)
Mona (macOS and iOS)

Many more, see the Third-party apps section on joinmastodon.org/apps. Each app might have its quirks, please report an issue when you have troubles. There is also a chance that the API has not been implemented yet (see below.)
Mastodon API Implementation
The plugin implements the Mastodon API as documented on joinmastodon.org: The OAuth API for logging in (you will see your WordPress login screen when logging in to your Mastodon app, it also works with 2FA plugins) and the REST API for accessing your data.
Here is a list of endpoints and their implementation status:

[x] GET /oauth/authorize Authorize a user
[x] POST /oauth/token Obtain a token
[x] POST /oauth/revoke Revoke a token
[ ] GET /api/v1/emails/confirmation Resend confirmation email
[ ] GET /api/v1/accounts Register an account
[x] POST /api/v1/apps Create an application
[ ] GET /api/v1/apps/verify_credentials Verify your app works
[x] GET /api/v1/instance View server information (v1!)
[x] GET /api/nodeinfo/2.0.json (used by Pixelfed)
[ ] GET /api/v1/announcements (implemented as empty) View all announcements
[ ] POST /api/v1/announcements/:id/dismiss Dismiss an announcement
[ ] POST /api/v1/announcements/:id/reactions/:name Reactions to an announcement
[ ] GET /api/v1/filters (implemented as empty)
[ ] GET /api/v1/lists (implemented as empty)
[ ] GET /api/v1/custom_emojis (implemented as empty) View all custom emojis
[x] GET /api/v1/accounts/verify_credentials Verify account credentials
[x] PATCH /api/v1/accounts/update_credentials Update account credentials
[x] GET /api/v1/accounts/:id Get account
[x] GET /api/v1/accounts/:id/statuses Get account’s statuses
[x] GET /api/v1/accounts/:id/followers Get account’s followers
[ ] GET /api/v1/accounts/:id/following Get account’s following
[ ] GET /api/v1/accounts/:id/featured_tags Get account’s featured tags
[ ] GET /api/v1/accounts/:id/lists Get lists containing this account
[x] GET /api/v1/accounts/:id/follow Follow account
[x] GET /api/v1/accounts/:id/unfollow Unfollow account
[x] GET /api/v1/accounts/relationships Check relationships to other accounts
[x] POST /api/v2/media Upload media as an attachment (async)
[x] GET /api/v1/media/:id Get media attachment
[x] POST /api/v1/statuses Post a new status
[x] GET /api/v1/statuses/:id/context Get parent and child statuses in context
[x] POST /api/v1/statuses/:id/favourite Favourite a status
[x] POST /api/v1/statuses/:id/unfavourite Unfavourite a status
[x] POST /api/v1/statuses/:id/reblog Boost a status
[x] POST /api/v1/statuses/:id/unreblog Undo the boost a status
[x] GET /api/v1/statuses/:id View a single status
[x] GET /api/v1/notifications/ (partial, just mentions) Get all notifications
[x] GET /api/v1/notifications/:id Get a single notification
[x] POST /api/v1/notifications/clear Dismiss all notification
[x] POST /api/v1/notifications/:id/dismiss Dismiss a single notification
[x] GET /api/v1/timelines/home View home timeline
[x] GET /api/v1/timelines/public View public timeline
[ ] GET /api/v1/markers (implemented as empty) Get saved timeline positions
[ ] POST /api/v1/markers Save your position in a timeline
[x] GET /api/v2/search (partial, accounts (local and exact match for remote) and statuses in the local db) Perform a search
[x] GET /api/v1/favourites View your favourites
[x] GET /api/v1/bookmarks View your bookmarks

Unmentioned endpoints are not implemented. Contributions welcome!
Endpoints around interacting with non-local users require the ActivityPub plugin. Following users requires the Friends plugin. Lists-related endpoints require the Friends Roles plugin.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon