Website accessibility widget for improving WCAG 2.0, 2.1, 2.2 and ADA, EAA compliance!
Project description
All in One Accessibility® - Misago Accessibility Plugin
Free WCAG, ADA, EAA accessibility plugin for Misago forum websites!
This Free Misago accessibility plugin - adds an accessible experience for users with visual, auditory, motor, or cognitive disabilities. It supports assistive technologies, offers customizable updates, and enhances overall usability according to WCAG 2.1, 2.2, ADA, EAA, Section 508, France RGAA, California Unruh, European EAA EN 301 549, UK Equality Act, Spain UNE 139803:2012, Australian DDA, Israeli Standard 5568, Ontario AODA, Canada ACA, German BITV, Brazilian Inclusion Law (LBI 13.146/2015), JIS X 8341 (Japan), Italian Stanca Act, Indian RPwD Act, Switzerland DDA and other accessibility standards.
This free accessibility widget quickly adds essential accessibility features through a lightweight, easy to install solution that supports inclusive browsing and compliance efforts.
Core Features - What you get with free accessibility Misago widget?
- Auto-detect language
- Supports 190+ multi-languages.
- Skip to Navigation / Content / Footer
- Content Adjustment Options
- Visual & Color Adjustments
- Dynamic free Misago accessibility module customization including colors, size, icon, and position
- Reading mask
- Accessibility statement
Explore the free accessibility widget features guide.
This free accessibility Misago plugin is a great fit for:
- Businesses, developers, agencies, content teams, ecommerce brands, educational institutions, and public-facing organizations using Misago who want to improve WCAG accessibility, usability, and user experience quickly without complex development.
Why select free Misago WCAG accessibility module - All in One Accessibility?
- Supports alignment with global accessibility standards
- Improves usability for users with visual, cognitive, and motor impairments.
- Integrates smoothly with most Misago forum setups.
- Supports 190 plus multi languages and multisite for global accessibility reach.
- Available at no cost for core accessibility features.
Version Compatibility
| Requirement | Supported Versions |
|---|---|
| Python | 3.9, 3.10, 3.11, 3.12, 3.13, 3.14 |
| Django | 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0 |
| Plugin Version | 2.0.0 |
Note: Django 6.0 requires Python 3.12 or higher. If you are on Python 3.9–3.11, use Django 4.x or 5.x.
SECURITY & PRIVACY NOTES
- This Free Accessibility Misago module follows several data and application security practices, including ISO 9001:2015 & ISO 27001:2013, GDPR, CCPA, COPPA, HIPAA, and SOC 2 Type II.
- Skynet Technologies USA LLC is an organizational member of IAAP and of W3C.
- No personal data is intentionally stored by the module itself. Site owners are responsible for reviewing their own compliance requirements.
LIMITATIONS
- Some advanced features require a commercial subscription.
For more details, visit Misago accessibility plugin.
FAQS
Is this AI accessibility extension compatible with Misago multisite?
Yes.
Does this free Misago accessibility plugin support multilingual Misago sites?
Yes. It supports 190+ languages.
How can I upgrade from free to Paid Misago accessibility widget for upgrading accessibility features?
Upgrade to Paid subscription with 90 plus advanced features and take website's accessibility to the next level. Checkout the steps for upgrading free to paid Misago accessibility widget.
What additional features are available in the paid version of Misago WCAG ADA EAA plugin?
The paid version of Misago accessibility widget includes following features like screen reader, voice navigation, talk & type, virtual keyboard, accessibility profiles tailored for different users with disabilities group, Libras (Brazilian sign language), dictionary search, multi-language support (190+ languages), and many more. Pricing starts from $25 / month. Explore more information about accessibility widget and buy now.
Supported Languages (190+ Languages)
English (USA), English (UK), English (Australian), English (Canadian), English (South Africa), Español, Español (Mexicano), Deutsch, عربى, Português, Português (Brazil), 日本語, Français, Italiano, Polski, Pусский, 中文, 中文 (Traditional), עִברִית, Magyar, Slovenčina, Suomenkieli, Türkçe, Ελληνικά, Latinus, Български, Català, Čeština, Dansk, Nederlands, हिंदी, Bahasa Indonesia, 한국인, Lietuvių, Bahasa Melayu, Norsk, Română, Slovenščina, Svenska, แบบไทย, Українська, Việt Nam, বাঙালি, සිංහල, አማርኛ, Hmoob, မြန်မာ, Eesti keel, latviešu, Cрпски, Hrvatski, ქართული, ʻŌlelo Hawaiʻi, Cymraeg, Cebuano, Samoa, Kreyòl ayisyen, Føroyskt, Crnogorski, Azerbaijani, Euskara, Tagalog, Galego, Norsk Bokmål, فارسی, ਪੰਜਾਬੀ, shqiptare, Hայերեն, অসমীয়া, Aymara, Bamanankan, беларускі, bosanski, Corsu, ދިވެހި, Esperanto, Eʋegbe, Frisian, guarani, ગુજરાતી, Hausa, íslenskur, Igbo, Gaeilge, basa jawa, ಕನ್ನಡ, қазақ, ខ្មែរ, Kinyarwanda, Kurdî, Кыргызча, ພາສາລາວ, Lingala, Luganda, lëtzebuergesch, македонски, Malagasy, മലയാളം, Malti, Maori, मराठी, Монгол, नेपाली, Sea, ଓଡିଆ, Afaan Oromoo, پښتو, Runasimi, संस्कृत, Gàidhlig na h-Alba, Sesotho, Shona, سنڌي, Soomaali, basa Sunda, kiswahili, тоҷикӣ, தமிழ், Татар, తెలుగు, ትግሪኛ, Tsonga, Türkmenler, Ride, اردو, ئۇيغۇر, o'zbek, isiXhosa, יידיש, Yoruba, Zulu, भोजपुरी, डोगरी, कोंकणी, Kurdî, Krio, मैथिली, Meiteilon, Mizo tawng, Sepedi, Ilocano, دری
Installation Steps
Step 1 — Install via pip
pip install misago-all-in-one-accessibility
Step 2 — Add to INSTALLED_APPS in settings.py
INSTALLED_APPS = [
# ... existing apps ...
"misago_all_in_one_accessibility",
]
Step 3 — Add the context processor in settings.py
Find the TEMPLATES setting and add to context_processors:
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [...],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [
# ... existing processors ...
"misago_all_in_one_accessibility.context_processors.aioa_accessibility",
],
},
},
]
Step 4 — Add the widget script tag to your Misago base template
Open your Misago theme's base template. This is typically one of:
templates/misago/base.html(default Misago theme)- Your custom theme's
base.htmloverride
Add this one line just before </body>:
<script id="aioa-adawidget" src="{{ AIOA_URL }}"></script>
</body>
</html>
Step 5 — Run migrations and collect static files
python manage.py migrate
python manage.py collectstatic --noinput
Step 6 — Restart the server
python manage.py runserver
Step 7 — Configure in Misago Admin
Visit your Misago admin panel and click Accessibility in the sidebar:
http://your-site.com/admincp/aioa-accessibility/
Configure widget color, position, icon type, and size, then click Save Settings. Settings are automatically synced to Skynet's platform — the widget picks them up instantly.
Step 8 — Verify on the frontend
Open your forum homepage. The floating accessibility widget should appear in the corner you configured (default: bottom-right).
Settings Reference
| Setting | Default | Description |
|---|---|---|
| Hex Color Code | 420083 |
Widget button color (no #) |
| Widget Position | bottom_right |
Where the widget sits on screen |
| Widget Size | oversize |
Regular or oversize button |
| Icon Type | Type 1 | One of 29 icon styles |
| Desktop Icon Size | Default | Big / Medium / Default / Small / Extra Small |
| Enable Custom Icon Size | Off | Override icon size with exact px value |
| Enable Precise Positioning | Off | Set exact px offset from edge |
CORS Policy Configuration
To avoid CORS policy issues, ensure the following URLs are allowed in your website. These URLs should be added to your CORS configuration or trusted domains list.
| Domain | Description | Usage |
|---|---|---|
| https://*.skynettechnologies.com | Skynet Technologies (Global Domain) | API access and resources |
| https://*.skynettechnologies.us | Skynet Technologies (US Domain) | API access and resources |
| https://*.googleapis.com | Google APIs | Services like Fonts, Translation |
| https://*.gstatic.com | Fonts APIs | Custom Fonts |
| https://vlibras.gov.br | VLibras - Brazilian Sign Language Service | Sign Language |
Instructions
- Update your server's CORS configuration to include these URLs.
- Ensure wildcard subdomains (*) are supported where necessary.
- Verify the application functionality by testing requests to these domains.
- If issues persist, consult the documentation for CORS configuration guidance.
Documentation
Submit a Support Request Please visit our support page and fill out the form. Our team will get back to you as soon as possible.
Send Us an Email Alternatively, you can send an email to our support team: hello@skynettechnologies.com
Accessibility Paid Add-on Services
Misago manual accessibility audit
- Enhance inclusivity and user experience by evaluating Misago website's accessibility by web accessibility consultant.
- WCAG 2.0 / WCAG 2.1 / WCAG 2.2 Level AA conformance testing
- Automated, semi-automated testing
- Manual testing
- Simple before-after UI/UX recommendations on how to fix the issues
- Comprehensive audit report
Misago site manual accessibility remediation
Enhance Misago website accessibility and inclusivity with our manual accessibility remediation add-on. This service includes fixing accessibility issues and thorough remediation of website manually. Our experts ensure accessibility with WCAG standards, improve user experience for those with disabilities, and provide a detailed report on the improvements made.
PDF/Document Accessibility Remediation
The PDF / Document Remediation provides a list of inaccessible PDFs and remediated PDFs from where you can request PDF remediation service.
VPAT Report/Accessibility Conformance Report (ACR)
The Voluntary Product Accessibility Template (VPAT), also known as an ACR (Accessibility Conformance Report) starts with an audit and provides current details for an accessible website, application, or any other digital assets.
Accessibility Misago Widget Paid Add-ons
Remove the Skynet Technologies logo as well as all of the footer links, popups, report a problem link and more for full white label control.
Instant live site translations for Misago sites
Translate Misago site into over 190 languages instantly to enhance accessibility for non-native speakers, individuals with language acquisition difficulties, and those with learning disabilities.
Modify Accessibility Menu for Misago websites
Build and fine-tune widget with the Modify Menu option. Reorder, remove and restructure the widget buttons to fit users' specific accessibility needs.
Misago Accessibility Partnership Opportunities
Misago accessibility agencies partnership
Partner with us as an agency to provide comprehensive Misago ADA, EAA, WCAG accessibility solutions to clients. Get access to exclusive resources, training, and support to implement and manage accessibility features effectively.
Misago accessibility affiliate partnership
Sign up for our affiliate program and earn commissions by promoting accessibility plugin. Share our widget with your network and help businesses improve their website accessibility while generating revenue.
For more details, explore Misago accessibility partnership opportunities
Screenshots
Video
Credits This addon is developed and maintained by website accessibility remediation company - Skynet Technologies USA LLC
Current Maintainers
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file misago_all_in_one_accessibility-1.0.0.tar.gz.
File metadata
- Download URL: misago_all_in_one_accessibility-1.0.0.tar.gz
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3f5776c8b0d9f1f7e469027e4a523156baf2a2b85e5c2350aea5e314209bf1c
|
|
| MD5 |
43b717ccce8a70bbaacf8b1d454eab8d
|
|
| BLAKE2b-256 |
2c01a262d13f5b23da32b666541f191a8bea2294cfb73033e9e9237804568b94
|
File details
Details for the file misago_all_in_one_accessibility-1.0.0-py3-none-any.whl.
File metadata
- Download URL: misago_all_in_one_accessibility-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bdc9ef02ec9b9c8c5a3f40c2c6e7a632587c15e37d5b51c4f295c47558bcb06
|
|
| MD5 |
b2afcaca1b009f11cf535b3d69ab01b7
|
|
| BLAKE2b-256 |
01502a73bfda929f68078f91ea2b0b873ce32a673099a2596c8b21d1472a1509
|