Beschrijving
The internet is a wonderful place but not all websites are accessible to everyone. This plugin aims to help WordPress website owners test, check, and QA their websites for improvements on making them accessible.
What does it do?
This plugin adds tota11y®, an accessibility visualization toolkit, to the frontend of your website for site admins so you can easily see it marked up with annotations on where your site fails and succeeds in addressing accessibility.
What is Tested?
Headings
Highlights headings (<h1>
, <h2>
, etc.) and order violations
Contrast
Labels elements with insufficient Contrast
Link Text
Identifies links that may be confusing when read by a screen reader
Labels
Identifies inputs with missing labels
Image alt-text
Annotates images without alt text
Landmarks
Labels all ARIA landmarks
Screen Reader Wand (Experimental)
Hover over elements to view them as a screen reader would
Schermafdrukken
Installatie
There are three (3) ways to install my plugin: automatically, upload, or manually.
Install Method 1: Automatic Installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser.
- Log in to your WordPress dashboard.
- Navigate to Plugins > Add New.
- Where it says “Keyword” in a dropdown, change it to “Author”
- In the search form, type
TessaWatkinsLLC
(results may begin populating as you type but my plugins will only show when the full name is there) - Once you’ve found my plugin in the search results that appear, click the Install Now button and wait for the installation process to complete.
- Once the installation process is completed, click the Activate button to activate it.
Install Method 2: Upload via WordPress Admin
This method involves is a little more involved. You don’t need to leave your web browser, but you’ll need to download and then upload the files yourself.
- Download my plugin from WordPress.org; it will be in the form of a zip file.
- Log in to your WordPress dashboard.
- Navigate to Plugins > Add New.
- Click the Upload Plugin button at the top of the screen.
- Select the zip file from your local file system that was downloaded in step 1.
- Click the Install Now button and wait for the installation process to complete.
- Once the installation process is completed, click the Activate button to activate it.
Install Method 3: Manual Installation
This method is the most involved as it requires you to be familiar with the process of transferring files using an SFTP client.
- Download my plugin from WordPress.org; it will be in the form of a zip file.
- Unzip the contents; you should have a single folder named
aurise-accessibility-checker
. - Connect to your WordPress server with your favorite SFTP client.
- Copy the folder from step 2 to the
/wp-content/plugins/
folder in your WordPress directory. Once the folder and all of its files are there, installation is complete. - Now log in to your WordPress dashboard.
- Navigate to Plugins > Installed Plugins. You should now see my plugin in your list.
- Click the Activate button under my plugin to activate it.
FAQ
-
How do I use it?
-
Simply install/activate the plugin and view the frontend of your WordPress website! The widget will appear as a small, black block with a pair of white sunglasses fixed to the bottom-left of your browser. Click on the widget to open its menu for the different types of tools you can use.
-
Who can see the testing widget?
-
By default, the widget will only appear for WordPress administrators, so your site’s viewers will not see the widget.
-
How does it work?
-
This plugin uses an accessibility visualization toolkit called tota11y.
-
Can I turn it off if I don’t have access to the plugin page?
-
Yes! You can turn it on or off from the settings screen under Settings > Accessibility Checker. It is the first setting labled Enabled
-
How can I enable this for my editors?
-
On the settings screen under Settings > Accessibility Checker, you can edit the text field for Allowed User Roles to be something like
administrator,editor
to allow users with the editor role to see the widget when it’s enabled. This also works for custom user roles too. The default value is set toadministrator
and is inclusive of super admins for multisite installations. -
How can I make it so it’s only enabled if `WP_DEBUG` is set to true?
-
On the settings screen under Settings > Accessibility Checker, simply toggle the setting for Debug Mode to on and save your settings.
-
Can I set these settings using constant variables in my wp-config.php?
-
Yes! Whether you want to force all websites in a multisite installation to use the same settings or easily push settings from one installation to another, you can do so with these constant variables.
define('AURISE_ACCESSIBILITY_CHECKER_ENABLED', true); // Display the widget for allowed roles define('AURISE_ACCESSIBILITY_CHECKER_ALLOWED_ROLES', 'administrator'); // Comma-separated list of user roles allowed to see the widget define('AURISE_ACCESSIBILITY_CHECKER_DEBUG_MODE', true); // If true, only show the widget to the allowed user roles when WP_DEBUG is also set to true
-
Is this the official tota11y WordPress plugin?
-
No, this WordPress plugin is not a product of tota11y or its creators, the Khan Academy. It was developed by an independent and disabled web developer that wants to bring more accessibility to the digital space.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“AuRise Accessibility Checker” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “AuRise Accessibility Checker” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.2
Release Date: August 31, 2024
- Marked compatible with WordPress core 6.6.
- Updated tota11y’s broken link to one that isn’t broken.
1.0.1
Release Date: April 20, 2024
- Update: Utilized the new feature to defer load the script in the footer.
- Marked compatible with WordPress core 6.5.
1.0.0
Release Date: February 15, 2023
- First release to the official WordPress plugin repository!