Title: Countdown Timer
Author: zaus
Published: <strong>22 Februari 2012</strong>
Last modified: 22 Februari 2012

---

Cari plugin

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

Plugin ini **belum teruji dangan 3 rilis besar WordPress**. Kemungkinan tidak lagi
dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan
dengan versi WordPress yang lebih baru.

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

# Countdown Timer

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

[Unduh](https://downloads.wordpress.org/plugin/countdown-timer-abt.zip)

 * [Detail](https://id.wordpress.org/plugins/countdown-timer-abt/#description)
 * [Ulasan](https://id.wordpress.org/plugins/countdown-timer-abt/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/countdown-timer-abt/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/countdown-timer-abt/#developers)

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

## Tangkapan Layar

[⌊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

## Instalasi

 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!

## Tanya Jawab

  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

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“Countdown Timer” adalah perangkat lunak open source. Berikut ini mereka yang sudah
berkontribusi pada plugin ini.

Kontributor

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

[Terjemahkan “Countdown Timer” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/countdown-timer-abt)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/countdown-timer-abt/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/countdown-timer-abt/), atau 
mendaftar ke [log pengembangan](https://plugins.trac.wordpress.org/log/countdown-timer-abt/)
melalui [RSS](https://plugins.trac.wordpress.org/log/countdown-timer-abt/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 0.7

 * bugfixes, singleton, hooks
 * submitted to WP

#### 0.6

 * refactored for public consumption

#### 0.5

 * split plugin from custom code

## Meta

 *  Versi **0.7**
 *  Diperbarui **14 tahun yang lalu**
 *  Instalasi Aktif **10+**
 *  Versi WordPress ** 3.0 atau yang terbaru **
 *  Diuji hingga **3.3.2**
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/countdown-timer-abt/)
 * Tag
 * [countdown](https://id.wordpress.org/plugins/tags/countdown/)[countdown timer](https://id.wordpress.org/plugins/tags/countdown-timer/)
   [shortcode](https://id.wordpress.org/plugins/tags/shortcode/)[timer](https://id.wordpress.org/plugins/tags/timer/)
   [widgets](https://id.wordpress.org/plugins/tags/widgets/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/countdown-timer-abt/advanced/)

## Rating

 5 dari 5 bintang.

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

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

[Lihat semua ulasan](https://wordpress.org/support/plugin/countdown-timer-abt/reviews/)

## Kontributor

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

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/countdown-timer-abt/)

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](http://atlanticbt.com/)