Skip to content

Instantly share code, notes, and snippets.

@taf2
Created October 4, 2017 13:07
Show Gist options
  • Save taf2/b1e9954045f3f751ffd51bbacb2ac90e to your computer and use it in GitHub Desktop.
Save taf2/b1e9954045f3f751ffd51bbacb2ac90e to your computer and use it in GitHub Desktop.
<style>
h1, a, p {
color:#fff;
margin-top:0;
padding-top:0;
}
</style>
<div style="padding:20px;background:orange">
<h1>Call Us Today!
0537395426</h1>
<p>TEL11 : <a href="tel:(0537395426)">0537395426</a></p>
<script type="text/javascript" src="//static.parastorage.com/services/js-sdk/1.83.0/js/wix.min.js"></script>
<script src="//static.parastorage.com/services/third-party/react/15.3.1/react-with-addons.min.js"></script>
<script src="//static.parastorage.com/services/third-party/react/15.3.1/react-dom.min.js"></script>
<script src="//static.parastorage.com/services/third-party/jquery/3.1.1/dist/jquery.min.js"></script>
<script src="//static.parastorage.com/services/third-party/lodash/4.17.2/lodash.js"></script>
<script src="//static.parastorage.com/services/js-sdk/1.81.0/js/wix.min.js"></script>
<script src="//static.parastorage.com/services/editor-ui-lib/1.26.0/lib/editor-ui-lib.min.js"></script>
<script>
// this will run as our code is loaded and available allowing you to customize how the script runs
// we use the f.js version of the tracking code which does not automatically run allowing us to control the
// script execution.
window.__ctm_loaded = window.__ctm_loaded || []
window.__ctm_loaded.push(function(){
Wix.getSiteInfo(function(siteInfo) {
console.log(siteInfo, "location:", siteInfo.url, " referrer:", siteInfo.referer);
__ctm.main.init(siteInfo.url, siteInfo.referer, document.cookie.toString());
});
});
</script>
<script async src="//122810.tctm.co/f.js"></script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment