Skip to content

Instantly share code, notes, and snippets.

@rpastorelle
Created March 6, 2017 22:02
Show Gist options
  • Save rpastorelle/9cdb45edd51f353f650716e0fdf386f1 to your computer and use it in GitHub Desktop.
Save rpastorelle/9cdb45edd51f353f650716e0fdf386f1 to your computer and use it in GitHub Desktop.
window.FUTURI_STATION_KEY = 'kzrc';
window.FUTURI_ENGAGE_BASE_URL = 'https://d1gm7n6w0pishx.cloudfront.net/production-fbd8fd1/';
var head = document.head, script = document.createElement('script');
script.src = FUTURI_ENGAGE_BASE_URL + 'embed.js';
head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment