「Widget:CrispChat」の版間の差分

提供: ヘイグ - 総合ゲーム・エンタメ情報&交流サイト
ナビゲーションに移動 検索に移動
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 手動差し戻し
 
1行目: 1行目:
<includeonly>
<includeonly>
<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");
    d=document;
  s.src = "https://client.crisp.chat/l.js";
    s=d.createElement("script");
  s.async = 1;
    s.src="https://client.crisp.chat/l.js";
  d.getElementsByTagName("head")[0].appendChild(s);
    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>

2025年7月14日 (月) 21:44時点における最新版