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)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/countdown-timer-abt/#description)
 * [평가](https://ko.wordpress.org/plugins/countdown-timer-abt/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/countdown-timer-abt/#installation)
 * [개발](https://ko.wordpress.org/plugins/countdown-timer-abt/#developers)

 [지원](https://wordpress.org/support/plugin/countdown-timer-abt/)

## 설명

Provides a shortcode/function to render a countdown timer of the form “Years until
target: X, Months until target: Y, Days until target: Z…”.
 You can specify the 
date/time of the target, as well as output formats with placeholders (including 
HTML wrappers) all from within the admin options page. Display result using the 
shortcode; you can override global options from within the shortcode too. By default,
result will be something like `"Months 0/Days 0/Years 0; Hours 4:Minutes 59:Seconds
54"`.

### About AtlanticBT

From [About AtlanticBT](http://www.atlanticbt.com/company).

#### Our Story

> Atlantic Business Technologies, Inc. has been in existence since the relative 
> infancy of the Internet. Since March of 1998, Atlantic BT has become one of the
> largest and fastest growing web development companies in Raleigh, NC. While our
> original business goal was to develop new software and systems for the medical
> and pharmaceutical industries, we quickly expanded into a business that provides
> fully customized, functional websites and Internet solutions to small, medium 
> and larger national businesses.

#### Who We Are

## 스크린샷

[⌊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**
 *  최근 업데이트: **15년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.3.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/countdown-timer-abt/)
 * 태그:
 * [countdown](https://ko.wordpress.org/plugins/tags/countdown/)[countdown timer](https://ko.wordpress.org/plugins/tags/countdown-timer/)
   [shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)[timer](https://ko.wordpress.org/plugins/tags/timer/)
   [widgets](https://ko.wordpress.org/plugins/tags/widgets/)
 *  [고급 보기](https://ko.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/)