「Widget:CrispChat」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし タグ: 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
| 1行目: | 1行目: | ||
<includeonly> | <includeonly> | ||
<div style=" | <div id="crisp-chat-link" style="cursor:pointer; color:blue; text-decoration:underline;"> | ||
お問い合わせはこちら | |||
</div> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
window.$crisp=[]; | window.$crisp = window.$crisp || []; | ||
window.CRISP_WEBSITE_ID="3adf9236-8e37-47d3-b1c1-85b0281e092d"; | window.CRISP_WEBSITE_ID = "3adf9236-8e37-47d3-b1c1-85b0281e092d"; | ||
(function(){ | (function(){ | ||
var d = document, s = d.createElement("script"); | |||
s.src = "https://client.crisp.chat/l.js"; | |||
s.async = 1; | |||
d.getElementsByTagName("head")[0].appendChild(s); | |||
})(); | })(); | ||
// チャットを非表示にしておく | |||
window.$crisp.push(["do", "chat:hide"]); | |||
document.addEventListener("DOMContentLoaded", function() { | |||
var el = document.getElementById("crisp-chat-link"); | |||
if (el) { | |||
el.addEventListener("click", function() { | |||
$crisp.push(["do", "chat:open"]); | |||
}); | |||
} | |||
}); | |||
</script> | </script> | ||
</includeonly> | </includeonly> | ||