You are here

README.txt in Siteimprove 7

# Siteimprove Plugin

## Introduction

The Siteimprove plugin bridges the gap between Drupal and the Siteimprove
Intelligence Platform. You are now able to put your Siteimprove results to use
where they are most valuable – during your content creationand editing
process. With analytics and content insights always at hand, contributors
can test, fix, and optimize their work continuously. Once the detected issues
have been assessed, you can directly re-recheck the relevant page and see if
further actions are needed. Delivering a superior digital experience has never
been more efficient and convenient.

## Installation and configuration

Siteimprove Plugin can be installed like any other Drupal module.
Place it in the modules directory for your site and enable it
on the `admin/modules` page.

Visit the Siteimprove Plugin settings page and regenerate auth token
if you need it.

If you are using a separate edit or backend domain, can you configure your
frontend domain in the settings page, and Siteimprove will always use this
in the overlay.

## Developer

If you want to rewrite the frontend domain in custom code, then implement
hook_siteimprove_frontend_url_alter(&$rewritten_url, $original_url).

## Frequently Asked Questions

Who can use this plugin?
The plugin requires a Siteimprove subscription to be used.
Signup for a [FreeTrial](https://siteimprove.com/account/create “Free trial”)
to test it out.

Where can I see the overlay?
The overlay is visible when editing a page.

I don't see the overlay, whats wrong?
Did you remember to turn off your adblocker? Some adblockers does not like
our iframe overlay.

File

README.txt
View source
  1. # Siteimprove Plugin
  2. ## Introduction
  3. The Siteimprove plugin bridges the gap between Drupal and the Siteimprove
  4. Intelligence Platform. You are now able to put your Siteimprove results to use
  5. where they are most valuable – during your content creationand editing
  6. process. With analytics and content insights always at hand, contributors
  7. can test, fix, and optimize their work continuously. Once the detected issues
  8. have been assessed, you can directly re-recheck the relevant page and see if
  9. further actions are needed. Delivering a superior digital experience has never
  10. been more efficient and convenient.
  11. ## Installation and configuration
  12. Siteimprove Plugin can be installed like any other Drupal module.
  13. Place it in the modules directory for your site and enable it
  14. on the `admin/modules` page.
  15. Visit the Siteimprove Plugin settings page and regenerate auth token
  16. if you need it.
  17. If you are using a separate edit or backend domain, can you configure your
  18. frontend domain in the settings page, and Siteimprove will always use this
  19. in the overlay.
  20. ## Developer
  21. If you want to rewrite the frontend domain in custom code, then implement
  22. hook_siteimprove_frontend_url_alter(&$rewritten_url, $original_url).
  23. ## Frequently Asked Questions
  24. Who can use this plugin?
  25. The plugin requires a Siteimprove subscription to be used.
  26. Signup for a [FreeTrial](https://siteimprove.com/account/create “Free trial”)
  27. to test it out.
  28. Where can I see the overlay?
  29. The overlay is visible when editing a page.
  30. I don't see the overlay, whats wrong?
  31. Did you remember to turn off your adblocker? Some adblockers does not like
  32. our iframe overlay.