最近搜索
没有最近搜索

lucia digirolamo
已加入2024年7月31日
·
最后活动2024年8月19日
关注
0
关注者
0
活动总数
3
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 lucia digirolamo
lucia digirolamo 进行了评论,
“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 创建了一个帖子,
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
评论