DXD Studio/INSTALL · REV 1.0

Install Countdown

Paste one shared script plus a mount div. Options live on the CDN — republish updates the widget without changing this snippet.

Embed snippet

<!-- DXD Studio · Countdown -->
<script src="https://cdn.designxdevelop.com/dxd-studio/platform.js" async></script>
<div class="dxd-app-YOUR-PUBLIC-ID" data-dxd-app-lazy></div>

Copy the real snippet from Studio → Countdown → Publish.

Plain HTML

Paste before </body>. The script is async and boots on DOM ready.

Webflow

  1. Open Project Settings → Custom Code → Footer Code, or an Embed element on the page.
  2. Paste the snippet.
  3. Publish the site.

WordPress

  1. Use a Custom HTML block, or theme footer scripts.
  2. Paste the snippet.
  3. Clear any page cache after publishing a widget update (config TTL is ~60s).

Shopify

  1. Online Store → Themes → Edit code → theme.liquid (before </body>), or a Custom Liquid section.
  2. Paste the snippet.

How updates work

Publishing from Studio overwrites …/widgets/{id}/config.json on cdn.designxdevelop.com. Visitors pick up changes within about a minute — no new snippet required.