Simple Stopwatch Easy to Use
·
Add a simple, easy-to-use stopwatch or countdown timer to any page or post using a shortcode or block.
Simple Stopwatch Easy to Use lets you embed a fully functional stopwatch or countdown timer anywhere on your WordPress site, using either a shortcode or a block.
Features:
- Stopwatch (count up) and countdown timer modes
- Start, Stop, Reset controls
- Lap time recording, with export to a text file
- Optional millisecond display
- Optional sound on start/stop and when a countdown reaches zero
- Optional «remember time after page reload» using local storage
- Works as a Gutenberg block or a shortcode
- Multiple stopwatches on the same page work independently
- Customizable color and size
- Lightweight — no jQuery dependency
- Works on any theme
Usage:
Add the «Simple Stopwatch» block from the block inserter, or use the shortcode:
[simple_stopwatch]
Shortcode Options:
mode—stopwatchorcountdown. Default:stopwatchfrom— countdown starting time, formatHH:MM:SS. Default:00:05:00. Only used whenmode="countdown"color— button color (hex). Default:#2271b1size— display size:smallorlarge. Default:largems— show milliseconds:yesorno. Default:nosound— play a sound on start/stop/countdown-end:yesorno. Default:nopersist— remember elapsed time after a page reload:yesorno. Default:no
Example: [simple_stopwatch mode="countdown" from="00:10:00" color="#25D366" sound="yes"]
