HelpPage BuildersHow to install Lead Recorder on WordPress
Page Builders

How to install Lead Recorder on WordPress

Install the Lead Recorder snippet on any WordPress site using a header/footer plugin, without editing theme files.

The quickest way to add Lead Recorder to WordPress is with the free Insert Headers and Footers plugin. It lets you paste code into your site's <head> without touching theme files.

Step 1: Copy your snippet

Log in to your Lead Recorder dashboard, select your site, and copy your tracking snippet.

<script src="https://leadrecorder.com/api/script/YOUR_KEY" defer></script>

Step 2: Install the plugin

  1. 1In your WordPress admin, go to Plugins > Add New.
  2. 2Search for Insert Headers and Footers by WPBeginner.
  3. 3Install and activate it.

Step 3: Paste the snippet

  1. 1Go to Settings > Insert Headers and Footers.
  2. 2Paste your Lead Recorder snippet into the Scripts in Header field.
  3. 3Click Save.

Step 4: Verify installation

Visit your website, then open your Lead Recorder dashboard. The snippet indicator should go green within a few minutes. You can also right-click your site, select View Page Source, and search for leadrecorder to confirm the script tag is there.

Tip: If you use a caching plugin like WP Super Cache or W3 Total Cache, clear the cache after installing so the snippet goes live immediately.

Was this helpful?Send feedback