Description
Legilo is a free reading-aid widget: one button that lets your visitors adjust
contrast, font size, spacing, fonts (including a dyslexia font), a reading mask,
read-aloud and more. 37 languages with automatic detection, no tracking, no
cookies, no account.
Configure everything under Settings, Legilo: position, colors, button style,
language and the set of features. The plugin builds the widget URL from these
settings itself; it always loads the script from legilo.eu.
Honest positioning: Legilo is a reading aid. It does NOT make your website
conform to WCAG, EN 301 549 or national accessibility laws – conformance is
created in your website’s source code, not by a widget.
External Services
This plugin embeds the Legilo widget script from the third-party service
legilo.eu. When a page is viewed, the visitor’s browser requests that script
from legilo.eu; as with any web request, this technically transmits the
visitor’s IP address and user agent to that server. No cookies are set, no
personal data is stored or shared, and nothing else is sent. Service provider:
Stefan Puergstaller, https://legilo.eu/imprint (legal notice).
Screenshots


Installation
- Install and activate the plugin.
- Optional: adjust position, colors, language and features under Settings, Legilo. Without configuration the default widget is used.
- Optional: try out settings with a live preview at https://legilo.eu and paste the embed code into the import field on the settings page; only the settings are taken over from it.
FAQ
-
Does this make my site accessible?
-
No. Legilo is a comfort extra for your visitors, not a compliance tool.
-
Does it load anything from third parties?
-
Only the Legilo script itself from legilo.eu. The widget sets no cookies and
sends no data anywhere. -
Can I self-host the script instead?
-
Yes, for developers: download your configured legilo.js from legilo.eu, put it
on your own server and point the plugin to it in code:
add_filter(‘legilo_script_url’, function () { return ‘https://your-site.example/legilo.js’; });
Then no request to legilo.eu is made at all.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Legilo” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Legilo” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Settings page with native fields (position, colors, button, language,
features, behavior) instead of a script URL field; the script URL is now
built by the plugin and always points to legilo.eu. - Optional import field: paste a legilo.eu embed code to fill the settings.
- Self-hosting moved to the legilo_script_url filter.
- Requires PHP 7.0.
0.1.0
- First release.
