Περιγραφή
Tlabe Reading Time Estimator automatically calculates the estimated reading time for your blog posts based on word count and displays a clean, styled badge at the top of each single post.
Features
- Automatically calculates estimated reading time in minutes.
- Customizable Words Per Minute (WPM) reading speed (default: 200 WPM).
- Customizable prefix label text (e.g. “Estimated reading time:”).
- Optional clock icon toggle.
- Pure PHP — no JavaScript, no external CSS files, no remote API calls.
- Fully compliant with WordPress.org coding standards, security, and privacy guidelines.
- Clean uninstall: removes all plugin data when deleted.
Εγκατάσταση
- Upload the
tlabe-reading-time-estimatordirectory to/wp-content/plugins/. - Activate the plugin through the Plugins menu in WordPress Admin.
- Optionally, visit Settings Reading Time to customize the reading speed, label, and icon.
Συχνές Ερωτήσεις
-
Does this plugin load any external scripts or stylesheets?
-
No. The plugin is 100% pure PHP. It adds no external CSS, JavaScript files, or remote API requests to your site.
-
Does this plugin track users or send data anywhere?
-
No. This plugin does not collect, store, or transmit any user data. It performs all reading time calculations locally in PHP.
-
Does it work with all themes?
-
Yes, the plugin hooks into the standard
the_contentfilter and is compatible with all standard WordPress themes. -
Can I change the reading speed?
-
Yes. Go to Settings Reading Time in your WordPress dashboard and update the Words Per Minute value.
-
Can I change the label text?
-
Yes. Go to Settings Reading Time and update the Prefix Label field with any text you like.
-
What happens to my settings if I delete the plugin?
-
All plugin settings (WPM, label, icon toggle) are automatically removed from the database on plugin deletion.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Tlabe Reading Time Estimator” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Tlabe Reading Time Estimator” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.0
- Initial release.