Skip to content

Instantly share code, notes, and snippets.

@danro
Created May 18, 2016 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danro/2d80bcc24069e1be01d38029f27b5e99 to your computer and use it in GitHub Desktop.
Save danro/2d80bcc24069e1be01d38029f27b5e99 to your computer and use it in GitHub Desktop.
Localizer.co script w/ Webflow Editor Compatibility
<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment