Plugin Reading Time lets you add estimated page reading time to your Cotonti posts.
- Download plugin from the repository, unpack the contents and upload to the plugins folder of the remote server.
- Configure plugin setting field lists and reading speed as needed.
- Place TPL-tags in the templates.
All TPL-tags are included in the array produced by the cot_generate_pagetags() function:
- READING_TIME ("XX minutes" format)
- READING_TIME_DIG ("XX" format)
- READING_TIME_TXT ("minutes" format)
- LENGTH_META_TITLE (length of meta title)
- LENGTH_META_DESC (length of meta description)
- LENGTH_TITLE (length of page title)
- LENGTH_DESCRIPTION (length of page description)
- LENGTH_TEXT (length of page text)
You can place those in the corresponding templates using prefixes PAGE_, PAGE_ROW_, LIST_ROW_ etc.