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


I recently moved my sites over to a new web server that has "Windows Server 2008 R2" installed. The older server had just been running "Windows Server 2008". After moving my sites over I discovered that my AJAX Toolkit AutoComplete functionality had...  more »

For a while I wasn't sure how to access GetRouteUrl from an .ashx IHttpHandler page. I wanted to access route url's setup in the Global.asax file to be used in files like rss.ashx, instead of having to hard codes the page URL's in my .ashx pages. Well,...  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 if you're like me, you may be happy with Windows 7 (or 8.1) on your current computer or laptop, and have no interest in upgrading to Windows 10. But you may also be getting bombarded by Microsoft to upgrade to Windows 10, with the Windows 10 upgrade...  more »

Today Apple released it's latest operating system, iOS 7.0 for iPhone and iPad devices, along with the newest version of iTunes 11.1. So to get the latest and greatest iOS for your iPhone or iPad here's how you can download and install iOS 7.0. NOTE: Just...  more »

A regular expression for validating a image url.  more »

There may be a time when you want to use special characters in a Word document or other text file. With Windows Vista and Windows 7 you can quickly bring up a Character Map, which allows you to copy special characters or symbols, which can then be pasted...  more »

This step by step will show you how to scan a picture using Windows‌ Photo Gallery, which should come installed by default on Windows Vista and Windows 7 operating systems. Once pictures are scanned using Windows Photo Gallery, your pictures are...  more »

Here's how you can UrlEncode the plus sign (+) in a URL querystring in ASP.NET and then retrieve the plus symbol after UrlDecoding the string. In this example, I will do a postback and redirect the Server.UrlEncoded string to another page. First we will...  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 »

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 »

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 »