Installing CrowAI on Your Website
Installing CrowAI is simple and takes less than 5 minutes. This guide covers installation for various platforms.
Standard HTML Website
For standard HTML websites, copy the script tag from your dashboard and paste it before the closing </head> tag:
<script src="https://cdn.crowai.com/script.js" data-site-id="your-site-id"></script>
WordPress
Install our WordPress plugin from the WordPress plugin directory, or manually add the script to your theme's header.php file.
Shopify
In your Shopify admin, go to Online Store > Themes > Actions > Edit Code. Add the script to theme.liquid before </head>.
React/Next.js
Add the script to your _document.js or layout component's Head section.
Verification
After installation, visit your website and check your CrowAI dashboard. You should see real-time visitor data within a few minutes.