Title: Countdown Timer
Author: zaus
Published: <strong>Èrèlé  22, 2012</strong>
Last modified: Èrèlé  22, 2012

---

Ṣàwárí àwọn plugin

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

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Countdown Timer

 Láti ọwọ́ [zaus](https://profiles.wordpress.org/zaus/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/countdown-timer-abt.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/countdown-timer-abt/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/countdown-timer-abt/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/countdown-timer-abt/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/countdown-timer-abt/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/countdown-timer-abt/)

## Àwọn àwòrán ìbòjú

[⌊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 Ìtumọ̀ Yorùbá: – 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 Ìtumọ̀ Yorùbá: – with Firebug showing HTML

## Ìgbéwọlẹ̀

 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Ìtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’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_ Ìtumọ̀ Yorùbá: – tooltip text when hovering over timer; optional
   link from clicking timer
 * _Timezones_ Ìtumọ̀ Yorùbá: – specify a timezone for calculations (if different
   than WP timezone)
 * _Output format_ Ìtumọ̀ Yorùbá: – HTML wrapper for result fields; uses special
   placeholder formats for label, separators, and time values (see `[strftime][]`)
 * _Date Separator_ Ìtumọ̀ Yorùbá: – text between date values, if used in _Output
   Format_
 * _Time Separator_ Ìtumọ̀ Yorùbá: – text between time values, if used in _Output
   Format_
 * _Interval Label_ Ìtumọ̀ Yorùbá: – wrapper for laber for “Year”, “Month”, etc

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Countdown Timer” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Countdown Timer” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/countdown-timer-abt)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/countdown-timer-abt/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/countdown-timer-abt/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/countdown-timer-abt/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/countdown-timer-abt/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 0.7

 * bugfixes, singleton, hooks
 * submitted to WP

#### 0.6

 * refactored for public consumption

#### 0.5

 * split plugin from custom code

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **0.7**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 14 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 3.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **3.3.2**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/countdown-timer-abt/)
 * Àwọn àmì
 * [countdown](https://yor.wordpress.org/plugins/tags/countdown/)[countdown timer](https://yor.wordpress.org/plugins/tags/countdown-timer/)
   [shortcode](https://yor.wordpress.org/plugins/tags/shortcode/)[timer](https://yor.wordpress.org/plugins/tags/timer/)
   [widgets](https://yor.wordpress.org/plugins/tags/widgets/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/countdown-timer-abt/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/countdown-timer-abt/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://atlanticbt.com/)