Typepad does not currently support Podcasting. This makes things more difficult, but it is possible. My journey was quite difficult, so I feel compelled to help those who want to podcast with typepad but are novices. I am not a programmer nor a computer geek, so my explanation will lean to the novice, and some things I don’t understand, they just happen to work. If you need a technical explanation, go to Google and read other articles/blogs.
Oh, this is also a PC user’s take on things. I hear Mac is much easier.
I gained invaluable help from the following links:
How to Create an RSS Feed With Notepad, a Web Server, and a Beer
Making An RSS Feed
Easier Podcasting with SmartCast
RSS Validator
First:
Create a new link: I called mine “Podcast”
The link title is the name of your specific Podcast for that date.
The link URL points to the location of your actual RSS/xml file that also contains your actual mp3 file. I put mine on my personal website, since I have much more room there for multiple mp3’s and it doesn’t eat up my typepad storage limitation. It is an htm file that contains an XML file that supplies the RSS feed…(hmmm, that sounds good anyway)
My Link URL is: http://www.randyelrod.com/Podcast/Audio.htm
Next, this code is placed in your “Podcast” link notes to point to your Feedburner “feed” -–explanation about Feedburner below—but for now, (Simply replace my blog title “Ethos” with your blog name.)
<a href="http://feeds.feedburner.com/Ethos" title="Subscribe to my feed"><img src="http://www.feedburner.com/fb/images/pub/xml_button.gif" alt="" style="border:0"/></a>
Then go to “configure”; then “advanced configuration” then “display notes” and select “as text” then save this typelist.
Second:
Create a folder in the location that you wil store your mp3’s, that contains a file that functions as an RSS file and also in that same folder, for simplicity put your actual mp3’s.:
Here is my actual RSS file: (This is what you would find at: http://www.randyelrod.com/Podcast/Audio.htm)
-------------------------------------------------------------------------------------------
<rss version="2.0">
<channel>
<title>Ethos</title>
<link>http://randyelrod.typepad.com</link>
<description>Randy's Podcast</description>
<language>en-us</language>
<image>
<title>Ethos</title>
<url>http://randyelrod.com/images/Ethos.jpg</url>
<link>http://randyelrod.com</link>
<width>36</width>
<height>48</height>
</image>
<item>
<title>Trivial Pursuits Talk</title>
<link>http://randyelrod.com/Podcast/3-13-05.wma</link>
<description>Rick White
</description>
</item>
</channel>
</rss>
Substitute your info in place of mine and be PRECISE (it is case sensitive) with the code.
The title, link, description, image and item are explained well at the following
Links.
How to Create an RSS Feed With Notepad, a Web Server, and a Beer
And/Or here:
Making An RSS Feed
After you do this, make sure to validate it using this or any RSS validator:
RSS Validator . Fix any mistakes it points out.
***Notice the link in the code is my typepad url link that points to my Feedburner feed.
(The pointing is the important part-- we are pointing from the RSS file and actual mp3 to my typepad link and then to the feedburner feed)—all this because Typepad does not support Podcasting.
Third:
Feedburner provides a “third party” site to provide your Atom & RSS feed to aggregators such as ipodder. To do this…
Go to: www.feedburner.com
Create a feed:
My source feed URL is: http://www.randyelrod.com/Podcast/Audio.htm
(the location of my RSS feed and mp3’s)
My burned feed title is: Ethos (the name of my blog)
So then my burned feed url becomes: http://feeds.feedburner.com/Ethos
This is generated by feedburner.
You then must choose from quite a few options- The important one for me was choosing “SmartCast”
Then save feed.
Then click publicize.
It takes a few seconds or sometimes several minutes to appear, but you should
have a page at: http://feeds.feedburner.com/your blog name that contains your image at the top left and at the bottom: your podcasts.
Fourth:
Create the actual mp3.
I use audacity (free download) and a USB mic with headphones and mic with an adjustable volume control to record my mp3’s
But you cannot export a recording as an mp3 in audacity unless you also find the program: Lame 3.97 …the dll file included enables you to export mp3’s from audacity to your computer. The Lame I found was zipped with a RAR zip program (which I had never heard of-only WinZip) so I also had to find the RAR zip program to unzip Lame)-but then---it worked!!!
Download ipodder or similar aggregator and enter in your feedburner url.
Happy podcasting!!!