suttercain Posted March 27, 2007 Share Posted March 27, 2007 Hi Everyone, I am using the following code for my podcast but for some reason Episode 3 isn't showing up. Even when I go to the URL (http://supermandatabase.com/podcasts/podcast.rss) I have no luck. I've looked at the code over and over again and can't find out what the problem is... CODE <?xml version="1.0" encoding="UTF-8"?> <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> <channel> <title>Superman Database</title> <link>http://www.supermandatabase.com</link> <language>en-us</language> <copyright>℗ & © Shannon Cronin & Superman Database</copyright> <itunes:subtitle>To the Point Superman News, Comic Reviews and Upcoming Issues</itunes:subtitle> <itunes:author>SupermanDatabase.com</itunes:author> <itunes:summary>To the Point Superman News, Comic Reviews and Upcoming Issues</itunes:summary> <description>To the Point Superman News, Comic Reviews and Upcoming Issues</description> <itunes:owner> <itunes:name>Shannon Cronin</itunes:name> <itunes:email>[email protected]</itunes:email> </itunes:owner> <itunes:image href="http://supermandatabase.com/podcasts/podcast.gif" /> <itunes:category text="Comics"> <itunes:category text="Superman"/> </itunes:category> <itunes:category text="TV & Film"/> <item> <title>Episode 1</title> <itunes:author>SupermanDatabase.com</itunes:author> <itunes:subtitle>Superman news for the week of March 3rd - 10th, 2007, Review of "Superman: Exile" by Michael Bailey, Upcoming Superman comics and our first contest!</itunes:subtitle> <itunes:summary>Superman news for the week of March 3rd - 10th, 2007, Review of "Superman: Exile" by Michael Bailey, Upcoming Superman comics and our first contest!</itunes:summary> <enclosure url="http://www.supermandatabase.com/podcasts/supermandatabase0001.mp3" length="8727310" type="audio/x-m4a" /> <guid>http://www.supermandatabase.com/podcasts/supermandatabase0001.mp3</guid> <pubDate>Sun, 11 Mar 2007 03:00:00 PMT</pubDate> <itunes:duration>14:00</itunes:duration> <itunes:keywords>superman, comics, dc comics, supermandatabase.com</itunes:keywords> </item> <item> <title>Episode 2</title> <itunes:author>SupermanDatabase.com</itunes:author> <itunes:subtitle>Superman news for the week of March 11th - 18th, 2007, Review of "Superman #660" by Michael Bailey, Upcoming Superman comics!</itunes:subtitle> <itunes:summary>Superman news for the week of March 11th - 18th, 2007, Review of "Superman #660" by Michael Bailey, Upcoming Superman comics!</itunes:summary> <enclosure url="http://www.supermandatabase.com/podcasts/supermandatabase0002.mp3" length="8727310" type="audio/x-m4a" /> <guid>http://www.supermandatabase.com/podcasts/supermandatabase0002.mp3</guid> <pubDate>Mon, 19 Mar 2007 09:51:00 PMT</pubDate> <itunes:duration>11:25</itunes:duration> <itunes:keywords>superman, comics, dc comics, supermandatabase.com</itunes:keywords> </item> <item> <title>Episode 3</title> <itunes:author>SupermanDatabase.com</itunes:author> <itunes:subtitle>Superman news for the week of March 19th - 25th, 2007, Review of "Supergirl #15" by Michael Bailey, Upcoming Superman Comics & Trades!</itunes:subtitle> <itunes:summary>Superman news for the week of March 19th - 25th, 2007, Review of "Supergirl #15" by Michael Bailey, Upcoming Superman Comics & Trades!</itunes:summary> <enclosure url="http://www.supermandatabase.com/podcasts/supermandatabase0003.mp3" length="8727310" type="audio/x-m4a" /> <guid>http://www.supermandatabase.com/podcasts/supermandatabase0003.mp3</guid> <pubDate>Mon, 25 Mar 2007 09:51:00 PMT</pubDate> <itunes:duration>17:35</itunes:duration> <itunes:keywords>superman, comics, dc comics, supermandatabase.com</itunes:keywords> </item> </channel> </rss> Any help would be great. Thanks. Link to comment https://forums.phpfreaks.com/topic/44565-rss-feed-for-my-podcast/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.