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 my Logitech Wave keyboard was working just fine, then all of a sudden the Space bar key got stuck in the down position. It actually happened while cleaning the keyboard and it's keys (although to be honest, at the time it happened I didn't completely...  more »

A regular expression for validating a image url.  more »

Here's how you can enable SQL Server Authentication in a SQL Server 2008 database, and then add a User login and password account for connecting to the database. Open SQL Server Management Studio In the Object Explorer sidebar, right-click on the top SQL...  more »

I recently discovered an issue after I upgraded to TinyMCE 4.1.3 version text editor in my ASP.NET web pages that was causing the formatting of my <pre> tags to not keep its line break formating on PostBack. At first I thought this might be a CSS...  more »

Ever since moving to a Windows 7 (64 bit) computer, I haven't been able to view Photoshop thumbnail previews of .psd files in Windows Explorer. However, today I decided to find a solution to this anonying problem, so that I could start seeing previews of...  more »

So here's a quick tip on how to fix the following SQL Server "SqlDateTime overflow" error. System.Data.SqlTypes.SqlTypeException SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. The reason that you are probably...  more »

I just came across a way to test a data providers connection string (like a SQL Server database) with the help of a plain text file using Notepad. To investigate and test out if your connection string works, your going to want to create a UDL file. To do...  more »

So you just got a new computer... now it's time to get your entire iTunes library of music, podcasts, playlists, apps, and purchased files from your old computer to your new computer. The following step-by-step will show you how you can move all of your...  more »

Here's how you can quickly pair your Apple AirPods with your Windows PC.  more »

While using my new Windows 7 64-bit computer, with Visual Studio 2010 running as Administrator, I began getting the following error while trying to open up individual c# files or asp.net files in VS2010: "There was a problem sending the command to the...  more »

In the following step by step, I will take you through the process of deleting existing hard drive partitions, formating and installing Windows XP on a hard drive using the Windows XP installation CD. Note: If you have any data/applications or drivers on...  more »

When developing websites or applications in Visual Studio.NET, you sometimes need to have Visual Studio run as an administrator. For instance, if you are developing a Web Application Project that uses IIS7 as the local development server for testing,...  more »