Page Builders
How to install Lead Recorder on Shopify
Add the Lead Recorder snippet to Shopify by editing your theme's layout file.
On Shopify, add the snippet to your theme's main layout file (theme.liquid) so it loads on every page.
Step 1: Copy your snippet
<script src="https://leadrecorder.com/api/script/YOUR_KEY" defer></script>
Step 2: Edit your theme
- 1In your Shopify admin, go to Online Store > Themes.
- 2Click the three dots next to your active theme and select Edit Code.
- 3In the left file tree, under Layout, click theme.liquid.
- 4Find the closing </head> tag.
- 5Paste your Lead Recorder snippet on the line just before </head>.
- 6Click Save.
<script src="https://leadrecorder.com/api/script/YOUR_KEY" defer></script> </head>
Step 3: Verify installation
Visit your Shopify store and right-click, then View Page Source. Search for leadrecorder to confirm it's loading.
Note: Before editing theme code, duplicate your theme first. Go to Themes > three dots > Duplicate so you have a backup.