You can enjoy this plugin following the instructions:
time2read.php to the /wp-content/plugins/ directoryUse the callback tag to display the average time to read.
Examples:
<? time2read("Average time to read",":"," minutes aprox.","minutes"); ?>
This callback will display: Average time to read 3:20 minutes aprox.
<? time2read("Average time to read",":"," seconds aprox.","seconds"); ?>
This callback will display: Average time to read 200 seconds aprox.




