最近の検索


最近の検索はありません

Igor Anicic's Avatar

Igor Anicic

参加日2021年10月16日

·

前回のアクティビティ2021年10月16日

フォロー中

0

フォロワー

0

合計アクティビティ

3

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Igor Anicic

Igor Anicicさんがコメントを作成しました:

コメントWeb Widget documentation

@... Maybe the zendesk team can explain it why setting cookies is needed, although I can't find any cookie being added/updated once I run this command.
Give it a try in the browser console and see if you can get some results.
I had exact same issue as you did, needed to hide/show the widget within specific routes, and this was the only thing that actually worked for me.

Here's the link where I got this info. 
If you disallow cookies, it will hide the chat. Once you re-enable them, the chat will appear again.
https://developer.zendesk.com/documentation/zendesk-sdks/sdks/web/sdk_api_reference/ 

コメントを表示 · 投稿日時:2021年7月20日 · Igor Anicic

0

フォロワー

2

投票

0

コメント


Igor Anicicさんがコメントを作成しました:

コメントWeb Widget documentation

@... and @... I have the same issue, and I managed to make it show/hide by calling these lines:

show:  window.zE('messenger:set', 'cookies', true);

hide:  window.zE('messenger:set', 'cookies', false);

Hope it helps!

コメントを表示 · 投稿日時:2021年7月20日 · Igor Anicic

0

フォロワー

2

投票

0

コメント