Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

WP CountUP JS

Descripció

Display multiple animated counters into your WordPress site.

Gutenberg

The plugin is compatible with Gutenberg, so you can add the custom block called CountUp to your posts and pages. Check the wiki for more details.

Shortcode

It’s very easy to use this plugin, you can use the shortcode after install it, but there are two ways to use the plugin:

The first way is:

[countup start="your-value" end="your-value" decimals="your-value" duration="your-value"]

The second way. To use this format you need to check the Use the end number inside the shortcode? setting in the plugin option page:

[countup start="the-start-number" decimals="your-value" duration="your-value"]the-end-number[/countup]

Example

You can use the shortcode in two ways, as mentioned before. If you are using the first way:

[countup start="0" end="55" decimals="2" duration="5" prefix="my_prefix" scroll="false"]

If you are using the second way (remember to check the Use the end number inside the shortcode?):

[countup start="0" decimals="2" duration="5"]55[/countup]

Copy and paste any example in one of your posts and test.

Available Attributes

The shortcode and Gutenberg block accepts the next arguments:

  • decimals – Puts the desired decimals into your counter.
  • delay – Set a delay in milliseconds to start the counter.
  • duration – The counter duration represented by a number (seconds).
  • easing – Easing the counter.
  • end – A number to end (arrive) the counter.
  • grouping – Groups the content into sections (eg. 1,000 vs 1000).
  • prefix – A text as counter prefix.
  • reset – Reset the counter after view.
  • scroll – If true, start the counter when the user visualize it.
  • separator – You can use a separator (default is comma).
  • start – A number to start the counter.
  • suffix – A text as counter suffix.

Settings

You know how to use the plugin now, but you can still edit some options inside of the plugin settings page (Go to Settings->CountUP.js).

Inside of the settings page, you can find the next settings:

  • Easing: Easing the counter.
  • Grouping: Groups the content into sections (eg. 1,000 vs 1000).
  • Separator: You can use a separator (default is comma).
  • Decimal: Symbol to use for decimal spot (default is dot).
  • Prefix: Character(s) at beginning of string.
  • Suffix: Character(s) at the end of string.

Captures

  • Screenshot-1: Output counters on the site.
  • Screenshot-2: Shortcode example.
  • Screenshot-3: Plugin options page.
  • Screenshot-4: CountUp.js Options inside shortcode.
  • Screenshot-5: Output counters on the site with individual prefix and suffix.

Blocs

Aquesta extensió proporciona 1 bloc.

  • CountUp

Instal·lació

  1. Install the plugin via WordPress Plugin Installer.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to “Settings”->”CountUP.js” menu to configure options of the plugin.

Ressenyes

4 de desembre de 2021 1 resposta
Light plugin, simple to use, works on all browsers, and fast support. Perfect! Thanks!
7 de abril de 2021 4 respostes
Sadly, this plug uses the "target-densitydpi" key which is no longer supported on chrome so it generates errors and simply stops running.
14 de febrer de 2018 1 resposta
It works! Easy to use and has all the options you need, and does exactly what it is supposed to.
3 de abril de 2017 22 respostes
Hi Roel, Thanks for this plugin. Its very easy to use. However, I had a few feature requests: I want the counter to run on a decimal number. Something like 0 to 2.5 in 1 second. I tried using [countup start="0" end="2.5" decimals="1" scroll="true" duration="1"], but that ends at 25 instead of 2.5 I want a suffix, but want it in a slighly smaller size than the number. So in 2.5 Lakh, Lakh needs to be in a smaller font. If I put it outside the counter div, it goes to the next line. Is it possible to have run the counter whenever someone scrolls up and down and comes to that section? If these features are already available, pls let me know how to implement them. Thanks! Priyanka
1 de abril de 2017 2 respostes
This plugin is the only one out there that allows you to use dynamic number directly from the database by using shortcode within a shortcode. For instance [countup start="1" decimals="0" duration="5"][users_count][/countup] Thank you for adding this functionality. That person who gave you 4 stars needs to resubmit his review as it was his only reason for not giving you 5 stars! I'd give you 6 stars to cover it 😉 Thanks again!
Llegiu totes les 10 ressenyes

Col·laboradors i desenvolupadors

«WP CountUP JS» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

4.2.4

  • IMPROVE: Remove Gutenberg dependencies, those aren’t needed anymore.

4.2.3

  • FIX: Decimal counters shows as integers instead of floats.

4.2.2

  • FIX: JavaScript file wasn’t loading properly in some posts and pages for shortcodes.

4.2.1

  • FIX: Main script was loading as type JavaScript instead of Module.

4.2.0

  • Compatible with Gutenberg. Now the plugin has its own Gutenberg Block.