You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

This guide outlines the main steps that you need to follow in order to integrate and configure WebSpellChecker Proofreader with Confluence Server. All the described steps are provided for the Cloud version of WebSpellChecker Proofreader.

0. Obtain Service ID

Sign up for the trial version to get started with WProofreader Cloud. Once you have subscribed, you will receive an email with your service ID, an activation key, required for the WProofreader service activation.

If you already have one, you can skip this step.

1. Add WSC Proofreader Scripts to Confluence Pages

  • Go to Confluence Administration.
  • Scroll down to the Look & Feel section and choose Custom HTML.
  • On the Custom HTML page, click 'Edit'. 
  • Go to HEAD section to add a script to initialize WSC Proofreader for all your Confluence pages.

  • Add next two scrips of WSC Proofreader and click Save.
<!-- WebSpellChecker Proofreader for Confluence Server -->
<script>
   window.WEBSPELLCHECKER_CONFIG = {        
		autoSearch: true,
       enableGrammar: true,
       serviceId: 'your-service-ID'
   };
</script>
<script async src="https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js"></script>

2. WebSpellChecker WSC for Confluence Server in Action

Check this short video to see how WebSpellChecker Proofreader works in a bundle with Confluence.