Type Here to Get Search Results !

How to Add Estimated Post Reading Time Automatically on Every Blogger Post?

Add Estimated Post Reading Time Automatically on Every Blogger Post

1. Add jQuery file to Blogger -

Most of you might have this file installed in your blogger template. If not, go to Theme » Edit HTML » Search for </head>, and add the following piece of code just above it. Do not forget to back up your template.

2. Adding Javascript Code -

Once you're done adding the file, the next step is very simple. We will add a javascript that displays estimated post-reading time. Search for </body> and paste the following javascript code above it.