This plugin is used when there are words, words expressions or sentences to be explained in the posts or pages of your WordPress blog. This plugin will help to read the explanations of the words (words expressions, sentences) you need via tooltips.

In administration interface you can do the following:
1. set the explanation tooltip width
2. select the explanation tooltip text align
3. set the explanation tooltip text font size
4. set the explanation tooltip text color
5. set the explanation tooltip border size
6. set the explanation tooltip border color
7. set the explanation tooltip background color
8. set the explanation tooltip padding
9. set the explanation tooltip border radius
10. set the explaining word (words expression, sentence) color










Have you implemented the full page dictionary yet? I’d love the code! I’ll donate. Let me know. Thanks.
I really like the plugin but i had to delete line 519: >>> $content = str_ireplace(“[explanatory dictionary]“,$explanatory_dictionary_content,$content); <<< because were showing that as a code error. I know this is for the glossary page. How can I fix this?
larry,
Replace the “str_ireplace” to “str_replace” and everything will be OK. The server has to support PHP5 for using “str_ireplace” function.
Thank you