HelpPage BuildersHow to install Lead Recorder on Elementor
Page Builders

How to install Lead Recorder on Elementor

Install the Lead Recorder tracking snippet on Elementor using Custom Code (Pro), our official plugin, or the free Insert Headers and Footers plugin, no theme editing needed.

Elementor Pro has a Custom Code feature for injecting scripts into the <head> without editing theme files. If you're on the free version, use our official Lead Recorder plugin or the Insert Headers and Footers plugin instead.

Option A: Elementor Pro (Custom Code)

  1. 1Copy your Lead Recorder snippet from the dashboard.
  2. 2In WordPress admin, go to Elementor > Custom Code.
  3. 3Click Add New and give it a name like Lead Recorder.
  4. 4Paste your snippet into the code editor.
  5. 5Set Location to Head.
  6. 6Set Priority to 10.
  7. 7Click Publish.
<script src="https://www.leadrecorder.com/api/script/YOUR_KEY" defer></script>

Option B: Free Elementor (Lead Recorder plugin, recommended)

  1. 1Install the Lead Recorder plugin from Plugins > Add New.
  2. 2Go to Settings > Lead Recorder.
  3. 3Paste your snippet (or just the key) and click Save snippet.

It's a small, open-source plugin purpose-built for this snippet. Get it from the WordPress plugin directory (wordpress.org/plugins/search/lead-recorder) or GitHub: github.com/leadrecorder/lead-recorder.

Option C: Free Elementor (Insert Headers and Footers plugin)

  1. 1Install the Insert Headers and Footers plugin from Plugins > Add New.
  2. 2Go to Settings > Insert Headers and Footers.
  3. 3Paste your snippet in the Scripts in Header field.
  4. 4Click Save.

Verify installation

Visit your site and right-click, then View Page Source. Search for leadrecorder. The dashboard should show the snippet as installed.

Tip: Clear the Elementor cache under Elementor > Tools > Regenerate Files, plus any WordPress caching plugins, after saving.

Was this helpful?Send feedback