Búsquedas recientes


No hay búsquedas recientes

lucia digirolamo's Avatar

lucia digirolamo

Incorporación 31 jul 2024

·

Última actividad 19 ago 2024

Seguimientos

0

Seguidores

0

Actividad total

3

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de lucia digirolamo

lucia digirolamo hizo un comentario,

Comentario de la comunidad 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?

Ver comentario · Publicado 19 ago 2024 · lucia digirolamo

0

Seguidores

0

Votos

0

Comentarios


lucia digirolamo creó una publicación,

Publicación 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

 

 

Publicado 31 jul 2024 · lucia digirolamo

0

Seguidores

3

Votos

3

Comentarios