Descrizione
Le persone solitamente evitano di leggere gli articoli per paura del tempo che perderebbero a leggerlo. Anche tu perdi dei lettori?
The Read Meter plugin displays the estimated reading time for blog posts along with a progress bar. It works great to give visitors a quick idea about the time needed to read a post and encourages them to go on till the end.
Usually, visitors try to scan the entire post at first glance and grasp as much as information possible from the post. Reading time specified in minutes motivates users to read the post.
A handy progress bar will show the reader’s position on the post. As the reader scrolls the page, the progress bar indicates the remaining part of the post. This lets readers know how far have they reached and how much more do they have to go on.
Try it out on a free dummy site
The plugin uses an advanced image time calculation technique. In case your post contains images, the plugin calculates the time to view those images as well. It adds 12 seconds for the first image, 11 seconds for the second image and so on till the 10th image. After that, it adds 3 seconds for each further image.
Funziona benissimo per dare ai tuoi visitatori un’idea veloce di quanto tempo impiegheranno a leggere il tuo articolo e per incoraggiarli ad arrivare fino alla fine.
Ecco alcune funzioni chiave del plugin –
- A simple shortcode –
[read_meter]
, gives you the flexibility to add read time anywhere on the site. - A simple ID attribute to the shortcode can display reading time of that particular post/page irrespective of where the shortcode is added –
[read_meter id=47]
. - Even if the post is updated multiple times, the plugin will calculate the read time for the most recent version of the post.
- Puoi scegliere di mostrare il tempo di lettura e la barra di avanzamento su diversi tipi di contenuto.
- Puoi decidere se vuoi includere immagini e commenti nel tempo di lettura e nella barra di avanzamento.
That’s not all! Here are some more controls you get over Reading Time –
- Display the read time on a blog/archive page or single post page
- Show the estimated time it takes to read any blog/archive page or single post page, which can be displayed on any section of the website
- Set the read time position – i.e. Above/Below title or above content
- Set a read time Prefix and Postfix
- Use various read time styling options – Spacing, Background color, Font size, etc.
Controlli specifici per la barra di avanzamento –
- Set a progress bar position – i.e. Top/ Bottom of the page.
- Use various progress bar styling options – Gradient Background color, Bar thickness, etc.
Screenshot
Installazione
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Once activated, you’ll find Read Meter settings in the Dashboard Settings.
FAQ
-
Dopo posso trovare le impostazioni del plugin Read Meter?
-
After installing and activating the plugin, settings can be found under Settings > Read Meter
-
Come viene calcolato il tempo di lettura?
-
Let’s assume, you have set Words Per Minute ( Settings > Read Meter > General Settings) to 275 and total words in your blog post are 1100. So the total number of words (1100) divided by Words per minute (275) will give you an estimated time of reading i.e. 4 minutes.
-
Posso aggiungerlo per un CPT (Custom Post Type)?
-
Yes! The plugin works with all CPTs. You can select Post Types from Settings > Read Meter > General Settings
-
Dove posso aggiungere uno shortcode?
-
Shortcode –
[read_meter]
can be added to any page with a shortcode module/block. This will work with the Gutenberg editor or any page builder editor. -
Con quali temi funziona il plugin Read Meter?
-
Il plugin Read Meter funziona con tutti i temi di WordPress!
Recensioni
Contributi e sviluppo
“Read Meter – Reading Time & Progress Bar” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Read Meter – Reading Time & Progress Bar” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.9
- Feature: Added the ID attribute to the
[read_meter]
shortcode eg:[read_meter id="47"]
to show reading time of that particular post/page irrespective of where the shortcode is added. - Fix: Reading time using shortcode
[read_meter]
was not visible on individual post/page unless the post type was selected.
1.0.8
- Fix: Page Content Wrap Marker used for progress bar was causing styling issues with non block based themes.
- Fix: Only added the marker needed for progress bar on the post types selected.
1.0.7
- Fix: Theme Layout Styles conflict with the Marker div added as a wrapper to the_content.
1.0.6
- Fix: Hardened the security.
1.0.5
- Fix: Progress Bar displaying on 404 Page.
1.0.4
- Improvement: Loaded the minified versions of CSS and JS files.
- Fix: Progress Bar Opacity adjustment working on mobile devices.
- Fix: Progress Bar working on iPhone Mobile devices.
- Fix: Set Minimum width of the Reading time Container.
1.0.3
- Fix: Read time postfix not displayed in frontend.
1.0.2
- Fix: Do not load CSS/JS on pages where read-meter/read-time is not used.
1.0.1
- Fix: Fixed the Dropdown of Progress bar error.
- Fix: Changed default values of Progress Bar colors.
- Fix: Changed default values of Post type.
1.0.0
- Initial Release.