
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:
- NewsAlloy becomes Tablet PC friendly
- Why FireFox is not my default browser?
- NewsAlloy down again
- Firefox is my default browser now!
- Firefox does not want to be my default browser!
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
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.