Skip to content

Webflow

Finding your Site ID

Log in at dash.botfighter.dev → your Site ID is shown at the top of the dashboard.

  1. In the Webflow Designer, open Project Settings (gear icon in the top-left).
  2. Go to the Custom Code tab.
  3. 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>
  1. Click Save Changes.
  2. Click Publish to push changes to your live site.
  3. 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.

Open source under MIT License.