How to Subscribe to Podcasts Using iTunes and RSS feeds

Learn how to manually subscribe to podcasts with iTunes.
by

Subscribing to a Podcast using iTunes can be accomplished in a couple of different ways.  One of the simplest ways is to open iTunes and go to the iTunes Store. From there you can either search for your favorite podcasts using the search box or find podcasts by going to the "Podcast" section using the iTunes store menu.  However, not all podcasts that you want to listen to are listed in the iTunes Store Podcast section, especially if the podcast is new.  So in this case, you may have to grab a Podcasts RSS feed and manually subscribe to the podcast within iTunes. Here's how to subscribe to a podcast manually in iTunes:

  1. Open iTunes.
  2. Copy the podcast URL feed (RSS) that you'd like to subscribe to, if it's a Feedburner URL you may be able to click on an iTunes link within the Feedburner feed that automatically imports the podcast into iTunes.  For instance in Andrew Wee's Feedburner feed there's an iTunes link: http://feeds2.feedburner.com/AndrewWeeBloggingAffiliateMarketingSocialTrafficGenerationInternetMarketing 
  3. Once you've copyied the podcast feed, go to iTunes and click on the "Advanced" menu at the top -> then click "Subscribe to Podcast..."
  4. In the Subscribe to Podcast pop-up box, simply paste in the podcast feed url that you copied and click "OK".
  5. If the url is a valid podcast feed it will begin downloading the latest podcast episode from the feed, and the podcast will now appear within the "Podcasts" section of iTunes.

You've just subscribed to a new podcast using the Advanced menu in iTunes!

 


0
0

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


So after using Google Chrome for the first time in a while, it seemed to automatically make itself the default web browser on my computer. Unfortunately, I didn't want this, and after clicking on a hyperlink in an email, it began automatically opening...  more »

Running ipconfig directly in Windows 7 may cause you to experience the ipconfig box to pop-up and run for a split second and the screen to flash, but then go away. The reason for this is probably because you are running ipconfig directly from the Windows...  more »

This tutorial goes through the steps of how to import a SQL script file into a MySQL database.  more »

The default settings in Visual Studio 2010 Professional do not automatically show the Solution file by default in the Solution Explorer sidebar. This can be a bit of a problem if you are trying to add another project to your existing solution. To get the...  more »

Recently, I decided to begin converting my Visual Studio.net Web Site Projects (WSP) to Web Application Projects (WAP) to take advantage of some of the new Web Deployment features in Visual Studio.net 2010 (see Vishal Joshi's blog for a run through of WSP...  more »

There are a number of online websites that allow you to check the speed of your broadband connection. They are useful, especially when you need to check your internet connection to determine if it's slow and to be able to benchmark it versus other...  more »

GodMode is a hidden system control panel in Windows 7 that lets you access all the operating system's control panels from within a single folder without the need to browse options and folders in the Control Panel. To access "GodMode" follow these steps:...  more »

Taking the cover off of a Dell XPS 8000 computer can be a bit of a mystery if you have never removed it before. Here's how to open the case of a Dell XPS 8000 for the first time: At the back of the Dell XPS 8000 case, remove the screw just below the hand...  more »

In Windows 7, the Recycle Bin seems to be missing from the desktop by default. Fortunately, it's pretty simple to show (or hide) the Recycle Bin on the desktop. To show (or hide) the Recycle Bin on the desktop in Windows 7 follow these steps: Click the...  more »

Here's one quick fix for the ASP.NET error System.FormatException: Input string was not in a correct format. when you are using a DataList with an asp:Button control and are trying to get the CommandArgument using the DataList_RowCommand. Keep in mind...  more »

The Windows Task Manager can be used to start programs, to end running applications, to start or to end processes, as well as to view a dynamic display of your computer's performance. To be able to start the Windows Task Manager, you can use any one of...  more »

To change directories while in the windows command prompt use "cd" (cd stands for change directory in DOS)To go to a specific directory type the full path, such as: cd c:\ or cd c:\program files\ To go up one level type: cd ..To see what's in the current...  more »