Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited procedure in section 2. Adjusted text color.

...

2. Add WProofreader Scripts to Confluence Pages

...

1. Navigate to Confluence

...

administration page.

2. Scroll down to the Look & Feel section and choose Custom HTML.

3. On the Custom HTML page, click

...

Edit

...

...

4. Navigate to HEAD section

...

.

Image Added

5. Add the scripts initializing WProofreader for all your Confluence pages

...

Image Removed

...

as shown in the sample below into the HEAD section:

Code Block
languagejs
themeEmacs
<!-- WProofreader for Confluence Server -->
<script>
	window.WEBSPELLCHECKER_CONFIG = {        
		autoSearch: true,
		serviceId: 'your-service-ID'
   };
</script>
<script async src="https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js"></script>

6. Click Save to apply the changes. WProofreader is initialized for all Confluence pages now. 

3. WProofreader for Confluence Server in Action

...