-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscopely.html
44 lines (35 loc) · 1.46 KB
/
scopely.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<script>
(function () {
var PLATFORM_ID = "ashbys_platform_20210525002032362-e6b600a154a87ab",
DOMAIN = "ashbys",
APP_ID = "52",
PLAYER_NAME ="Jim Ashby",
WIDGET_TYPE ="helpcenter_and_webchat";
window.helpshiftWidgetConfig = {
platformId: PLATFORM_ID,
domain: DOMAIN,
appId: APP_ID,
widgetType: WIDGET_TYPE,
userName: PLAYER_NAME,
userEmail: PLAYER_EMAIL,
language: "En"
};
/* Widget Options Start */
helpshiftWidgetConfig.widgetOptions = {
// All widget specific options go here.
showLauncher: true
};
}) ();
!function(t,e,n){if("function"!=typeof window.HelpshiftWidget){var i=function(){i.q.push(arguments)};i.q=[],window.HelpshiftWidget=i;var a,o=t.getElementsByTagName("script")[0];if(!t.getElementById(e)){(a=t.createElement("script")).async=!0,a.id=e,a.src="https://hs-widget.helpshift.com/init.js";var f=function(){window.HelpshiftWidget("init")};window.attachEvent?(a.attachEvent("onload",f),"function"==typeof n&&a.attachEvent("onerror",n)):(a.addEventListener("load",f,!1),"function"==typeof n&&a.addEventListener("error",n)),o.parentNode.insertBefore(a,o)}}else window.HelpshiftWidget("update")}(document,"hs-widget");
HelpshiftWidget("open");
</script>
</body>
</html>