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

Compare with Current View Page History

« Previous Version 6 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.

  • 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 WebSpellChecker Proofreader for all your Confluence pages.

  • Add next two scrips of WebSpellChecker Proofreader and click Save.

The serviceId is a required option to activate and user Proofreader. You can obtain your activation key by subscribing to Cloud WebSpellChecker Proofreader on our website.


<!-- 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>