top of page
Add Accessibility Toolbar
Free Accessibility Toolbar http://webworks.ga/acc_toolbar/
-
Go to Dashboard
-
Click Setting
-
Scroll to Advanced section
-
Click Custom Code
-
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.
bottom of page