Evoris
Home Features How it works Pricing Sites Portal Get started
Install guide

Install your chatbot in minutes.

Copy the snippet, paste it into your website, and you're done.

Get the snippet Platform instructions

Your installation snippet

Replace YOUR_CLIENT_ID with your Client ID from the portal.

<script src="https://chatbot-backend-tawny-alpha.vercel.app/public/widget.js" data-client-id="YOUR_CLIENT_ID" defer></script>
Advanced: custom API endpoint
<script>
  window.CLIENT_ID = "YOUR_CLIENT_ID";
  window.API_ENDPOINT = "https://your-custom-endpoint.com";
</script>
<script src="https://your-custom-endpoint.com/public/widget.js" defer></script>
Open client portal
Where do I paste it? Place the snippet in your site's footer, or just before the closing </body> tag.
✓ Last step: After pasting the snippet, go to your client portal → Overview → click Turn ON to activate your bot.

Platform-specific instructions

Search for your platform and follow the steps.

No matches. Try "WordPress", "Wix", "Squarespace", or "Shopify".
WordPressFooter scripts or plugin
  1. Log into your WordPress dashboard.
  2. Install a footer injection plugin (commonly "WPCode" or "Insert Headers and Footers").
  3. Paste the snippet into the Footer area so it loads on all pages.
  4. Save changes and refresh your website.
If you're using a page builder (Elementor/Divi), the plugin method is usually fastest.
WixSettings → Custom Code
  1. Open your Wix dashboard.
  2. Go to Settings → Custom Code.
  3. Add new code and paste the snippet.
  4. Set it to load on All pages in Body – end.
  5. Publish your site.
SquarespaceCode Injection → Footer
  1. Go to Settings → Advanced → Code Injection.
  2. Paste the snippet into the Footer box.
  3. Save and refresh your site.
ShopifyEdit theme.liquid
  1. Go to Online Store → Themes.
  2. Click Edit code.
  3. Open layout/theme.liquid.
  4. Paste the snippet before </body>, then save.
WebflowProject settings → Custom code
  1. Open your project in Webflow.
  2. Go to Project Settings → Custom Code.
  3. Paste the snippet into the Footer code section.
  4. Save and publish.
GoDaddy Website BuilderSettings → Custom Code
  1. Open your GoDaddy website editor.
  2. Find Settings → Custom Code.
  3. Paste the snippet into the Footer area.
  4. Publish your site.
WeeblyFooter Code
  1. Go to Settings.
  2. Find SEO (or the Footer Code section).
  3. Paste the snippet into Footer Code and publish.
Static HTML / FTPPaste before </body>
  1. Log into your hosting (FTP, cPanel, or File Manager).
  2. Open the main page file (often index.html) or your footer template.
  3. Paste the snippet just before </body>.
  4. Save/upload, then refresh your site.
If your site uses templates, add the snippet in the shared footer file so it appears on all pages.
JoomlaTemplate / Footer
  1. Open your Joomla admin panel.
  2. Go to your template editor.
  3. Paste the snippet before </body> in the template file.
  4. Save and refresh.
DrupalTheme footer
  1. Open your Drupal theme files.
  2. Add the snippet to the global template/footer.
  3. Clear cache and refresh.
Google SitesMay be limited

Some Google Sites setups do not allow custom JavaScript. You may need a platform that supports footer scripts.

Contact support if you're unsure.
TroubleshootingWidget not appearing?
  1. Confirm the snippet is on the page (footer / before </body>).
  2. Hard reload or clear site cache.
  3. Make sure your bot is turned ON in the portal.
  4. If your site uses strict CSP headers, allow scripts from the chatbot domain.