top of page

Add Accessibility Toolbar

Free Accessibility Toolbar http://webworks.ga/acc_toolbar/

  1. Go to Dashboard

  2. Click Setting

  3. Scroll to Advanced section

  4. Click Custom Code

  5. Click + Add Custom Code

<script src="https://cdn.jsdelivr.net/gh/mickidum/acc_toolbar/acctoolbar/acctoolbar.min.js"></script>
<script>
// optional init
  window.onload = function() {
    window.micAccessTool = new MicAccessTool({
      link: 'http://www.hkumockup.hku.hk/access-tool',
      contact: 'mailto:ithelp@hku.hk',
      buttonPosition: 'right', // default is 'left'
      forceLang: 'en' // default is 'en' may be 'he-IL' or 'ru-RU'
    });
  }
</script>

   6. Copy the above code with customize the highlighted content​

   7. Paste code as below and configure the setting same as below.

customCode-01.jpg
bottom of page