Monsido Integration

Overview

The integration between Cascade CMS and the Monsido platform   provides users with an efficient and time-saving workflow to address website issues, such as accessibility, broken links, misspellings and more.

Monsido's browser extension for Chrome allows users to work in the Cascade CMS interface but receive visual on-page highlights of errors. This allows Cascade CMS users to efficiently work in a task-oriented manner, and maintain a high-quality website for their visitors.

Monsido extension for Chrome

Note: The Monsido service is separate from Cascade CMS and is not included with the cost of your Cascade CMS subscription.

Set up the page URL

In order for the Monsido integration to locate the page you're previewing in Cascade CMS in your Monsido Inventory, the published URL of the page must be available when previewing the page inside Cascade CMS.

To make the published page URL available:

  1. Create a Velocity Format containing the following code:

    [system-view:internal]
    <script language="javascript">
        window.top.postMessage({
            type: "monsidoExtension",
            fn: "overrideUrl",
            data: ["${currentPage.site.url}/${currentPagePath}.html"]
        },
        "https://cascade.yourdomain.com");
    </script>
    [/system-view:internal]
    
  2. Replace .html with the default extension for your pages (if applicable).
  3. Replace https://cascade.yourdomain.com with the URL to your Cascade CMS environment.
  4. Create a new region within the <head> tags of your Template(s). Example:

    <!-- Page URL for Monsido integration. -->
    <system-region name="PAGE_URL"/>
  5. Attach your Format to this new region in your Template(s).
Note: This will generate the published page URL by appending the current page path to your Site's URL setting. If you aren't seeing the results you expect, verify your site's URL in Site Settings.

Enable the Monsido extension for Chrome

  1. In Chrome, install the Monsido Extension for Chrome  .
  2. Click the Extensions (  ) button in the toolbar.
  3. Click the Monsido extension to activate the Monsido sidebar.
  4. Log in with the email address and password associated with your Monsido account.
Tip: Pin the Monsido extension to your Chrome toolbar to make it easier to open and close the sidebar.

Extension menu in Chrome toolbar

Viewing Monsido data

To view Monsido data for a page, navigate to the page within Cascade CMS and open the Monsido sidebar by clicking the extension in your toolbar in Chrome.

If you're not seeing data for your page in the sidebar, ensure that:

  • Your page has been published.
  • Your page has been scanned by Monsido and appears in your Inventory.
  • The site URL for your site in Cascade CMS is the same as the URL in your Monsido account.
  • The published URL of the page has been made available inside the CMS. (See "Set up the page URL" above.)