0% found this document useful (0 votes)
15 views1 page

Bot

The document contains a JavaScript snippet that initializes Tiledesk settings for a project with a specific ID. It dynamically loads the Tiledesk SDK script into the webpage. The script ensures that the SDK is only loaded once and sets up a queue for any commands until the SDK is ready.

Uploaded by

osyagbatac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Bot

The document contains a JavaScript snippet that initializes Tiledesk settings for a project with a specific ID. It dynamically loads the Tiledesk SDK script into the webpage. The script ensures that the SDK is only loaded once and sets up a queue for any commands until the SDK is ready.

Uploaded by

osyagbatac
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<script type="application/javascript">

window.tiledeskSettings=
{
projectid: "6730ba78c152f300192537d2"
};
(function(d, s, id) {
var w=window; var d=document; var i=function()
{i.c(arguments);};
i.q=[]; i.c=function(args){i.q.push(args);}; w.Tiledesk=i;

var js, fjs=d.getElementsByTagName(s)[0];


if (d.getElementById(id)) return;
js=d.createElement(s);
js.id=id; js.async=true;
js.src="https://widget.tiledesk.com/v5/launch.js";
fjs.parentNode.insertBefore(js, fjs);
}(document,'script','tiledesk-jssdk'));
</script>

You might also like