최근 검색


최근 검색 없음

lucia digirolamo's Avatar

lucia digirolamo

가입한 날짜: 2024년 7월 31일

·

마지막 활동: 2024년 8월 19일

팔로잉

0

팔로워

0

총 활동 수

3

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 lucia digirolamo

lucia digirolamo님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Chat and Messaging (Chat)

“To include alternative text or customize the button in any way, you would need to integrate it into your custom implementation”

 

It means that  I cannot use the text provided by the zendesk interface,  so I cannot use that field,  I have to write my text directly on my  website, have I understood it correctly?

댓글 보기 · 2024년 8월 19일에 게시됨 · lucia digirolamo

0

팔로워

0

투표 수

0

댓글


lucia digirolamo님이 에 게시물을 만듦

게시물 Feedback - Chat and Messaging (Chat)

When I create a new web widget via the messaging and social menu, I can also add an alternative text in the style > launcher section. 

 

However, this message disappears from my website if I use a custom launcher instead of a default one. 

 

I create my custom launcher using the provided API (https://developer.zendesk.com/api-reference/widget-messaging/web/core/#open) but I don't see in the documentation any way to add the alternative message to the custom launcher. 

 

Currently, on my  webpage, I have only the snippet to include the widget plus the javascript required to open the chat on the click: 

 

const conversationBadge = document.querySelector('#conversation-badge');

         // on page load always close widget
        zE('messenger', 'close');

        conversationBadge.onclick = () => {
          // open widget
          zE('messenger', 'open');
        }

 

 

what do I have to add to have the alternative text displayed as well ? 

Thanks

 

 

2024년 7월 31일에 게시됨 · lucia digirolamo

0

팔로워

3

투표 수

3

댓글