Art Works Expo

WordPress plugin “Explanatory Dictionary”

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.

screenshot-1

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

screenshot-2

screenshot-3

Download plugin from rubensargsyan.com or from wordpress.org.

If you find this plugin useful to you, please consider making a small donation to help contribute to further development. Thanks for your kind support!

  • Share/Bookmark
1 Star2 Stars3 Stars4 Stars5 Stars (9 votes, average: 5.00 out of 5)
Loading ... Loading ...

103 Responses to “WordPress plugin “Explanatory Dictionary””

  1. KC Gagne says:

    Have you implemented the full page dictionary yet? I’d love the code! I’ll donate. Let me know. Thanks.

  2. larry says:

    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?

  3. 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

Leave a Reply