Countdown Timer

The Countdown Timer shortcode for WordPress can be used to display a countdown timer with customizable format, style, and colors. Check below for example implementations and shortcode documentation:

Countdown Timer Examples

Countdown Timer Shortcodes

Shortcode
[x3m-timer format="HH.MM.SS" timer="1 hour" style="flip" background="blue" text="white" shortcolor="lightgray"]
The shortcode can be used to display a countdown time with adjustable time and display format. Above example shows a countdown time for 1 hour, in flipping format.

Countdown Timer Documentation

Here are the shortcode option settings available for Countdown Timer:

Shortcode Settings Details
format=”HH.MM.SS” this is used to set the format time displayed in the countdown time.

HH, MM, SS can be combined in any way. Any separators can be used between these notations (ex “HH hours MM minutes SS seconds”)

timer=”1 hour” used to set the time for the timer.

It can be set in hours, minutes and seconds, such as “2 hours”, “75 minutes” or “120 seconds”

style=”flip” used to set the style display for the timer. Options:
– “flip” for flipping display
– “default” for electronic style display
– “balls” for balls style display
background=”blue” used to set the background color for “Flip” style timer fippers.

Color names or HEX color codes can be used to set the desired color.

text=”white” used to set the timer digits color.

Color names or HEX color codes can be used to set the desired color.

shortcolor=”lightgrey” used to set the background color of the timer.

Color names or HEX color codes can be used to set the desired color.