Title: Javascript in timed content
Last modified: May 13, 2020

---

# Javascript in timed content

 *  Resolved [Chekki](https://wordpress.org/support/users/chekki/)
 * (@chekki)
 * [6 years ago](https://wordpress.org/support/topic/javascript-in-timed-content/)
 * Hi,
 * I can´t show Javascript in the timed content section. It will not shown:
 *     ```
       [timed-content-client show="0:3:0" display="div"]
       <div><script data-cfasync="false" src="https://www.digistore24.com/countdown/395/cE5PqQvdcbYvUG8PevZtau5ZevwPUU.js"></script></div>
       [/timed-content-client]
       ```
   
 * How to solve it?
 * Best regards
 * Chekki

Viewing 1 replies (of 1 total)

 *  Plugin Author [Arno Welzel](https://wordpress.org/support/users/awelzel/)
 * (@awelzel)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/javascript-in-timed-content/#post-13175923)
 * The script will run even when the content is hidden. Timed Content will not supress
   loadoing external scripts for client side rules but just **visually** hide the
   content inside the shortcode. If you want to delay the script start you need 
   to do this in the script itself.
 * Also note that `[timed-content-client show="0:3:0" display="div"]` makes no sense.
   There is no `display="div"` parameter for the timed content shortcode.

Viewing 1 replies (of 1 total)

The topic ‘Javascript in timed content’ 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, 10 months ago](https://wordpress.org/support/topic/javascript-in-timed-content/#post-13175923)
 * Status: resolved