Quote:
Originally Posted by fulviods
I used some years ago but dont remember if it was on phpbb or in vbulletin, a word link system with those functionalities:
- set up the words that should be transformed in links
- activate or not a description (a little box/cloud appear when you mouseover the link, with the description and the link)
- statistics: you know how many views and clicks for each keyword
- ad solution: you can choose a period or a number of click maximum for each word then the link become a normal word again.
Someone knows if this solution exist for a vb 3.7 ? Thanks
|
I didn't found any ... so I decide to build one for word replacement only.
For tracking I'm using
Fast Click SQL.
For link description you can use the title tag: <a href="http://localhost" title="Advertisement">Word</a>.