Animated Counters

Descripción

Plugin for Animated Counters shortcodes.

  • English :

Add a shortcode to make some animated counters.

Make your own animated counter by using the shortcode like this example : [animatedcounter count=”100″]

You can customize each counter with these options :

[animatedcounter count="100" duration="1000"]

[animatedcounter count="100" css="my_css_class"]

[animatedcounter count="100" id="my_unique_id"]

[animatedcounter count="100" color="blue"]

[animatedcounter count="100" size="100px"]

[animatedcounter count="100" duration="1000" css="my_css_class" id="my_unique_id" color="blue" size="100px"]

If you have a problem, you can contact me.

  • Français :

Ajoute un shortcode pour créer des compteurs animés.

Créez votre compteur animé en utilisant le shortcode comme cet exemple : [animatedcounter count=”100″]

Vous pouvez personnaliser chaque compteur avec ces options :

[animatedcounter count="100" duration="1000"]

[animatedcounter count="100" css="my_css_class"]

[animatedcounter count="100" id="my_unique_id"]

[animatedcounter count="100" color="blue"]

[animatedcounter count="100" size="100px"]

[animatedcounter count="100" duration="1000" css="my_css_class" id="my_unique_id" color="blue" size="100px"]

Si vous rencontrez un soucis, vous pouvez me contacter.

Usage

  • English :

Add a shortcode to make some animated counters.

Make your own animated counter by using the shortcode like this example : [animatedcounter count=”100″]

You can customize each counter with these options :

[animatedcounter count=”100″ duration=”1000″]

[animatedcounter count=”100″ css=”my_css_class”]

[animatedcounter count=”100″ id=”my_unique_id”]

[animatedcounter count=”100″ color=”blue”]

[animatedcounter count=”100″ size=”100px”]

[animatedcounter count=”100″ duration=”1000″ css=”my_css_class” id=”my_unique_id” color=”blue” size=”100px”]

If you have a problem, you can contact me.

  • Français :

Ajoute un shortcode pour créer des compteurs animés.

Créez votre compteur animé en utilisant le shortcode comme cet exemple : [animatedcounter count=”100″]

Vous pouvez personnaliser chaque compteur avec ces options :

[animatedcounter count=”100″ duration=”1000″]

[animatedcounter count=”100″ css=”my_css_class”]

[animatedcounter count=”100″ id=”my_unique_id”]

[animatedcounter count=”100″ color=”blue”]

[animatedcounter count=”100″ size=”100px”]

[animatedcounter count=”100″ duration=”1000″ css=”my_css_class” id=”my_unique_id” color=”blue” size=”100px”]

Si vous rencontrez un soucis, vous pouvez me contacter.

Capturas

  • Shortcode generator button in WordPress editor
  • Shortcode options

Instalación

  • English :
  1. Download animatedcounters.zip from the “download” link on the web page where you’re viewing this.
  2. Decompress the file contents.
  3. Upload the animatedcounters folder to your WordPress plugins directory (/wp-content/plugins/).
  4. Activate the Animated Counters plugin from the WordPress back-office.
  • Français :
  1. Téléchargez animatedcounters.zip sur le lien de téléchargement sur cette même page.
  2. Décompressez l’archive téléchargée.
  3. Mettez en ligne le dossier animatedcounters dans votre dossier de plugins (/wp-content/plugins/).
  4. Activez le plugin Animated Counters depuis les extentions.

Reseñas

Leer todas las 3 reseñas

Colaboradores y desarrolladores

“Animated Counters” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Animated Counters” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

2.0

  • PHP errors fix

1.9

  • PHP bug fix

1.8

  • Fixed a possible XSS vulnerability (discovered by Dmitrii Ignatyev from CleanTalk inc.)

1.7

  • PHP bug fix

1.6

  • PHP bug fix

1.5

  • Now counter only starts when visible on screen

1.4

  • Load jQuery if not loaded

1.3

  • Bug fix

1.2

  • Added DEMO and bug fix

1.1

  • Added shortcode generator in WordPress editor.
  • Options added : custom duration, class, id, color, size.

1.0

  • First public distribution version.