Home > Integrations > Integrate Localizer with your Webflow platform

Integrate Localizer with your Webflow platform

If you use Webflow to host your online store or business, you can quickly and easily integrate this with Localizer by following the steps below. For this integration, Webflow has provided us with a customized Javascript code to streamline the process.

 

1Copy the Webflow customized Javascript code below or by clicking here.

  <!-- Localizer Integration Code w/ Webflow Editor Compatibility -->
  <script>
  var Webflow = Webflow || [];
  Webflow.push(function() {
  if (!window.WebflowEditor) {
  $.ajax({ type: 'GET', url: '//secure.localizer.co/Replacer/?siteId=000000000', dataType: 'script', cache: true });
  }
  });
  </script>

 

 

2Log into your Webflow account and navigate to your "Site Settings".

 

3In Site Settings, click on the "Custom Code" tab.

 

4Look for the text box under the "Head Code" heading and then paste in the Webflow Javascript code that you copied earlier. Then click "Save Changes" to complete the integration!