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)
- Install a plugin like "Insert Headers and Footers" (WPCode).
- Go to the plugin settings and find the "Scripts in Header" section.
- 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.
- Go to Appearance > Theme File Editor.
- Select
header.phpfrom the right sidebar. - Paste the script tag just before the closing
</head>tag.