WordPress plugin for Funka Nu screen reader application Talande Webb Plus
Download the latest zip and upload it via the plugins page in WordPress or unzip it in the plugins
directory.
You can also install it via composer require johnie/talandewebb
Shortcode
[talandewebb class="optional-class"]Aktivera Talande Webb[/talandewebb]
Link
<a href="#" onclick="toggleBar();">Aktivera Talande Webb</a>
JavaScript
;(function () {
var btn = document.getElementById('tw-btn');
btn.addEventListener('click', toggleBar());
})();
jQuery
;(function () {
var btn = $('#tw-btn');
btn.on('click', toggleBar());
})();
Currently supported languages are:
- Swedish
- English
- Norwegian
- Finnish
- German
If the plugin can't load the script files, then that might be because you haven't been added to the list of accessible sites. If that is the case, please contact Funka Nu
GPL2 © Funka Nu