Reply
Context linking with flyout box
Old 05-25-2006, 02:57 PM Context linking with flyout box
Junior Talker

Posts: 2
Has anyone ever seen context links within the body of an online article that offers a little flyout box when you mouse over a link?

For example, you are reading a news article, and there is a word hyperlinked in the story. When you mouse over it, there is a little flyout window that pops up near your mouse. Sometimes in them, you will see a definition of that word, or more information. Other times, the flyout offers a link for more information on that particular word.

I have found a company (Kontera) that sort of does this. You drop in some Javascript in your site, and the script will automatically pick some key words out of your article. From there, it automatically creates the text links. The only problem is that the links they create are all paid avertisements.

Does anyone know if there are similar services that offer just "More Information" on a linked word. Or does anyone know of a script/program that would allow the publisher to create these flyout boxes?

They are kinda cool I think in that they offer a quick bit of information. It makes your articles appear more dynamic. I run a major broadcast network news site, and I am investigating this for our company.
tluskie is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 05-25-2006, 03:25 PM Re: Context linking with flyout box
chrishirst's Avatar
Super Moderator

Posts: 12,817
Location: Blackpool. UK
It's simple enough script to do with some server side code to feed the information (AJAX stuff)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-25-2006, 03:34 PM Re: Context linking with flyout box
Junior Talker

Posts: 2
Quote:
Originally Posted by chrishirst
It's simple enough script to do with some server side code to feed the information (AJAX stuff)
But where can I see this script or get a copy?
tluskie is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 03:48 PM Re: Context linking with flyout box
chrishirst's Avatar
Super Moderator

Posts: 12,817
Location: Blackpool. UK
no idea, can't say I've ever looked for one, It's an even simpler task to write a replace function in server-side code as the page is created.
Create a CSS styled span around the word with a onmouseover/onmouseout on the container to show a hidden floating <div> with the text in it at the mouse co-ords and job done. Much simpler than messing around parsing the page with javascript and possible cross-browser issues.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Context linking with flyout box
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15485 seconds with 13 queries