(1) unzip the bm_keywordlink.zip file in /wp-content/plugins (2) Active the plugin
The plugin is designed for western languages that use spaces between the words to avoid matching against variants of the same word (magic, magician..)
[Ralph Wu] mentioned:
With a little modification, the plugin can easily work for Chinese, Japanese and so on Asian languages:
CHANGE THIS LINE: $regEx = '\'(?!((<.?)|(?)))(\b'. $keyword . '\b)(?!(([^<>]?)>)|([^>]?))\'s' . $case; INTO: $regEx = '\'(?!((<.?)|(?)))('. $keyword . ')(?!(([^<>]?)>)|([^>]?))\'s' . $case;




