Title: Countdown Timer
Author: zaus
Published: <strong>22 فوریه 2012</strong>
Last modified: 22 فوریه 2012

---

جستجوی افزونه‌ها

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://fa.wordpress.org/plugins/countdown-timer-abt/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/countdown-timer-abt/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/countdown-timer-abt/#installation)
 * [توسعه](https://fa.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!

## سوالات متداول

  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)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/countdown-timer-abt/),
check out the [SVN repository](https://plugins.svn.wordpress.org/countdown-timer-abt/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/countdown-timer-abt/)
by [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**
 *  Last updated **14 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  Tested up to **3.3.2**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/countdown-timer-abt/)
 * Tags
 * [countdown](https://fa.wordpress.org/plugins/tags/countdown/)[countdown timer](https://fa.wordpress.org/plugins/tags/countdown-timer/)
   [shortcode](https://fa.wordpress.org/plugins/tags/shortcode/)[timer](https://fa.wordpress.org/plugins/tags/timer/)
   [widgets](https://fa.wordpress.org/plugins/tags/widgets/)
 *  [نمایش پیشرفته](https://fa.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/)