2 Countdown to Next Online Service Shared by Ray Costanzo, Moving Communities to Christ 5 years ago Web, Worship Intermediate Are you using LifeChurch's Online Church Platform? They offer a great countdown widget that you can access and add to your webpage, but unfortunately, it doesn't work on a Rock powered website (at least not for me). Desiring to have the countdown we rocked there code. To add the countdown to your Rock site:Add a new HTML block to the page you desire the countdown on. Inside the block settings allow "webrequests". Enter the HTML below updating everywhere that says "[YOUR Church Online URL]" to your church's unique URL. Celebrate. {% webrequest url:'[YOUR Church Online URL]/api/v1/events/current' %} {% for item in results %} {% capture isLive %} {{ item.response.item.isLive }} {% endcapture %} {% capture eventStartTime %}{{ item.response.item.eventStartTime }}{% endcapture %} {% endfor %} {% endwebrequest %} {% if isLive == 'true' %} Watch our live stream now: Join {% elseif isLive contains 'false' %} Our next live stream is in: days hours mins Secs Learn More {% endif %}