최근 검색


최근 검색 없음

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

댓글