How to Subscribe to News Feeds and Blogs
Revision Information
- Revision id: 91529
- Created:
- Creator: alta88
- Comment: updated with tb38 changes, added some more info
- Reviewed: Yes
- Reviewed:
- Reviewed by: rtanglao
- Is approved? Yes
- Is current revision? No
- Ready for localization: No
Revision Source
Revision Content
Table of Contents
Websites may publish content for download by applications using one of either the RSS or Atom protocols. Such content is commonly called a "news feed" or "RSS feed" or "syndication". Feeds are often used by blogs, but more traditional websites can make any content available in this format. When you subscribe to a site's feed link, your feed reader (for example, Thunderbird) automatically checks the location and downloads the articles to local folders.
When you use Thunderbird to handle your Feeds, you can use the same presentation and tools (archiving, filters, search, etc.) that you are familiar with from managing your email messages.
Step 1: Create a Feed Account
First you must create an account in Thunderbird for your Feeds.
1. In the Menu Bar, click
. The Feed Account Wizard window appears.2. Type a name for your Feed account in the Account Name box, then click
.3. Click
. Your new account will now appear in Thunderbird's folder pane.
Step 2: Subscribe to Feeds
Next, choose the feeds you want to subscribe to.
1. Use your web browser to open a website that you want to subscribe to. Most media sites and blogs that are regularly updated have Feeds.
2. Look for a familiar RSS icon or text link on the site. On most sites the link appears at the bottom or on the side of the home page.
3. Right-click on the RSS link and copy the link’s address. (If you use Mozilla Firefox, click on the context menu. If you use Google Chrome, click .)
4. In Thunderbird, click your Feed Account name in the folder pane.
5. Click Manage subscriptions to open the Subscribe Dialog.
6. In the Feed URL box, right-click and paste the link address from the website.
7. Click
. Thunderbird will validate the link, create a new folder, subscribe a valid link to the new folder, and download all current articles. The new folder appears under your Feed Account in the folder pane.
8. Feeds can also be quickly subscribed by drag and dropping links from a browser onto either the Feed Account folder or any other folder in a Feed Account, directly in the folder pane. If a new folder is created, the folder's name is derived from the feed's title.
Step 3: Read and Manage Feeds
Reading and managing your Feeds is as easy as using your email in Thunderbird.
To read a feed
1. Click
to download all the newest feed messages, along with your regular email messages. If you right click on a specific folder and select , only messages for that folder's subscriptions (and all of its subfolders) will be retrieved.2. In the folder pane, click on the folder whose content you want to read. A list of unread messages from the feed appears in the message list pane.
3. Click on a message in the message list.
4. Read the article in the message body. If you’d like to see the article on the website, click the link in the message header next to Website (this will open the link in your default browser).
5. You may also select the view action to perform when double clicking or hitting <enter> on a Feed message selected in the list. The options are found in
.- In the Subscribe dialog, select the feed folder and set Show the article summary instead of loading the web page checkbox. This preference applies to all feeds in the folder.
- Select a message from the message list, then click , and select whether to use the (folder setting above), or override the default and show or globally.
To organize your feeds
You can create email-style folders to group individual feeds:
1. Click on your Feeds Account name to select it.
2. Click
. The New Folder dialog box appears.3. Type a name for your new folder, then click
.4. Alternatively, you can organize your feeds by creating additional Feed Accounts. Just repeat Step 1: Create for every account you want to create, giving each one a different name. Only one unique feed url may be subscribed per account.
The Subscribe Dialog:
1. From a folderpane folder it is easy to go directly to managing feeds by right clicking and selecting the
menuitem.2. The dialog will open with the folder selected and opened, showing the folder's feed subscriptions. A Feed Account subfolder may have zero, one, or many subscriptions attached to it.
3. Feeds may be drag and dropped and otherwise organized in folders however you like. For example, it is useful to have a blog feed and its comments feed both subscribed to the same folder. (Publishers may even construct their feeds so items thread together as in email!)
Import and Export your Feeds
1. If you have a list of feed urls exported in the OPML format to a file, perhaps from another feed reader, you may Import them using
. Choose either a new or existing Feeds Account.2. You may also Import using the Subscribe dialog, selecting the Feed Account folder, and clicking
.3. To Export, select the Feed Account (top folder) in the Subscribe dialog and click Ctrl then click the button).
. The folder structure and preferences of your feeds will be saved to a .opml file. (To Export a simple list, press
Tips
- To quickly mark a feed's messages as all read, so they no longer appear in bold type, press Shift + C while the feed is selected.
- For options on how often Thunderbird checks for new feed messages and deletes old ones, click on , then click on the name of your feeds account. Click on below your account name for more options.
- Use the Quick Filter toolbar to save time if you're getting a lot of messages from a feed.
- If you wish to use Message Filters on feed messages and filter by website, create a Custom header named Content-Base. This header contains the feed message's website link.
- Feed articles may be placed in 'the cloud' by setting up a filter to copy or move items to an IMAP account folder. This is not true syncing in any way, but may be useful in some cases. The filter bug to enable this has been fixed for release in Tb 38.
Tips for Publishers
- The Atom specification is recommended. If you use the Rss2.0 spec, a <guid> is recommended. Also, <title> and <link> are mandatory per spec and the feed will be rejected if they are not present. Another common error is representing unicode characters with octals. Please follow the specs and validate and everyone will win.
- New in version 27: If you use Atom and its threading extension, Thunderbird will group related feeds (like comments to a post) into threads just like it does with related email messages.
- Changes to feed urls can be detected by Thunderbird and updated automatically for users. See Bug 304917 for two ways of doing this.
Advanced Tips
- Thunderbird has extensive logging of Feed activity, viewable in . Change the preference Feeds.logging.console to debug or trace (and restart) to see details of Feed processing.
Troubleshooting FAQ
Q: Why are feed messages sometimes duplicated?
A: Feed messages with identical content but different unique ids are not detected as duplicates. See this post for many more details.
Q: When viewing a feed web page, why are there blocks of text or code or script sometimes visible? [NOTE: Fixed for Tb 38 release]
A: See Bug 662907 for details. A workaround is to create a css rule, in your [profile]/chrome/userChrome.css file or using the Stylish extension:
}
Q: When viewing a feed web page, why does a browser sometimes open or a random page sometimes loads in the browser?
A: Since Thunderbird wasn't designed to be a web browser, it will send all link requests to your default browser. In this case, script on the feed web page is attempting to open a link. The best solution is to install the Adblock Plus extension. In addition to having extensive built in filters, Adblock Plus lets you configure custom urls or domains to be blocked. See also Bug 524281.
Q: Why can't I see some images or video or documents or other embedded content when viewing a feed summary?
A: This is due to javascript being disabled for messages (emails, newsgroup posts, feed summaries). The request to implement a user configurable option to enable javascript, for feed summaries only, is Bug 456481.