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

Compare with Current View Page History

« Previous Version 19 Next »

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

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 WProofreader 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 WProofreader for all your Confluence pages.

  • Add next two scrips of WProofreader and click Save.
<!-- WProofreader 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. WProofreader for Confluence Server in Action

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