Documentation

Quick Install

Integrate Signalog into your production environment in under a minute. No complex SDKs or heavy dependencies required.

1Get your Site ID

Log in to your Signalog Dashboard and create a new Application. Each application is assigned a unique Site ID used to authenticate signals.

2Embed the script

Copy the snippet below and paste it just before the closing </body> tag of your website.

index.html
<script
  src="https://cdn.signalog.co/widget.js"
  data-site="YOUR_SITE_ID">
</script>

3Verify connection

Refresh your website. You should see the Signalog widget appearing in the bottom corner. In your dashboard, the application status will change to ONLINE.

Installation Guide
Bug Reporting