Unbounce is a great marketing platform but when it comes to some important features like a Countdown timer for a limited time offer or coupon, it’s a feature that Unbounce do not provide.
But still you can implement a coundown timer without coding knowledge through this post and the code below.
I mentioned in my previous post about missing features of Unbounce and shared coding tips to implement an Image slider in Unbounce.
I have come up with another solution to implement a countdown timer in Unbounce. You can see the Countdown timer demo here -> Countdown Timer in Unbounce
Countdown Timer in Unbounce
1. Create a new page in Unbounce 2. Choose a template or just select a blank template. For now select blank template.
3. In builder. pick “Custom HTML” element and drop it in the page. Then copy and paste the following code.
You don’t have to change anything in the following HTML code.
- days
- Hours
- Minutes
- Seconds
4. Copy the following JS code and add in a new JS script named “slider”.
You need to update the date in the JS to the date you want for the countdown timer. Remember You can set it for a specific date.
Make sure the placement of the code is changed to ” Before body end tag”.
4. Add following CSS in the page.
You can update any properties based on your preferences. But don’t update the class names. If you update, make sure to update it in HTML as well.
That’s it. You should be able to see your countdown timer working on your landing pages now.
It’s responsive and works great on mobile devices as well.
Found this post helpful?
Let us know your suggestions and queries in the comment box below. We’ll try to help as soon as possible.
More tips and updates related to unbounce here.