This class can generate links for the keywords of text content.
The class takes a list of keywords for links and another list of keywords associated to text content.
These content keywords may have been extract from the content itself with the automatic keyword generator class.
For each of the content keywords that match any link keywords, this class will find the keywords in the content text and replaces it with a link to the respective link keyword URL.
The search for the keywords may be case sensitive or not.
The keyword links will have a configurable CSS class and ID attribute. |