A plugin that allows you to define keyword/link pairs. The keywords are automatically linked in each of your posts.
(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 = '\'(?!((<.?)|(<a.?)))(\b'. $keyword . '\b)(?!(([^<>]?)>)|([^>]?))\'s' . $case; INTO: $regEx = '\'(?!((<.?)|(<a.?)))('. $keyword . ')(?!(([^<>]?)>)|([^>]?))\'s' . $case;
Requires: 2.3 or higher
Compatible up to: 2.7
Last Updated: 2009-2-11
Downloads: 7,825




