Timed Content Plugin
The Timed Page/Post Content plugin is a marketing tool that allows users to specify that a portion of a Page or Post should appear/be visible or disappear/be invisible based on given time characteristics. Suppose, for example, you embed a video into a Post; once the viewer has enough information from the video, the request to take a specific action can be set to appear.
The plugin provides two scheduling options:
- A client-side behaviour, implemented with the
[timed-content-client ... ]shortcode, that allows the marking of content to appear or disappear after a given time interval; a “fade” effect is included. This functionality is intended to be used for special effects only, as content marked in this manner is still visible in the HTML source and, therefore, not a secure method of hiding content. - A server-side behaviour, implemented with the
[timed-content-server ... ]shortcode, that allows the marking of content to be visible only during a specified date/time interval. This functionality can be used as a secure method of hiding content, because the marked content will be included in the Page/Post only when viewed in the specified date/time interval.
A TinyMCE button is included to help users build the shortcodes.
Download
Download it from the plugin’s page at WordPress.org.
Installation
Note: XXX refers to the current version release.
Automatic method
- Click ‘Add New’ on the ‘Plugins’ page.
- Upload
timed-content-XXX.zipusing the file uploader on the page
Manual method
- Unzip
timed-content-XXX.zipand upload thetimed-contentfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Usage
The timed-content-client shortcode
[timed-content-client show="mm:ss:fff" hide="mm:ss:fff"]Example Text[/timed-content-client]
show– Specifies the time interval after loading the web page when the marked content should be displayed. The attribute consists of three parts, separated by colons:mm– minutesss– secondsfff– If greater than0, a fade-in effect lastingfffmilliseconds is applied.
hide– Specifies the time interval after loading the web page when the marked content should be hidden. The attribute consists of three parts, separated by colons:mm– minutesss– secondsfff– If greater than0, a fade-out effect lastingfffmilliseconds is applied.
Both attributes are optional, but at least one attribute must be included. The shortcode’s behaviour depends on which attributes are used:
showonly – Marked content is initially not visible, then appearsmmminutes andssseconds after loading with afffmillisecond fade-in.hideonly – Marked content is initially visible, then disappearsmmminutes andssseconds after loading with afffmillisecond fade-out.showandhide– Marked content is initially not visible, then appears according to the values set inshow, then disappears according to the values set inhide.
The timed-content-server shortcode
[timed-content-server show="datetime" hide="datetime" debug="true|false"]Example Text[/timed-content-server]
show– Specifies the date/time when the marked content should start being included on the web page. The attribute consists ofdatetime– an English-language date/time description. Internally, the plugin uses PHP’s strtotime function.hide– Specifies the date/time after which the marked content should stop being included on the web page. The attribute consists ofdatetime– an English-language date/time description. Internally, the plugin uses PHP’s strtotime function.debug– Iftrue, adds some debugging statements to the web page as HTML comments. Defaults tofalse.
Both show and hide attributes are optional, but at least one attribute must be included. The shortcode’s behaviour depends on which attributes are used:
showonly – Marked content is outputted only after the date/time set here.hideonly – Marked content is outputted only before the date/time set here.showandhide– Marked content is outputted only during the time period defined by theshowandhideattributes.
Using the TinyMCE dialog
Coming soon
Frequently Asked Questions
Coming soon
Screenshots
Coming soon
Changelog
1.0
- Initial release.
Upgrade Notice
1.0
- Initial release. No upgrade required.
FREE WEB TIPS
FREE REPORT - 5 Online Mistakes & how to avoid them. We'll also send you additional tips & tools to help you do more business online.

