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


Copying text from the command prompt is pretty easy, but it's not all that straightforward if you've never done it before. Knowing how to copy text from the command prompt can come in handy, especially if you need to show someone else (like a forum user)...  more »

The AjaxFileUpload control that's part of the AJAX Control Toolkit, works great for easily uploading multiple files at once. However, it gets a little tricky if you want to update an UpdatePanel after all the files have finished uploading, especially if...  more »

Do you know that your used printer inkjet and toner cartridges can be recycled? Yes, you can definitely use them again. You can even earn money from them after they've run out of ink. Below are the steps on how you can do just that. 1.) Go to OfficeMax,...  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 »

The Windows Live Messenger sign box will by popup by default on computer startup. This can be quite annoying especially if you don't even use the Windows Live instant messenger client. Luckily, you can easily turn off the Windows Live Messenger popup box...  more »

The ScanDisk utility that was in previous versions of Windows is no longer available in Windows XP. Not to worry because you can now use the Error-Checking tool to check the integrity of your hard disk.  more »

UPDATE 12-16-2011: For those of you who are getting an "sgen.exe" error message when trying to building your project in Visual Studio that reads something like "Could not load file or assembly or one of its dependencies. Operation is not supported. SGEN"....  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 »

Learn how to add two or more cells together in Microsoft Excel.  more »

UPDATE: The better way to do this is to use TinyMCE "rel_list" in the javascript for TinyMCE as seen here. Rather than changing the code in the plugin.min.js file, as shown below (after this update). Also just to note that in TinyMCE version 4.5 they...  more »

If you want to have two seperate Microsoft Excel files open that are separate from each other, that don't load within the same instance of Excel, then keeping reading to find out how to get around this limitation.  more »

If you've ever wanted to get Related Posts based on similar Tags from other Posts using SQL, the following SQL code should help with creating your own SQL query. In this example, the Related Posts are articles, but they could be Blog posts or any other...  more »