﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Newsgator Forums / NewsGator Online / NewsGator Online Support and Requests  / Firefox 3: browser.feeds.handlers.webservice / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Newsgator Forums</description><link>http://forum.newsgator.com/</link><webMaster>info@newsgator.com</webMaster><lastBuildDate>Fri, 21 Nov 2008 12:53:46 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>I've been using the above technique in Firefox 3 on the Mac, but every time I try, I seem to be logged out of Newsgator Online.  (I don't use it for actual browsing; I have FeedDemon via Parallels for that.)  And the Newsgator Online login screen doesn't save the original parameters it received, so once I log in, I'm no longer adding a feed - it just throws me into the main &amp;#119;indow.  I have to hit the back button until I get back to the feed, then try adding it again.  Very annoying.&lt;br&gt;&lt;br&gt;Are there any workarounds?  The toolbar's not an option, since it doesn't support the Mac.</description><pubDate>Sat, 28 Jun 2008 18:11:06 GMT</pubDate><dc:creator>Jay Levitt</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>You shouldn't change settings in your prefs.js file. You have to make a textfile, rename it user.js and move it to your profile folder (same folder where prefs.js is). The settings in user.js are automatically copied to the prefs.js each time the browser starts and overwrite the respective settings in prefs.js. Firefox has no access to user.js. Making a user.js and copying some important "key" settings to it is a good way to backup your settings and to make sure, Firefox doesn't change them somehow.</description><pubDate>Sat, 28 Jun 2008 00:47:58 GMT</pubDate><dc:creator>g5kmknee3j2tuck</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>Those lines should already be there, so there's nothing to add - you just need to edit them.  To add or edit things in about:config, just right-click and a context menu will pop-up with new, edit, copy, etc.&lt;/P&gt;&lt;P&gt;and the file you want is actually called prefs.js not user.js - sorry about that :)</description><pubDate>Thu, 26 Jun 2008 13:57:09 GMT</pubDate><dc:creator>critter42</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>I could use a little more guidance - about:config doesn't let you add settings, and I could not find the user.js file in my Firefox directories anywhere.</description><pubDate>Thu, 26 Jun 2008 13:11:53 GMT</pubDate><dc:creator>pcfountain</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>Thanks guys for the extra effort. You both get a gold star. :smooooth:</description><pubDate>Thu, 22 May 2008 09:08:48 GMT</pubDate><dc:creator>Keith Franklin</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>OK, I've found it out myself. Copy this code to your user.js and you will be able to select Newsgator (complete with icon!) from the dropdownmenu when you add a feed and select it permanently.&lt;br&gt;&lt;br&gt;[quote]user_pref("browser.contentHandlers.types.3.title", "NewsGator Online");&lt;br&gt;user_pref("browser.contentHandlers.types.3.uri", "http://www.newsgator.com/ngs/subscriber/subext.aspx?url=%s");&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;[b]Edit[/b]: Adding just this two lines, as critter42 did, is enough. The rest gets added automatically</description><pubDate>Wed, 21 May 2008 16:17:42 GMT</pubDate><dc:creator>g5kmknee3j2tuck</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>actually, it seems that FF3 doesn't use that key - here's how I got it to work:&lt;P&gt;What I had to do was replace one of the "default" feed handlers (I swapped out google for this example):&lt;/P&gt;&lt;P&gt;1) go to about:config  like normal, look for the keys &lt;STRONG&gt;browser.contentHandler.types.n.xxx&lt;/STRONG&gt; where n is a number from 1 to 6 (not sure if that's constant or just on my system, YMMV on the number) and xxx is either &lt;EM&gt;type, uri, &lt;/EM&gt;or&lt;EM&gt; title&lt;/EM&gt;.  The only one's we're going to work with are &lt;EM&gt;uri &lt;/EM&gt;and &lt;EM&gt;title&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;2) change the value of &lt;STRONG&gt;browser.contentHandler.types.2.title&lt;/STRONG&gt; from &lt;EM&gt;Google&lt;/EM&gt; to &lt;EM&gt;NewsGator&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;3) change the value of &lt;STRONG&gt;browser.contentHandler.types.2.uri&lt;/STRONG&gt; from &lt;EM&gt;http://fusion.google.com/add?feedurl=%s &lt;/EM&gt;to &lt;EM&gt;http://www.newsgator.com/ngs/subscriber/subext.aspx?url=%s&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;4) close the about:config screen, close all other Firefox windows and restart Firefox&lt;/P&gt;&lt;P&gt;5) In Firefox, go to Tools-&amp;gt;Options-&amp;gt;Applications and scroll down until you find "Web Feeds".  NewsGator should now be an option on that drop-down menu.  Select it and click OK on the preferences &amp;#119;indow.&lt;/P&gt;&lt;P&gt;You should now be able to bring up the NewsGator Online subscribe dialog like you do when you click one of the +Newsgator buttons you see on various websites when you click the Feed icon in the FF3 address bar :)&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; I didn't try earlier, but I changed the next one - browser.contentHandler.types.&lt;STRONG&gt;3&lt;/STRONG&gt;.&lt;STRONG&gt;title&lt;/STRONG&gt; and browser.contentHandler.types.&lt;STRONG&gt;3.uri&lt;/STRONG&gt; to the Newgator values above and it added it and let me keep the Google option.  It didn't seem to work earlier, but I realized after I posted this that I had never restarted FF the first time either :)</description><pubDate>Wed, 21 May 2008 16:01:55 GMT</pubDate><dc:creator>critter42</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>I know, Keith. But if things can be done without installing something extra, then I generally try it that way. I see if I figure the URL out and post it here.</description><pubDate>Wed, 21 May 2008 15:36:09 GMT</pubDate><dc:creator>g5kmknee3j2tuck</dc:creator></item><item><title>RE: Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>I don't know, but we have a toolbar that will do that for you. [url=http://www.newsgator.com/Individuals/FreeTools/Default.aspx]You can get it here for free.[/url]</description><pubDate>Wed, 21 May 2008 14:48:46 GMT</pubDate><dc:creator>Keith Franklin</dc:creator></item><item><title>Firefox 3: browser.feeds.handlers.webservice</title><link>http://forum.newsgator.com/Topic39915-4-1.aspx</link><description>I want to configure Firefox 3 so that I can click on the RSS icon and add a feed. The parameter for this is browser.feeds.handlers.webservice. What do I have to add as a value that it works with Newsgator online?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;br&gt;http://kb.mozillazine.org/Browser.feeds.handlers.webservice&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 21 May 2008 12:44:34 GMT</pubDate><dc:creator>g5kmknee3j2tuck</dc:creator></item></channel></rss>