=== Easy Timer === Contributors: Kleor Tags: clock, countdown, counter, countup, date, days, event, hours, javascript, minutes, seconds, shortcode, timer Requires at least: 2.5 Tested up to: 3.2 Stable tag: 2.7 Allows you to easily display a count down/up timer, the time or the current date on your website, and to schedule an automatic content modification. == Description == Easy Timer allows you to easily insert into posts, pages and widgets of your website an unlimited number of count down/up timers which refresh every second, and the time or date. Each countdown timer shows the time remaining until the date you choose, and, if you want, reveals a hidden content when this date is reached. Each countup timer shows the time elapsed since the date you choose or the time spent by the Internet user on the webpage. Easy Timer also allows you to schedule an automatic content modification. - [Documentation](http://www.kleor-editions.com/easy-timer) = Translators = - Chris K. (Hungarian) - Dovis (Chinese) - Johan (Swedish) - Krzysztof (Polish) - Omer (Hebrew) - Vladimir (Russian) == Installation == 1. Unzip the plugin file. 2. Upload the "easy-timer" folder to your plugins directory. 3. Activate the plugin through the "Plugins" menu in WordPress. 4. Configure the plugin through the Easy Timer options page in WordPress. == Frequently Asked Questions == = In which language are displayed the count down/up timers, months and weekdays? = By default, they are displayed in English. But if your website language is Chinese, Dutch, French, German, Hebrew, Hungarian, Italian, Polish, Portuguese, Russian, Spanish or Swedish, then they will automatically be displayed in this language. If this is not the case, open your "wp-config.php" file and change the WPLANG value. WPLANG values supported by Easy Timer are: - de_BE - de_CH - de_DE - de_LU - es_AR - es_ES - es_MX - fr_BE - fr_CA - fr_CH - fr_FR - fr_LU - fr_MC - he_IL - hu_HU - it_CH - it_IT - nl_NL - pl_PL - pt_BR - pt_PT - ru_RU - sv_SE - zh_CN - zh_HK - zh_SG - zh_TW = Why does my count down/up timer not refresh every second? = Javascript may be deactivated in your browser. In this case, activate it. Check the "Add JavaScript code" field in the options page of Easy Timer. Check the "footer.php" file of your WordPress theme. Make sure there is a call to "wp_footer". = How can I use shortcodes in my WordPress theme? = Insert into the PHP files of your theme a code like this: `` = How to use shortcodes in comments? = Edit the "functions.php" file (create it if it doesn't exist) of your WordPress theme and add this line of code: `add_filter('comment_text', 'do_shortcode');` == Screenshots == 1. English, French, German, Italian, Portuguese, Spanish 2. Options Page == Changelog == * Version 2.7 * Add the "period" attribute to display periodic counters * Version 2.6.4 * Fix a conflict with the "nonSecureAnonymousFramework file" of LinkedIn share button script * Version 2.6.3 * Deactivation/reactivation is no longer necessary to add new options when Easy Timer is updated * Add the ability to display the version of Easy Timer * Version 2.6.2 * Fix a minor JavaScript bug (undefined items) * Version 2.6.1 * Add the "default" and "filter" attributes * Add the ability to delete the options of Easy Timer * Version 2.6 * Add the [easy-timer] shortcode * Minify the number of files * Version 2.5.8 * Minify the size of the "initial-options.php", "install.php" and "options-page.php" files * Version 2.5.7 * Improve the structure of files * Version 2.5.6 * Fix a minor bug * Version 2.5.5 * Add the "origin" attribute for relative dates * Minify the code of the options page * Version 2.5.4 * Optimize the performance of the options page * Version 2.5.3 * Update the links to the documentation * Version 2.5.2 * Add links to the options page and the documentation below the plugin's description * Improve the compatibility with Internet Explorer 9 * Version 2.5.1 * Improve the options page * Version 2.5 * Improve the code * Version 2.4.1 * Add Russian language * Version 2.4 * Add the [rtimer] shortcode to display only a part of the time displayed by the [timer] shortcode * Version 2.3.1 * Add Chinese language * Version 2.3 * Support dates before 1970 and after 2038 * Version 2.2 * Use "id" attributes instead of "title" attributes to update timers and clocks * Add Swedish language * Version 2.1.3 * Fix a parse error * Version 2.1.2 * Fix a minor bug (undefined function "date_default_timezone_set" for some servers) * Add Dutch language * Version 2.1.1 * Improve German, Italian, Portuguese and Spanish translations * Version 2.1 * Add the ability to use shortcodes in titles and excerpts * Version 2.0 * Add the ability to specify relative dates for the "date" attribute * Version 1.9.1 * Best factorization of the code * Add Hungarian language * Version 1.9 * Add the [total-timer], [total-elapsed-timer] and [total-remaining-timer] shortcodes * Fix a bug with the "mktime" function (string given instead of integer) * Version 1.8 * Add the [counter] shortcode to display elapsed and remaining time * Add the ability to specify several dates for the "date" attribute (an alternative to imbrication of counters) * Version 1.6 * Load JavaScript files only when needed * Version 1.5 * Add an options page * Version 1.1 * Add the [countdown1] and [countup1] shortcodes * Version 1.0.1 * Add Polish language * Version 1.0 * Initial version