RSS
 

Configure NewsAlloy as default feedreader in Firefox 2.0

13 Jul

The Firefox 2.0 Beta 1 is out. One of the new features is choosing the default feed reader. You can choose from some web based feed readers like Bloglines, Google Reader, My Yahoo… This feature provides a tight integration of you feed reader with Firefox. For instance if you click the feed icon in the URL field of Firefox, you will be directly be taken to the subscribe page of your feed reader. Or if you are looking at a RSS/Atom feed you see something like this:

I like this integration but unfortunately my feed reader NewsAlloy is not in the list. But a bit of googling revealed that it is easy to add new feed readers to Firefox. Here are the steps:

1. Open a new Tab/Window and type ‘about:config‘.
2. In the filter box type ‘browser.contentHandlers‘.
3. You will see a bunch of entries like ‘browser.contentHandlers.#.type‘. These are the properties which define the feed readers appearing in the options screen you see above.
4. To add NewsAlloy to the list you have to add three new string properties to the config. You can add a property by right clicking and choose New>String. Two dialog boxes will pop up one after the other asking for the name-value pair. Enter the following pairs:
   a. Name: browser.contentHandlers.types.3.title Value: NewsAlloy
   
b. Name: browser.contentHandlers.types.3.type Value: application/vnd.mozilla.maybe.feed
   c. Name: browser.contentHandlers.types.3.uri Value: http://www.newsalloy.com/?act=default&pop=1&rss=%s
Note: Replace the number 3 in the above with a number higher than the ones you find in the filtered list.

5. Restart the browser and go to Tools>Options and click on ‘Choose Feed Reader…‘ button and you will now see NewsAlloy with its Icon and all.

You can replace the url in 4b with your favorite feed reader’s subscribe url. The %s is where Firefox will put the feed url. Have fun!

Related posts:

  1. NewsAlloy becomes Tablet PC friendly
  2. Why FireFox is not my default browser?
  3. NewsAlloy down again
  4. Firefox is my default browser now!
  5. Firefox does not want to be my default browser!

 
2 Comments

Posted in Java, Mozilla

 
  1. Joel

    July 18, 2006 at 11:00 AM

    Does this go on to override the 1.5 install? (Opera 9 has an option to have a a standalone install while maintaining previous Opera version)

    I know I can try it out on my own but it’s not something I wanna do on the work PC :)

     
  2. Vasanth

    July 20, 2006 at 5:22 AM

    It think it uses the same profile as 1.5. You might want to check out PortableApps.com to see how you can have a FF2.0 version running with out it messing the existing 1.5 setup. Maybe I will blog about it.