
Fattami Reading Time adds a small, elegant “Reading time: 4 minutes” badge to your posts so visitors know what to expect before they start reading.
Most reading time plugins rely on PHP’s str_word_count(), which only understands ASCII letters and therefore undercounts French accented words, and completely ignores Arabic, Cyrillic, Chinese, Japanese or Korean text. Fattami Reading Time uses Unicode-aware counting instead:
Features
[fattami_reading_time] shortcode to place the badge anywhere (supports id and label attributes).Developer hooks
fattami_reading_time_word_count – filter the word count of a post.fattami_reading_time_badge_html – filter the final badge markup.