I have a CMS for a small entertainment company. It has many pages of text content, changed frequently.
I am looking for a piece of javascript that I can insert into the CMS pages, that parses the content of the page, looking for keywords, and when it finds a keyword, creates a hyperlink on that keyword. So.. for example, it searches for "Big Party 13" and creates a link around that text to href="bigparty13.html".
It's something like IntelliTXT or the ContentLink (Kontera?) except I don't need a popup and it's not advertising related. I just need to create the links to simply the linking within the CMS.
So... the script would have to include an editable list of keyword/href pairs.
"Big Party 13", "bigparty13.html"
Anyone seen anything like this? My javascript skills are not sufficient to program it... but I could probably modify an existing script that was close...



Reply With Quote

Bookmarks