=== Game Timer ===
Contributors: samrat131
Donate link:
Tags: game timer,timer,countdown,games timer,game countdown
Requires at least: 2.9.2
Tested up to: 3.4.2
Stable tag: 1.0
Game timer with email notification and music alert.
== Description ==
This plugins use jw pleyer for music/alert play and jQuery Countdown for countdown clock timer.
Game timer with email notification and music alert.
= Feature =
* Admin can add new games name for games i play
* Admin can add new sound/music (mp3) for alert while timer ends up (if the browser is open that time)
* Registered user also can add games name / music/sound for alert, will stored user wise
* You can show the games listing with timer countdown in page/post using short code [game-timer]
* Also you can use the php template tag <?php if ( function_exists('wpgt_game_timer_show') ) wpgt_game_timer_show(); ?> to place the games listing anywhere in php code
* Currently there is a widget `Game timer` to add the game timer form in the sidebar area
* You can set custom email template, which will send immediately after the timer ends up
* Will get a listing for games name by user wise in wp admin area
* You can use domain.com/wp-content/plugins/game-timer/cron.php file to set cron job using cpanel, to send email notification while the timer ends up.
Waiting for your reply and feedback for this plugins.
Thanks
== Installation ==
1. Download the plugin and extract the files
2. Upload "game-timer" to your wp-content/plugins/ directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Add [game-timer] to post/page or <?php if ( function_exists('wpgt_game_timer_show') ) wpgt_game_timer_show(); ?> in the php file.
== Frequently Asked Questions ==
= Where do I submit a question? =
This is my first attempt at a plugin, so I don't have a FAQ yet.
== Screenshots ==
1. Set timer from sidebar (widget)
2. Game timer list with timer
3. Game timer list user wise in wp admin area
4. Add new game name
5. Add alert/music for, while timer ends up it will play automatically
6. Set email template, that will be send when the time is up
== Changelog ==
= 1.0.0 =
* First version.
== Thank You ==
Thank you trying my plugin!