Vocab

The Vocab plugin identifies words from dictionaries such as Cysgair and Y Termiadur Addysg within your website’s text and highlights them. After installing the program, users will be able to see full dictionary entries by moving the mouse over underlined words.

Install

vocab logo
vocab logo
Like the Cysill plugin, it’s very easy to install the Vocab plugin on your website (NB you must replace “YOUR_API_KEY” with your personal API key. Register for an API key for full instructions).

  1. Add both tags <script> following to your website page code:
    <script type='text/javascript'>
      var vocabConfig = {
      apikey : 'YOUR_API_KEY',
      language : 'en',
      start : 'body'
      };  
    </script>
    <script type='text/javascript' language='javascript' src='http://api.techiaith.org/vocab/ui/vocab/vocab.nocache.js'></script>
    

  2. Please add <div> with class=vocab_button anywhere within your page:

    <div class="vocab_button"></div>