Created
May 12, 2016 12:08
-
-
Save Theminijohn/5323a2a0eee8196bcdf94e505a06c27b to your computer and use it in GitHub Desktop.
AnyGuide Scripts
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.js"></script> | |
<div id="iframe_wrapper"></div> | |
<script language="javascript" type="text/javascript"> | |
(function(){ | |
window.anyroad = new AnyRoad({ | |
container: "#iframe_wrapper", | |
tours: { curated_list: 'join_a_tour' }, | |
iframe_style: { width: '100%', background: 'transparent' }, | |
referrer: { name: 'elenaa' } | |
}); | |
})(); | |
</script> |
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.js"></script> | |
<div id="iframe_wrapper"></div> | |
<script language="javascript" type="text/javascript"> | |
(function(){ | |
window.anyroad = new AnyRoad({ | |
container: "#iframe_wrapper", | |
tours: { curated_list: 'private_tours' }, | |
iframe_style: { width: '100%', background: 'transparent' }, | |
referrer: { name: 'elenaa' } | |
}); | |
})(); | |
</script> |
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.js"></script> | |
<div id="iframe_wrapper"></div> | |
<script language="javascript" type="text/javascript"> | |
(function(){ | |
window.anyroad = new AnyRoad({ | |
container: "#iframe_wrapper", | |
tours: { curated_list: 'guided_services' }, | |
iframe_style: { width: '100%', background: 'transparent' }, | |
referrer: { name: 'elenaa' } | |
}); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment