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
- Open Project Settings → Custom Code → Footer Code, or an Embed element on the page.
- Paste the snippet.
- Publish the site.
WordPress
- Use a Custom HTML block, or theme footer scripts.
- Paste the snippet.
- Clear any page cache after publishing a widget update (config TTL is ~60s).
Shopify
- Online Store → Themes → Edit code → theme.liquid (before
</body>), or a Custom Liquid section. - 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.