This guide outlines the main steps that you need to follow in order to integrate and configure the WebSpellChecker (WSC) Dialog plugin for CKEditor 4. All the described steps are provided for the Cloud version of WSC.

Good to know:

  • WSC Dialog is an integrated spell and grammar checking solution in CKEditor 4. By default the WSC plugin for CKEditor is pointed to the Free WebSpellChecker Cloud Services. The free version with the banner ad and limited functionality is available for free for all CKEditor customers. 
  • The paid services allows the customers to get rid of the banner ad, lift the usage limitations and get the extra functionality and languages. 
  • To get started with the trial or paid version of WSC plugin for CKEditor 4, it is required to subscribe to the Cloud WebSpellChecker services. On the subscription, you will receive an email with your encrypted customer ID, an activation key, that is required for the WSC service activation.

1. Initialize CKEditor 4

Before integrating and configuring the WSC plugin, CKEditor should be properly configured in your web application. If you haven't done it yet, please refer to Example CKEditor Setups on the CKEditor documentation pages. 

2. Configure WSC Dialog Plugin

The next step is to define necessary WSC Dialog parameters and options in the CKEditor config.js file.

CKEDITOR.config.wsc_customerId = 'encrypted-customer-ID';
config.wsc_lang = 'de_DE';
config.wsc_height = 800;
config.wsc_width = 800;



Check a demo page with WSC plugin for CKEditor on our website.



Still Have a Question?

Please feel free to reach us at [email protected] if you are having any difficulties with configuration.



Can be also useful: