PhilDesigns Count Up Shortcode
A simple count up on scroll plugin.
by PhilDesigns · github.com/phil-designs/countup-shortcode · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/phil-designs/countup-shortcode/archive/refs/heads/main.zipAnimate numbers counting up when they scroll into view. Add the [count_up] shortcode to any page or post.
Tags: shortcode, counter, animation, countup, scroll Requires at least: 6.7 Tested up to: 7.0 Requires PHP: 7.4 License: GPL-2.0-or-later
Description
Count Up Shortcode adds a [count_up] shortcode that animates a number counting up from zero when it scrolls into the visitor's viewport. Built on the jQuery CountUp and Waypoints libraries — both bundled, no external dependencies.
Usage
[count_up]1250[/count_up]
The number will animate from 0 to 1250 when it enters the viewport. You can place multiple counters on the same page.
Website
Requirements
- WordPress 6.7 or higher
- PHP 7.4 or higher
Installation
- Upload the
countup-shortcodefolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress
- Add
[count_up]YOUR_NUMBER[/count_up]to any page or post
Changelog
1.0.0
- Initial release