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)
- 1Copy your Lead Recorder snippet from the dashboard.
- 2In WordPress admin, go to Elementor > Custom Code.
- 3Click Add New and give it a name like Lead Recorder.
- 4Paste your snippet into the code editor.
- 5Set Location to Head.
- 6Set Priority to 10.
- 7Click Publish.
<script src="https://leadrecorder.com/api/script/YOUR_KEY" defer></script>
Option B: Free Elementor (Insert Headers and Footers plugin)
- 1Install the Insert Headers and Footers plugin from Plugins > Add New.
- 2Go to Settings > Insert Headers and Footers.
- 3Paste your snippet in the Scripts in Header field.
- 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.