Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Post Read Time

Опис

Post Read Time will automatically add a reading time in minutes at the beginning of a post. It is fully configurable both on the way it calculates the reading time,it allow to choose reading words per minutes, the ability to take post images in consideration, and in the look and feel, allowing total control of CSS and text to display. It also offer the ability to be inserted as a code in a theme for a full customization or as shortcode

Скріншоти

  • Available options.
  • Example of Post Read Time default output.

Встановлення

  1. Upload the ‘post-read-time’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Tweak preferences in WP Settings.

Часті питання

How do I add reading time to posts?

After plugin activation the reading time is automatically added just before the content of the posts

Can i control the look of Reading Time text?

Yes, you can remove the CSS or use a custom one, also you can change the “Reading time:” sentence and the “Minutes” text.

Can i have even more control?

Of course, just disable “Add time to read to posts” from the plugin settings and use one of the function we provide in your theme:

will retrive the time in minute of a post, so you can print and format to fit your needs

will print out the time in minutes for a post

Shortcode
[‘post_read_time]
It can also be used as a shortcode inside any post or page, and it will return the time to read in minute of the current post or page

How is time to read evaluate?

First of all the content of the post is cleand up an ‘converted’ to text, next the word are counted and divided by the reading word per minutes specified in settings (usually 230/260 words per minutes, depending on language, complexity of text, age of reader and so on).
If you selected “Calculate images”, the images in the post are counted and 12 seconds are added for the first image, 11 for the second, subtracting a second until the 10th image, from there all images count 3 seconds, the result is converted to minutes and added to word reading time. Of cours it is rounded to an integer.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Post Read Time” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Post Read Time” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.2.6

  • Updated to latest WordPress

1.2.5

  • Code cleanup

1.2

  • Added redirect to options page on activation
  • Added shortcode support

1.1.1

  • Fixed deactivation bug.

1.1.0

  • Added a setting option to choose to show (or hide) reading time from pages

1.0.0

  • Initial release