Storable Easy Knowledge Base

Add an Accessibility Icon to Your Website

Storable Easy

You can add tools to your website that help people with disabilities use your site more easily. This helps your business follow ADA (American with Disabilities Act) standards.

  1. Click the Websites drop-down and select Settings.

  2. Find the box labeled Analytics code. Copy the code block below and paste it into that field. Uncomment the areas of the code you want to use.

<script type="text/javascript">
var _userway_config = {
// uncomment the following line to override default position
// position: '3',
// uncomment the following line to override default size (values: small, large)
// size: 'small', 
// uncomment the following line to override default language (e.g., fr, de, es, he, nl, etc.)
// language: null,
// uncomment the following line to override color set via widget
// color: '#0d4de2', 
account: '2VDGirDb3Y'
};
</script>
<script type="text/javascript" src="https://cdn.userway.org/widget.js"></script>
  1. Click Save at the bottom of the page.

  2. An accessibility icon will now appear on your website.

You can change where the icon appears by changing the number next to position in the code. For example, changing 3 to 4 will move the icon to the bottom right of the screen.

Feedback received!

Error submitting feedback, please try again later