Newer Version Available

This content describes an older version of this product. View Latest

Customize the Online, Offline, and Loading Chat Text

Set the text that’s displayed to your customers in the snap-in when there are agents available, when there aren’t agents available, and when the chat is connecting to an agent.

Online text

embedded_svc.settings.defaultMinimizedText = "..."

To customize the text that appears in the chat button when agents are online, set the parameter to whatever text you want to show. If you don’t specify a value, the default text “Chat with an Expert” is used.

The defaultMinimizedText parameter is available only for version 3.0 and later code snippets. If you’re using an earlier code snippet version, use the onlineText parameter.

Important

Offline text

embedded_svc.settings.disabledMinimizedText = "..."

To customize the text that appears in the chat button when agents are offline, set the parameter to whatever text you want to show. If you don’t specify a value, the default text “Agent Offline” is used.

The disabledMinimizedText parameter is available only for version 3.0 and later code snippets. If you’re using an earlier code snippet version, use the offlineText parameter

Important

Loading text

embedded_svc.settings.onlineLoadingText = "..."

To customize the text that appears in the chat button when the chat window is loading, set the parameter to whatever text you want to show. If you don't specify a value, the default text "Loading" is used.