Add Dictionarist to your site
You can add our
dictionary to your web site for free. You can add our dictionary as a search box somewhere
in your pages or as a double click dictionary.
1.Add Search Box
Your search box will look and work
like this:
To
get this search box, simply copy the text below and paste it to the
html code of your page where you want to have the dictionary.
Feel free to change the look and feel of this
dictionary to make it look better on your site.
Optional:
You
can assign specific glossaries to your visitor's searches at this line:
<input type="hidden" name="gloss" id="gloss" value="">
Glossary names must be seperated by commas as follows:
<input type="hidden" name="gloss" id="gloss" value="EnglishToGerman,GermanToEnglish,EnglishToFrench">
Click here to get glossary name list
(Note: Please leave blank gloss field if you want all glossaries to be included.)
2.Add Double Click Function
You can also add our dictionary to
your site as a double-click dictionary. When your visitor double clicks a
word on your site, the meaning of that word will open in a new window,
leaving your visitor on your site. To get this functionality, copy and
paste the following code between the HEAD tags of your pages.
Optional:
You
can assign specific glossaries to your visitor's searches at this line:
window.open( "http://app.dictionarist.com/?word="+highlightedText+"", "_blank");
For Example:
window.open( "http://app.dictionarist.com/?word="+highlightedText+"&gloss=EnglishToGerman,GermanToEnglish", "_blank");
Click here to get glossary name list |