Created
August 22, 2016 07:45
-
-
Save bowd/242538bd16d53a80f2caca21b89aad07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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