Skip to content

johnie/talandewebb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talande Webb Plus Latest Stable Version License

WordPress plugin for Funka Nu screen reader application Talande Webb Plus

Getting started

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

Usage

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());
})();

Languages

Currently supported languages are:

  • Swedish
  • English
  • Norwegian
  • Finnish
  • German

Support

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

Licence

GPL2 © Funka Nu