Countdown Timer Redirect Plugin for WordPress

By Scot Birchfield

312 days ago

May . 2024

🕑 2 min read

👁 Views: 461

(0) Leave a Comment

Shortcode - WpScriptly

Introducing the Countdown Timer Redirect Plugin for WordPress! This plugin allows you to easily add a countdown timer to your site that redirects users to a specified URL after the timer reaches zero. With straightforward setup and the ability to customize the appearance through an external CSS stylesheet, this plugin ensures a seamless and visually appealing user experience. Enhance your site’s functionality with this user-friendly redirect timer.

I use this for a thank you page for my Fluentforms then redirect a user to the homepage.

  1. Change confirmation type to a page.
  2. Create and Select the thank you page you created.
  3. Next in the thank you page place the shortcode at the bottom of the page.
  4. That is it, now all the user will be able to read the thank you message then be redirected to any page.

I use fluent snippet plugin for all my functions, js, and CSS:

Script:

CSS:

Customize the CSS to match your website.

#redirect-message {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align:left;
}

#countdown {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c; /* Red color */
}

Shortcode:

Replace the url with any page or website you want to send a user to.

[redirect_timer url="https://wpscriptly.com/"]

Notes:

Wp Scriptly

These scripts, CSS styles, and plugins are designed to work best with minimal interference from themes or other plugins. If conflicts arise, adjustments may be needed.
Please note that they must be used as is.”

Let me know if you’d like any further refinements!

Wp Scriptly

Comments: