[200 Credits] Automatic Word Linking Like 'Wikipedia'

Status
Not open for further replies.

ashwinsinha

New Member
Messages
278
Reaction score
0
Points
0
Is there any way i can add a javascript or something to my website's pages so that certain words on every page regarded or regardless of the case automatically hyperlink to another web page as directed in the javascript or in any other document.
For Example,
I add the script in the head section of each page,
HTML:
<head>
<script src="autolink.js"> </script>
</head>

In the javascript it is specified,
HTML:
ubisoft = http://www.ubi.com/

Therefore, all the words in my HTML document named as ubisoft are automatically hyper linked to the page.

It's pretty easy to work around a functional script using VBscript or javascript except for adding the link part to it.
So if anyone could actually get around with something or help me with a pre-available script for free or so or if would give me a link, i'd be greatful !

Remember, It is not impossible, it's there in the wikis that use xml.
If you find a feature like this for wordpress or a wordpress plugin, it'll be further pleasure like an ice-cream with a topping !

Thanking You,
- Ashwin Sinha
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Or you could all hide that procedure to the user by doing it server side, using php, and parsing the output.
 

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
i personally would use php, but i think that's mostly because i don't like javascript.
 

ashwinsinha

New Member
Messages
278
Reaction score
0
Points
0
Hi Guys !,
Thanks for all the help but i found these cool plugins for wordpress such as KBlinks, Alinks, CrossLinker etc. !
So i close this ..

Thanks guyz for all the help !
Cheers
- Ashwin
 
Status
Not open for further replies.
Top