You can add multiple keywords for article suggestions in Zendesk Web Widget (Classic) by using labels.
For example, you can specify multiple labels like this:zE.setHelpCenterSuggestions({ labels: ['label1', 'label2'] });
. This feature is available for Guide Professional and higher plans. Remember, labels and search strings are different, so ensure you're using the correct method for your needs.
You can automatically display top articles in the Zendesk Web Widget (Classic) by using either the Contextual Help feature or custom code. The Contextual Help feature suggests articles based on the context of the webpage the visitor is on….
The Contextual Help feature in Zendesk Web Widget (Classic) automatically suggests articles based on the context of the webpage the visitor is on. This feature analyzes the content of the webpage and searches your help center to recommend relevant…
To use custom code for suggesting articles in Zendesk Web Widget (Classic), you can utilize the SetHelpSuggestions API method. This involves adding a specific line of JavaScript code to your Web Widget implementation. For example, to automatically…
Currently, the Zendesk Web Widget (Classic) is limited to showing only three articles when using labeled suggestions. This limitation is not configurable at the moment, and any changes to this feature would be announced on Zendesk's Announcements…