Using Firefox 2 to quickly add RSS feeds to your LJ account

Nov 28, 2006 11:56

Firefox 2 has a nifty feature for easily subscribing to RSS feeds in web based or desktop RSS readers via an orange RSS icon in the address bar when a feed is detected on a page. There's a good tutorial on this feature hereIf your favourite RSS reader happens to be your livejournal friends list, then you can follow the above tutorial, using a uri ( Read more... )

Leave a comment

Comments 16

undyingking November 28 2006, 09:10:15 UTC
That's great. Hooray for about:config!

Reply


matgb December 1 2006, 13:00:57 UTC
Excellent, very impressive. Will plug muchly methinks.

Reply


libbi February 17 2007, 12:45:04 UTC
Thanks very much for the tip.

Reply


digitalranger August 12 2007, 02:51:03 UTC
Fantastic, thank you!

Reply


user.js chiselwright August 26 2008, 10:49:18 UTC
Because I use firefox in more than one place I hunted around to see if there was an easier way to add these settings.

There is ("Prefs.js & User.js" from http://www.tweakguides.com/Firefox_9.html)

Simply create "user.js" in the appropriate location with the following content:
user_pref("browser.contentHandlers.types.99.title", "LiveJournal Syndication");
user_pref("browser.contentHandlers.types.99.type", "application/vnd.mozilla.maybe.feed");
user_pref("browser.contentHandlers.types.99.uri", "http://www.livejournal.com/syn/?url=%s");
This can easily be copied to any other machines where you use firefox, saving the clicking-and-typing every time you want to make this feature available at a new location.

[Usual restart required]

Reply


Leave a comment

Up