<!-- Begin SocialInviter Code -->
function bootSocialInviter(l, c) {
var d = document, k = 'https://api.socialinviter.com/', t = 'script', h = 'head',
o.src = k + 'taf.js?license='+ l;
const head = document.getElementsByTagName(h)[0], link = document.createElement("link");
if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); }
link.rel = "stylesheet", link.type = "text/css", link.href = k + "taf.css", head.appendChild(link);
bootSocialInviter('<your license key here>', function () {
<!-- End SocialInviter Code -->