Read Time Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Read Time generates an estimated read time for your posts.
You can configure the:
- The Words Per Minute value that is used to calculate the read time.
- The prefix text that appears before the estimated read time.
- The suffix text that appears after the estimated read time.
Installation is simple. Just upload and install the plugin then place <?php read_time(); ?>
in your templates.
For styling the Read Time output is wrapped in <div id='read-time'></div>
.
The actual estimated time is wrapped in <span id='read-time-text'></span>
.