Countdown Timer for WordPress

外掛說明

The Countdown Timer is a WordPress plugin that makes it simple to add a countdown timer to your pages or posts.

How to use the plugin

The FlipDown plugin makes use of a WordPress shortcode. Simply add the shortcode within your WordPress page or post using the following syntax:

[flipdown date=”2023-11-27T00:00:00-0500″]

You can also change the theme from dark (default) to light:

[flipdown date=”2023-11-27T00:00:00-0500″ theme=”light”]

The data should be in the format of a JavaScript ISO date with the offset for your location. The above example creates a countdown timer for Cyber Monday on November 27, 2023.

It’s worth mentioning that the date should includes zeros for months less than 10 and times less than 10.

For example, August 7th would be written as 2023-08-07.

螢幕擷圖

  • Flip Down – Example of FlipDown embedded in content.

安裝方式

Installing the FlipDown WordPress Plugin in simple. Just add it to your site from your WordPress Plugin Dashboard and activate the plugin.

From your WordPress dashboard

  1. Visit “Plugins > Add New”
  2. Search for “FlipDown”
  3. Activate the plugin

From WordPress.org

  1. Download the plugin
  2. Unzip the FlipDown plugin into a local directory on your computer
  3. Upload the “flipdown” directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  4. Open your WordPress admin dashboard and click “Plugins” in the left sidebar
  5. Activate the plugin

Clone from GitHub

You can clone the FlipDown WordPress plugin from our GitHub repository. If you fix bugs, or add features, we would appreciate a pull request so we can share these with other users in the DailyStory community.

常見問題集

What libraries does the FlipDown plugin use?

The FlipDown plugin uses the FlipDown JS library.

Where can I get support?

For technical questions, please visit Stack Overflow’s DailyStory tag. For all other questions, please contact us.

We recommend using WordPress version 4.0 or greater, but we’ve tested up to version 6.3.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Countdown Timer for WordPress〉的開發相關工作。

參與者

將〈Countdown Timer for WordPress〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.2

  • Update to include all Flipdown files and changes for WordPress submission

0.0.1

  • Initial release for submission to WordPress plugins