How to Subscribe to RSS Feeds with Internet Explorer 7
March 30th, 2007 | Posted in Web Design |
Internet Explorer comes with a built-in feedreader. Anytime you see the little orange RSS feed button
on the toolbar light up, you know the site has a feed. Watch this 30 second video to see how to subscribe to a single feed using Internet Explore 7.0’s built-in feedreader.
You can also import a collection of feeds all at once. A feed collection is stored in an OPML file. Right-click this OPML file and save it to your desktop, and then watch this video for instructions on importing it into IE7’s feedreader.
Note for Bloggers
IE7’s feedreader autodiscovers your site’s feed. In WordPress, your header. php files has the autodiscovery code for your site’s feed. If you use Feedburner to syndicate your feed, you must change the autodiscovery links in your header.php file, or else IE7 won’t pick up your FeedBurner feed.
In your header file (under Presentation > Theme Editor), look for this:
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(’rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(’rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(’atom_url’); ?>” />
Change the text in red to your feedburner feed. For example, the following code shows the insertion of my FeedBurner feed:
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”http://feeds.feedburner.com/tomjohnson” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”http://feeds.feedburner.com/tomjohnson” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”http://feeds.feedburner.com/tomjohnson” />
Why Use FeedBurner?
FeedBurner provides several benefits:
- You can see how many people are subscribed to your feed (the main benefit).
- You can provide your feed in multiple formats (both RSS and Atom).
- You can get a little reader chiclet to show off how many readers are subscribed.
- You can offer e-mail notification of your posts.
- You can track site stats.
FeedBurner has a number of other services and features, and most are free.
Note: This WordPress FeedBurner plugin is supposed to automatically reroute your feed through Feedburner, but I noticed that the rerouting didn’t work with the IE7 feedreader. Still, it’s definitely worthwhile to add this plugin.
<?php bloginfo(’rss2_url’); ?>
Like this post? Subscribe to the RSS feed
.
Related Posts
- Resolving Browser Display Discrepancies Between IE and Firefox
- OPML Files — What Feeds Are You Following?
- My Podcast Picks
- Podcasting article and my 15 favorite podcasts
- Yahoo Pipes and the Mashed Up World of Aggregated, Filtered, Blended Information
Podcast in iTunes
Follow me on Twitter



March 31st, 2007 at 4:00 pm
[...] Sampson’s Radio Weblog - - 15 hours, 59 minutes ago - Feed - Focus 16 hours, 50 minutes ago How to Subscribe to RSS Feeds with Internet Explorer 7 by tom in Web Tools Internet Explorer comes with a built-in feedreader. Anytime you see the little [...]
April 1st, 2007 at 2:28 pm
Great demos. Which application did you use to create them?
April 1st, 2007 at 9:05 pm
Thanks Aaron. I used the Blueberry Flashback Express Recorder. My first choice would have been the open source and totally free Camtasia Studio, but it didn’t work in Firefox. Second choice was Wink, but the audio quality was poor. The Blueberry recorder cost only $20 with a discount. There is a fuller version that costs $300 (I think the full version allows you to make caption bubbles), but I’m not a huge fan of the caption bubbles. I think a personal voice is preferable.
I wrote about my decision making several months ago in this post.
By the way, I think I remember reading on your blog that you published 200 articles. Wow, that’s a serious achievement. Great job.
April 12th, 2007 at 4:27 am
[...] How to Subscribe to RSS Feeds with Internet Explorer 7 [...]
April 13th, 2007 at 11:42 am
[...] these demonstration videos of how to subscribe to RSS in Internet Explorer 7. This page also contains some info for a webmaster about how to include a feed on your Wordpress [...]
November 13th, 2007 at 1:11 pm
[...] ►How to Subscribe to RSS Feeds with Internet Explorer 7 Printer-friendly format [...]
November 14th, 2007 at 5:46 pm
[...] a great site that explains everying in clear and concise detail. Explore posts in the same categories: [...]
November 14th, 2007 at 5:46 pm
[...] a great site that explains everying in clear and concise detail. Explore posts in the same categories: Blogosphere, Blogs, Podcasting, Tips For [...]
May 11th, 2008 at 10:32 pm
[...] Published: Mon, 12 May 2008 04:32:02 +0000 By: Tips For Newbies - 11 « Podcast Junky UK [...]