Ghost
Finding your Site ID
Log in at dash.botfighter.dev → your Site ID is shown at the top of the dashboard.
- In your Ghost admin panel, go to Settings → Code injection.
- Paste the snippet into the Site Footer 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.
- Visit your site and check your dashboard — signals appear within seconds.
TIP
Ghost's Site Footer injection applies to every page, including posts, pages, and the home feed — no per-template editing needed.
Need help? Open an issue on GitHub or check the dashboard for your live signal feed.