HelpPage BuildersHow to install Lead Recorder on Elementor
Page Builders

How to install Lead Recorder on Elementor

Add the Lead Recorder snippet to an Elementor site without editing theme files.

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 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://leadrecorder.com/api/script/YOUR_KEY" defer></script>

Option B: 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