Reading Time Block

설명

The Reading Time Block plugin calculates and displays an estimated reading time based on the post content.

It uses a configurable reading speed (default: 200 words per minute) and outputs a clean, server-rendered block to the frontend.

This is ideal for blogs, documentation, or any content where you want to set expectations about how long it will take a visitor to read the page.

Features

  • Adds a block to the Gutenberg editor for reading time.
  • Automatically calculates based on post content.
  • Supports customizable reading speed (WPM) via Settings Reading.
  • Lightweight and fast—no JS build step required.
  • Fully translatable and namespace-isolated.

License

This plugin is licensed under the GNU General Public License v2.0 or later.
See https://www.gnu.org/licenses/gpl-2.0.html for full license text.

스크린샷

  • The block as it appears in the editor.
  • The estimated reading time on the frontend.
  • The WPM setting in Settings Reading.

블록

이 플러그인은 1개의 블록을 제공합니다.

  • Reading Time

설치

  1. Upload the plugin files to the /wp-content/plugins/reading-time-block/ directory, or install the plugin through the WordPress plugin screen directly.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Open a post in the block editor and insert the Reading Time block from the Widgets category.
  4. Adjust the reading speed (optional) by visiting Settings Reading.

FAQ

How is the reading time calculated?

The plugin counts the number of words in the post content and divides by the configured reading speed in words per minute (WPM). It then rounds up to the nearest minute if necessary.

Can I change the reading speed?

Yes. You can adjust the reading speed via a numeric input or preset values in Settings Reading.

Does this plugin require JavaScript building or Node.js?

No, the block is written in plain JavaScript and PHP, so there’s no build step or asset compilation required.

기여자 & 개발자

“Reading Time Block”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Reading Time Block”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Reading Time Block”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.2

  • Moved javascript to separate file, enqueued file
  • Removed load_plugin_textdomain function call

1.2.1

  • Added shortcode [reading_time].

1.2.0

  • Added language support.

1.1.0

  • Added settings under Settings Reading for customizing WPM.
  • Refactored render logic into a dedicated class.
  • Improved block code structure.

1.0

  • Initial release.
  • Added a Gutenberg block to display estimated reading time.