2007-03-08, 07:34 PM
UJB,
I promise to not post anymore of these messages. This is another person that had a valid feed but wouldn't work in Firefox and is asking for help.
Here is the text of the discussion.
Anyway, the problem of Live Bookmark is actually a bug of Firefox. You may do some workarounds to make the Live Bookmark work. I understand that you have been annoyed by this issue, and I just want to tell you - it is not your fault
Since your original feed is valid, I will use it as the example.
This is the first item found:
Quote:
<item>
<title>SMCShow220</title>
<description>[description hidden]</description>
<guid isPermaLink="false">guidhttp://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>
<itunes:author>The Sour Mash Collective</itunes:author>
<pubDate>Wed, 12 Jul 2006 12:30:00 GMT</pubDate>
<enclosure url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" length="112822592" type="audio/mpeg" />
<author>dave@djdavecee.com (The Sour Mash Collective)</author>
<media:content url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" fileSize="112822592" type="audio/mpeg"></media:content>
<itunes:explicit>No</itunes:explicit>
<itunesubtitle>Show 220 Hosted by DaveCee</itunesubtitle>
<itunesummary>[summary hidden]</itunesummary>
<itunes:keywords>[keywords hidden]</itunes:keywords>
</item>
Currently, there is no <link> element in this item and the <guid> element is not a PermaLink.
You may add a <link> element and change the <guid> element to be a PermaLink in the every item. The URLs of <link> and <guid> should be the same as the URL of <enclosure>.
Code:
<link>http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</link>
Code:
<guid isPermaLink="true">http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>
After doing these, I think the Live Bookmark will work.
Read on - he found more - Pastro...
Some more things in the original feed that may cause problems have been found.
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" type="text/xsl" media="screen"?> and <?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?> should be removed since they should not be used in the original feed.
On the other hand, <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SoulDamnPhisticatedRadioShow" type="application/rss+xml" /> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.
And a couple more -- Pastro..
Some more things in the original feed that may cause problems have been found.
<xml> and <xml> should be removed since they should not be used in the original feed.
On the other hand, <atom10> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.
Wow, Franklin, thank you for your time on this, when i get a chance i will change what you have suggested and see if that helps.
And the final post-- Pastro
It works!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I promise to not post anymore of these messages. This is another person that had a valid feed but wouldn't work in Firefox and is asking for help.
Here is the text of the discussion.
Anyway, the problem of Live Bookmark is actually a bug of Firefox. You may do some workarounds to make the Live Bookmark work. I understand that you have been annoyed by this issue, and I just want to tell you - it is not your fault
Since your original feed is valid, I will use it as the example.
This is the first item found:
Quote:
<item>
<title>SMCShow220</title>
<description>[description hidden]</description>
<guid isPermaLink="false">guidhttp://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>
<itunes:author>The Sour Mash Collective</itunes:author>
<pubDate>Wed, 12 Jul 2006 12:30:00 GMT</pubDate>
<enclosure url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" length="112822592" type="audio/mpeg" />
<author>dave@djdavecee.com (The Sour Mash Collective)</author>
<media:content url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" fileSize="112822592" type="audio/mpeg"></media:content>
<itunes:explicit>No</itunes:explicit>
<itunesubtitle>Show 220 Hosted by DaveCee</itunesubtitle>
<itunesummary>[summary hidden]</itunesummary>
<itunes:keywords>[keywords hidden]</itunes:keywords>
</item>
Currently, there is no <link> element in this item and the <guid> element is not a PermaLink.
You may add a <link> element and change the <guid> element to be a PermaLink in the every item. The URLs of <link> and <guid> should be the same as the URL of <enclosure>.
Code:
<link>http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</link>
Code:
<guid isPermaLink="true">http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>
After doing these, I think the Live Bookmark will work.
Read on - he found more - Pastro...
Some more things in the original feed that may cause problems have been found.
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" type="text/xsl" media="screen"?> and <?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?> should be removed since they should not be used in the original feed.
On the other hand, <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SoulDamnPhisticatedRadioShow" type="application/rss+xml" /> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.
And a couple more -- Pastro..
Some more things in the original feed that may cause problems have been found.
<xml> and <xml> should be removed since they should not be used in the original feed.
On the other hand, <atom10> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.
Wow, Franklin, thank you for your time on this, when i get a chance i will change what you have suggested and see if that helps.
And the final post-- Pastro
It works!!!!!!!!!!!!!!!!!!!!!!!!!!!!