Blocks for BookWyrm

外掛說明

This plugin adds two blocks to pull data from BookWyrm and to display it on your WordPress site:

  • Recently Read books
  • Currently Reading books

External Services

This plugin makes API calls to the user-configued BookWyrm instance. It sends the user-configured username to:

  • Retrieve a list of recently read or currently reading books (including author name, book title, and book ISBN).

It relies on public endpoints and only displays already public information.

Each BookWyrm instance configures its own privacy policy based on the BookWyrm software’s privacy controls. This is the Privacy Policy for the BookWyrm.social instance.

To display book covers, the plugin calls the OpenLibrary.org API. The only data sent to OpenLibrary is an ISBN. No user information is sent. As a project of Archive.org, OpenLibrary.org’s API is governed by the Archive.org Terms of Service and Privacy Policy.

適用於區塊編輯器

這個外掛提供 2 個可供區塊編輯器使用的區塊。

  • BookWyrm – Recently Read Lists recently read books from a BookWyrm instance.
  • BookWyrm – Currently Reading Lists currently reading books from a BookWyrm instance.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/blocks-for-bookwyrm directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常見問題集

Does this work with any instance?

It should although it was only tested against BookWyrm.social

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Blocks for BookWyrm〉的開發相關工作。

參與者

將〈Blocks for BookWyrm〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.7

  • Tested up to WordPress 7.1.

1.0.6 – 07/04/26

  • New: Indicate WordPress v7.0 compatibility

1.0.5 – 12/20/25

  • Add default placeholders when no cover image found
  • Add blueprint for WordPress.org
  • Update plugin icon

1.0.4 – 12/18/25

  • Deploy to WordPress.org

1.0.2 – 12/11/25

  • Code adjustments for WordPress.org

1.0.1 – 12/07/25

  • Fix linting issues
  • Switch to PHP-based API calls
  • Adjust code to account for books with ISBN-10 instead of ISBN-13

= 1.0.0
– Initial release