Back to Integrations

WordPress Integration

You can add Pulse to your WordPress site without installing any heavy plugins, or by using a simple code snippet plugin.


Method 1: Using a Plugin (Easiest)

  1. Install a plugin like "Insert Headers and Footers" (WPCode).
  2. Go to the plugin settings and find the "Scripts in Header" section.
  3. Paste the following code snippet:
Header Script
<script 
  defer 
  data-domain="your-site.com" 
  src="https://pulse.ciphera.net/script.js"
></script>

Method 2: Edit Theme Files (Advanced)

If you are comfortable editing your theme files, you can add the script directly to your header.php file.

  1. Go to Appearance > Theme File Editor.
  2. Select header.php from the right sidebar.
  3. Paste the script tag just before the closing </head> tag.