I want to put this code
- Code: Select all
<script type="text/javascript">
var vglnk = { api_url: '//api.viglink.com/api',
key: '26c352a29d86f810b20b85cd80b6ef85' };
(function(d, t) {
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
s.src = ('https:' == document.location.protocol ? vglnk.api_url :
'//cdn.viglink.com/api') + '/vglnk.js';
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>
in my site. They say in documendary this
How to Install
This code should be inserted at the very end of your pages, just before the </body> tag.
The code needs to be present on every page where you'd like VigLink to work. The best way to install this code everywhere is to add it to your site's template.
But i dont know what i must to do. Can you help me please.
Thanks