Feed On Feeds Subscribe Bookmarklet
Aug
31
2005
As part of my modifications to Feed on Feeds (I promise, the rest of them will be coming), I built a bookmarklet that lets me click when I'm on a site I would like to read regularly and it sends the URL to FOF's "autodiscovery" mode. What it comes down to is that if there is an RSS feed on the page, it will get subscribed. It makes adding a new feed based on a site you visit REALLY easy.
See my previous Firefox/Mozilla bookmarklet postings for how to add it. Obviously, you'll need to change the URL to your own FOF installation.
javascript:void(location.href='
http://localhost/feedonfeeds/add.php?rss_url=
'+escape(location))
