Webflow
Finding your Site ID
Log in at dash.botfighter.dev → your Site ID is shown at the top of the dashboard.
- In the Webflow Designer, open Project Settings (gear icon in the top-left).
- Go to the Custom Code tab.
- Paste the snippet into the Footer Code field:
html
<script
src="https://botfighter.dev/botfighter.js"
data-site="YOUR-SITE-ID"
data-api="https://api.botfighter.dev"
data-honeypot="true"
defer>
</script>- Click Save Changes.
- Click Publish to push changes to your live site.
- Visit your site and check your dashboard for the first signal.
TIP
Custom Code → Footer Code runs on every page. You do not need to add it per-page or per-template.
Need help? Open an issue on GitHub or check the dashboard for your live signal feed.