Almost sneakily, the New York Times rolled out an update of the trusty hyperlink on its website's stories. New code embedded in the pages allows you to link to and highlight individual paragraphs and even sentences. The changes seem especially significant for bloggers who want to call attention to specific portions of Times' stories.
Here's how it works. In the story above, the base URL is: http://www.nytimes.com/2010/12/01/world/americas/01colombia.html
- If you wanted to link to a specific paragraph, you'd simply add a "#" and the number of the paragraph, e.g.: http://www.nytimes.com/2010/12/01/world/americas/01colombia.html#p2
You can even go a step deeper and skip to a particular sentence, e.g.http://www.nytimes.com/2010/12/01/world/americas/01colombia.html#p2s2Update 12/2: while you can *highlight* particular sentences, you can't specifically link to them, according to the NYT system's developer, Michael Donohue.- And here's where it really gets cool, though. If you want to highlight that section, you simply switch the p to an h. I generated the highlighted text below with the following link: http://www.nytimes.com/2010/12/01/world/americas/01colombia.html#h2s2
- To simplify things, if you hit your shift key twice on a Times story, small icons appear next to every paragraph. Click on one of them and it'll place the paragraph linked URL up in the address bar of your browser.
While the Times' system is the most sophisticated linking system I've ever seen, it's not entirely unprecedented. Paragraph-level links were first executed by Dave Winer on his website and have since even appeared in a Wordpress plugin created by wunderkind Daniel Bachhuber. Winer points out that the Times' implementation isn't quite perfect, as it can be broken when a story is updated.