Back to Integrations

Joomla Integration

Add the Pulse script via your Joomla template or a custom HTML module.


Method 1: Edit template index.php

Go to Extensions → Templates → Your Template and edit index.php. Add the Pulse script before the closing </head> tag.

templates/your-template/index.php
<?php defined('_JEXEC') or die; ?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>">
<head>
    <jdoc:include type="head" />

    <script
      defer
      data-domain="your-site.com"
      src="https://pulse.ciphera.net/script.js"
    ></script>
</head>
<body>
    <jdoc:include type="component" />
</body>
</html>

Method 2: Custom HTML module

Create a “Custom HTML” module and assign it to the head position of your template. Paste the Pulse script as the content.

For more details, see the Joomla template docs.

Related Integrations: WordPress, Drupal