Skip to main content

Webflow

How to add the Call Loop script to your Webflow site

Updated over 2 weeks ago


With Call Loop, you can track your sale conversions on your Wbeflow site, enabling you to measure the effectiveness of your SMS marketing campaigns.

You can add the Call Loop script to your Webflow website same way you would add Google Analytics script or any other JavaScript code.

Step 1: Get Your Call Loop JavaScript Snippet

  1. Log in to your Call Loop account.

  2. Go to Settings > Conversions and click Tracking Code

  3. Copy the JavaScript snippet provided by Call Loop

<!-- Start of Call Loop Embed Code -->
<script async type="text/javascript" src='https://app.callloop.com/conversion.js'></script>
<!-- End of Call Loop Embed Code -->

Step 2: Add Your Script to Your Webflow Site

  1. Log in to your Webflow account.

  2. Select the project where you want Call Loop to run.

  3. In the top navigation, click Settings.

Step 3: Add the Code to Your Webflow Site

  1. Go to the Custom Code tab inside your project settings.

  2. Scroll to the Footer Code section.

  3. Paste your Call Loop JavaScript snippet into the text box.

  4. Click Save Changes.

Step 4: Publish Your Site

  1. Once saved, click Publish to push changes live.

  2. Open your published site and test the integration by triggering the action you connected (e.g., form submission, popup, etc.).


FAQ

Q: Can I add Call Loop to just one page in Webflow instead of the whole site?

Yes. Instead of adding it in the project settings, go to the specific page, open Page Settings, and paste the snippet in the Custom Code section there.

Q: Will this slow down my site?

Since the snippet loads asynchronously, it shouldn’t impact site performance at all.

Q: Do I need coding skills to do this?

Not at all — just copy and paste the code in the right spot. Webflow handles the rest.

Did this answer your question?