Quick Start Installation
Adding ZinoDesk to your website takes less than 60 seconds. You don't need to write any code.
1. Get your tracking snippet
Log into your dashboard, click on your widget, and go to the Install tab. Copy the provided HTML snippet.
<script src="https://zinodesk.com/widget.js" data-widget-id="YOUR_ID"></script>
2. Paste it into your website
Place the snippet just before the closing </body> tag of your website. This ensures the widget loads asynchronously without slowing down your page.
- Wordpress: Use a plugin like "Insert Headers and Footers" or edit your theme's
footer.php. - Shopify: Go to Online Store > Themes > Edit Code, and paste it at the bottom of
theme.liquid. - Webflow/Framer: Paste it into the custom code section for the site footer.