Skip to content

Instantly share code, notes, and snippets.

@bowd
Created August 22, 2016 07:45
Show Gist options
  • Save bowd/242538bd16d53a80f2caca21b89aad07 to your computer and use it in GitHub Desktop.
Save bowd/242538bd16d53a80f2caca21b89aad07 to your computer and use it in GitHub Desktop.
<script src="https://www.anyguide.com/assets/integration-v1.1.js" async></script>
<div id="iframe_wrapper"></div>
<script language="javascript" type="text/javascript">
window.__anyroadAsyncInit = function() {
window.anyroad = new AnyRoad({
container: '#iframe_wrapper',
tours: { guide: 'tour_guide_slug' },
iframe_style: { width: '100%', background: 'transparent' },
referrer: { name: 'tour_guide_slug', token: 'tour_guide_token' }
});
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment