Skip to content

Instantly share code, notes, and snippets.

@stoefln
Last active September 1, 2016 12:34
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 stoefln/da5c6e45d3eb6769790f9a9b7e6656d4 to your computer and use it in GitHub Desktop.
Save stoefln/da5c6e45d3eb6769790f9a9b7e6656d4 to your computer and use it in GitHub Desktop.
<script type="text/javascript" id="seesmart-embedder-axszsdfas-s813e9-3737-d5a159268ae6" class="seesmart-embedder-axszsdfas-s813e9-3737-d5a159268ae6">
(function() {
function async_load(){
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
__seesmart = {
button_selector: '###button_selector###'
};
s.src = 'https://www.seesmart.at/v1/seesmart-tracking-min.js';
var embedder = document.getElementById('seesmart-embedder-axszsdfas-s813e9-3737-d5a159268ae6');
embedder.parentNode.insertBefore(s, embedder);
}
if (window.attachEvent)
window.attachEvent('onload', async_load);
else
window.addEventListener('load', async_load, false);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment