Skip to content

Ghost

Finding your Site ID

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

  1. In your Ghost admin panel, go to Settings → Code injection.
  2. 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>
  1. Click Save.
  2. 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.

Open source under MIT License.