Title: Constant Button Until Clicked?
Last modified: August 14, 2020

---

# Constant Button Until Clicked?

 *  [Rick](https://wordpress.org/support/users/ricksnoman/)
 * (@ricksnoman)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/constant-button-until-clicked/)
 * I’m trying to create a button that is constantly displayed until clicked and 
   then it disappears for 24 hours before re-appearing again. Is this possible with
   this plugin?
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Arno Welzel](https://wordpress.org/support/users/awelzel/)
 * (@awelzel)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/constant-button-until-clicked/#post-13260209)
 * No, this is not possible with Timed Content.
 * What you need is to develop a custom shortcode plugin which does the following:
 * – checks for the existence of a “hideme” cookie before displaying the button.
 * – when the button is clicked do a AJAX call which is handled by the custom shortcode
   plugin. This AJAX call will set the “hideme” cookie with a validity of 24 hours
   and the frontend side will hide the button as soon as the AJAX call returns.
 * An experienced software developer should be able to do this in less than an hour.
   If you need any assistance you find me contact address on my website – however
   I don’t work for free: [https://arnowelzel.de/en/about-me](https://arnowelzel.de/en/about-me)

Viewing 1 replies (of 1 total)

The topic ‘Constant Button Until Clicked?’ is closed to new replies.

 * ![](https://ps.w.org/timed-content/assets/icon-256x256.png?rev=2953069)
 * [Timed Content](https://wordpress.org/plugins/timed-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/timed-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/timed-content/)
 * [Active Topics](https://wordpress.org/support/plugin/timed-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timed-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timed-content/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Arno Welzel](https://wordpress.org/support/users/awelzel/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/constant-button-until-clicked/#post-13260209)
 * Status: not resolved