HelpPage BuildersHow to install Lead Recorder on Framer
Page Builders

How to install Lead Recorder on Framer

Install the Lead Recorder snippet on Framer using our official plugin, or manually through Site Settings custom code.

The easiest way to add Lead Recorder to Framer is our own plugin: paste your snippet, click Install, and it writes the code into your site's <head> for you. If you'd rather not add a plugin, Framer's built-in Custom Code panel works too.

Step 1: Copy your snippet

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

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

Option A: The Lead Recorder plugin (recommended)

  1. 1In Framer, open the Plugins panel and search for Lead Recorder, then click Install.
  2. 2Launch the plugin from the Plugins panel.
  3. 3Paste your snippet (or just the key) into the field.
  4. 4Click Install snippet.
  5. 5Publish your site.

The plugin installs the snippet through Framer's own Custom Code API, no Embed element needed. It's listed on the Framer Marketplace: framer.com/community/marketplace/plugins/lead-recorder.

Option B: Add custom code manually

  1. 1Open your project in Framer.
  2. 2Click the gear icon to open Site Settings.
  3. 3Go to the General tab and scroll down to Custom Code.
  4. 4Paste your snippet into the Start of <head> tag field.
  5. 5Click Save.
  6. 6Publish your site.

Verify installation

Visit your published Framer site and view the page source to confirm the snippet is there. The dashboard should show it as installed.

Tip: Custom code only appears on your published site, not in the Framer editor preview. Always verify on the live URL.

Was this helpful?Send feedback