Resolved - Add reading time to a post
http://andytaylor.me/2013/04/07/reading-time/
Some of my posts now include an estimated reading time. I did this by taking the Liquid Filter, number_of_words and—based on a reading rate of 180wpm—used other Liquid filters to convert it to an approximate reading time.A reading time on very short posts seemed a bit silly. I found a clever bit of template logic on Stack Overflow that enabled me to only show it on posts that are greater than 250 words.
http://en.wikipedia.org/wiki/Reading_%28process%29#Reading_rate
Implemented on July 1, 2013 - used reading rate of 180 wpm. displayed number in the heading title for a blog post, the title text which is displayed on a mouse-over. also displayed at the bottom of the blog post. and displayed on the stream home page for blog posts. the count is displayed when at least 180 words exist.
#junco #resolved
From JR's : articles
138 words - 864 chars
created on
updated on
import date 2013-08-12 21:50:39
- #
source
- versions
Related articles
Resolved - Junco files to move into production - 6Sep2013 - Sep 06, 2013
Resolved - Add session id - Jun 27, 2013
Resolved - Fix display of extended ascii characters when editing in splitscreen mode - Aug 21, 2013
Resolved - fixed error when undeleting a private blog post - Jun 27, 2013
Resolved - Restrict tag and user names - Jul 30, 2013
more >>