Title: Countdown Timer
Author: zaus
Published: <strong>2012年2月22日</strong>
Last modified: 2012年2月22日

---

プラグインを検索

![](https://ps.w.org/countdown-timer-abt/assets/banner-772x250.jpg?rev=508839)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/countdown-timer-abt_908292.svg)

# Countdown Timer

 作者: [zaus](https://profiles.wordpress.org/zaus/)

[ダウンロード](https://downloads.wordpress.org/plugin/countdown-timer-abt.zip)

 * [詳細](https://ja.wordpress.org/plugins/countdown-timer-abt/#description)
 * [レビュー](https://ja.wordpress.org/plugins/countdown-timer-abt/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/countdown-timer-abt/#installation)
 * [開発](https://ja.wordpress.org/plugins/countdown-timer-abt/#developers)

 [サポート](https://wordpress.org/support/plugin/countdown-timer-abt/)

## スクリーンショット

[⌊Admin options page with templates, placeholders⌉⌊Admin options page with templates,
placeholders⌉[

Admin options page with templates, placeholders

[⌊Usage example - note that "explicit" options use single-quotes to allow double-
quotes in HTML⌉⌊Usage example - note that "explicit" options use single-quotes to
allow double-quotes in HTML⌉[

Usage example – note that “explicit” options use single-quotes to allow double-quotes
in HTML

[⌊Output example - with Firebug showing HTML⌉⌊Output example - with Firebug showing
HTML⌉[

Output example – with Firebug showing HTML

## インストール

 1. Unzip, upload plugin folder to your plugins directory (`/wp-content/plugins/`)
 2. Activate plugin
 3. Add countdown shortcode anywhere you need it.

Check out the included admin help page for complete explanation within WordPress!

## FAQ

  What’s the shortcode?

In full glory:

    ```
    [countdown_timer
        target_time="2012-05-05 14:03:00"
        complete_text="It's Done!"
        format= {CUSTOM HTML FORMAT - SEE BELOW}
        date_separator='<span class="d-sep">/</span>'
        time_separator='<span class="t-sep">:</span>'
        label_format="<em>%s</em>"
        timezone="America/New_York"
    ]
    ```

  Developer Hooks

The following filters are provided to adjust both the attributes (before rendering)
and the format (after rendering).

You would use them like:

    ```
    add_filter( 'abt_countdown_timer__pre_render', 'my_countdown_prerender' );
    function my_countdown_prerender($attributes) { ... }

    add_filter( 'abt_countdown_timer__post_render', 'my_countdown_postrender' );
    function my_countdown_postrender($output, $attributes) { ... }
    ```

This is how they’re used in the plugin:

    ```
    // hook - adjust attributes used to render the countdown
    $attributes = apply_filters( 'abt_countdown_timer__pre_render', $attributes );

    // hook - add "before", "after"; alter rendered output
    $formatted_time = apply_filters( 'abt_countdown_timer__post_render', $formatted_time, $attributes );
    ```

  Other Options

 * _Title and Link_ – tooltip text when hovering over timer; optional link from 
   clicking timer
 * _Timezones_ – specify a timezone for calculations (if different than WP timezone)
 * _Output format_ – HTML wrapper for result fields; uses special placeholder formats
   for label, separators, and time values (see `[strftime][]`)
 * _Date Separator_ – text between date values, if used in _Output Format_
 * _Time Separator_ – text between time values, if used in _Output Format_
 * _Interval Label_ – wrapper for laber for “Year”, “Month”, etc

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Countdown Timer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

 *   [ zaus ](https://profiles.wordpress.org/zaus/)
 *   [ Atlantic BT ](https://profiles.wordpress.org/atlanticbt/)

[“Countdown Timer” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/countdown-timer-abt)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/countdown-timer-abt/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/countdown-timer-abt/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/countdown-timer-abt/)を
[RSS](https://plugins.trac.wordpress.org/log/countdown-timer-abt/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 0.7

 * bugfixes, singleton, hooks
 * submitted to WP

#### 0.6

 * refactored for public consumption

#### 0.5

 * split plugin from custom code

## メタ

 *  バージョン **0.7**
 *  最終更新日 **14年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.0またはそれ以降 **
 *  検証済み最新バージョン: **3.3.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/countdown-timer-abt/)
 * タグ
 * [countdown](https://ja.wordpress.org/plugins/tags/countdown/)[countdown timer](https://ja.wordpress.org/plugins/tags/countdown-timer/)
   [shortcode](https://ja.wordpress.org/plugins/tags/shortcode/)[timer](https://ja.wordpress.org/plugins/tags/timer/)
   [widgets](https://ja.wordpress.org/plugins/tags/widgets/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/countdown-timer-abt/advanced/)

## 評価

 5つ星中5つ星

 *  [  1 5-星レビュー     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/)

## 貢献者

 *   [ zaus ](https://profiles.wordpress.org/zaus/)
 *   [ Atlantic BT ](https://profiles.wordpress.org/atlanticbt/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/countdown-timer-abt/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://atlanticbt.com/)