Embeddable Countdown Timer
You can embed the same countdown timer used in the Church Online Platform directly on your church’s website using a custom API. This feature does require some developer experience, so we recommend working with your in-house developer or connecting with a local developer who can help.Squarespace Users
- On the page where you want the countdown to appear, create a code block and paste the provided HTML for the countdown.
- Then, in your main settings menu, go to Advanced > Code Injection. This is where you'll paste the JavaScript for the countdown. Be sure to wrap the script in
<script>
and</script>
tags.
Wordpress Users
- Create an HTML block on the page where you want the countdown to appear.
- To add the countdown JavaScript to the header of your page, you’ll need a plugin. We recommend using Header and Footer Scripts for WordPress.
- Once installed, paste the JavaScript into the header section and be sure to wrap it with
<script>
and</script>
tags.
For more detailed instructions, check out the API and full documentation for the Embeddable Countdown Timer.