RSS link discovery bookmarklet
Browsers with feed-reading capabilities like IE7 and Firefox indicate the presence of an RSS feed on a site by having an icon flash in the toolbar:
They’re not triggered by an actual link (a href = “…”) in the page, but by some html in the head of the page, and was proposed some 4 years ago to make subscribing to rss feeds more user-friendly:
<link rel="alternate" type="application/rss+xml" title=”RSS” href=”http://pascal.vanhecke.info/feed/”>
A feed reader just needs a regular page url (like http://pascal.vanhecke.info/), and will figure out for you where the corresponding RSS feed is (at http://pascal.vanhecke.info/feed/ in this example).
IE7 and Firefox hide this “complexity” for the user, but sometimes you simply need this actual feed url, to use in code, or to have a look at the RSS source itself. Then this RSS discovery bookmarklet by Martin Dittus comes in very handy: just a click displays the available feeds – see my install instructions for a Google Bookmarklet if you’re not yet familiar with bookmarklets.
April 12th, 2006 at 14:52
Nice bookmarklet! Recently, I wrote a little DOM script that does about the same thing, but I used maybe twice as much code to get the job done. The hardest thing with bookmarklets is that you have to cram everything in such a small space.
April 22nd, 2006 at 10:05
Opera display it also
May 4th, 2006 at 19:40
Bloggersbijeenkomst in Antwerpen 21 april…
Bloggers komen af en toe samen. Zo ging ik bijvoorbeeld zelf naar een ribbekes-avond in Gent en een poepsjieke spaghetti-conference in Brussel. Op die laatste meeting hadden Jeroen en ik hier en daar aangekondigd dat we een volgende meeting in……
November 27th, 2006 at 20:56
I’d like to see bookmarklets divided up into those that work on my IE7 rather than testing each one.