Login
|
Webmail
|
Let's Chat
Shared Website Hosting
Domain Names
Hosted Email
Shared Website Hosting
Domain Names
Hosted Email
Company Overview
Legal
Brinkster Knowledge Base
KB Home
/
Support
/
Code Snippets
/
RSS feed
RSS feed
Copy and paste the code into any file such as .htm, .html, .asp, .php, .aspx, etc, then adjust the titles, links, descriptions, and dates as needed.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>My Podcasts</title>
<link>http://myexampledomain.com/podcasts.html</link>
<description>Give a brief desctription of the theme for your podcasts here.</description>
<language>en-us</language>
<copyright>MyOrganization, Inc. All Rights Reserved</copyright>
<lastBuildDate>Monday, 30 May 2011 15:00:00 GMT</lastBuildDate>
<ttl>60</ttl>
<item>
<title>Podcast 1</title>
<link>http://myexampledomain.com/directory/podcast1.mp3</link>
<description>Audio recording of 5/29/2011</description>
<pubDate>Sunday, 29 May 2011 9:15:00 GMT</pubDate>
<enclosure url="http://myexampledomain.com/directory/podcast.mp3" type="audio/mpeg"/>
</item>
<item>
<title>Podcast 2</title>
<link>http://myexampledomain.com/directory/podcast2.mp3</link>
<description>Audio recording of 5/30/2011</description>
<pubDate>Monday, 30 May 2011 15:30:00 GMT</pubDate>
<enclosure url="http://myexampledomain.com/directory/podcast2.mp3" type="audio/mpeg"/>
</item>
<item>
<title>Podcast 3</title>
<link>http://myexampledomain.com/directory/podcast3.mp3</link>
<description>Audio recording of 5/31/2011</description>
<pubDate>Tue, 31 May 2011 2:45:00 GMT</pubDate>
<enclosure url="http://myexampledomain.com/directory/podcast3.mp3" type="audio/mpeg"/>
</item>
</channel>
</rss>