Back to Integrations

Discourse Integration

Add Pulse to your Discourse forum via admin customization.


Add the Pulse Script via Theme Customization

Go to Admin → Customize → Themes → Edit CSS/HTML and add the Pulse script in the </head> section.

Discourse → Theme → </head>
<script
  defer
  data-domain="your-site.com"
  src="https://pulse.ciphera.net/script.js"
></script>

For more details, see the Discourse themes guide.