Title: Unique Visitor Timer?
Last modified: August 21, 2016

---

# Unique Visitor Timer?

 *  Resolved [CaliforniaTeachersCollege](https://wordpress.org/support/users/californiateacherscollege/)
 * (@californiateacherscollege)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unique-visitor-timer/)
 * Can I set the timer for 10 minutes depending on when a particular visitor arrives?
 * [https://wordpress.org/plugins/cssable-countdown/](https://wordpress.org/plugins/cssable-countdown/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [dmonnier](https://wordpress.org/support/users/dmonnier/)
 * (@dmonnier)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unique-visitor-timer/#post-4775327)
 * Static countdowns on page reload are not available in this plug-in (yet), but
   in the meantime you can use PHP in a page template to generate and hard-code 
   the expiration date based on the page load time. Something like:
 *     ```
       $add_time = 300; // 5 minutes = 300 seconds
       $target_timestamp = time() + $add_time;
       $target_time = date( 'H:i:s', $target_timestamp );
       $target_date = date( 'm/d/Y', $target_timestamp );
   
       echo do_shortcode( '[countdown date="' . $target_date . '" time="' . $target_time . '"]' );
       ```
   
 * I didn’t test this, so be careful if you copy-paste.
 * Since two of you have now requested this feature, I’ll add it to the list for
   the next version 🙂
 *  Thread Starter [CaliforniaTeachersCollege](https://wordpress.org/support/users/californiateacherscollege/)
 * (@californiateacherscollege)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unique-visitor-timer/#post-4775333)
 * Thank you for the 411…I will give it to a coder to try…Awesome that you’ll have
   it in the next version…Really big for internet marketing in order to create a
   sense of urgency and push people to click, sign-up, buy, etc.
 *  Thread Starter [CaliforniaTeachersCollege](https://wordpress.org/support/users/californiateacherscollege/)
 * (@californiateacherscollege)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unique-visitor-timer/#post-4775350)
 * As an FYI, if somehow you can combine forces with Easy Timer, it would be sick…
   He has this unique visitor timer feature, but doesn’t have the nice looking countdown
   clocks like you 😀

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Unique Visitor Timer?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cssable-countdown_6e7972.svg)
 * [CSSable Countdown](https://wordpress.org/plugins/cssable-countdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cssable-countdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cssable-countdown/)
 * [Active Topics](https://wordpress.org/support/plugin/cssable-countdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cssable-countdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cssable-countdown/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [CaliforniaTeachersCollege](https://wordpress.org/support/users/californiateacherscollege/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/unique-visitor-timer/#post-4775350)
 * Status: resolved