0

我正在尝试在我正在设计的网页上嵌入 RSS 提要。该提要适用于德克萨斯州奥斯汀的 Craigslist 页面:

http://austin.craigslist.org/search/fua?query=%22modern+salvage%22&srchType=A&minAsk=&maxAsk=

根据我用于提要的 URL,我会得到以下结果之一:

**Feed URL**

    http://www.gmodules.com/ig/creator?url=http://austin.craigslist.org/search/fua?query=%22modern%20salvage%22&srchType=A&format=rss

    Error parsing module spec:
    Not a properly formatted file
    missing xml header


**<link> in the XML for the above URL**

    http://www.gmodules.com/ig/creator?url=http://austin.craigslist.org/search/fua?query=&#x26;quot;modern%20salvage&#x26;quot;&#x26;amp;srchType=A

    Information is temporarily unavailable


**I have also tried the URL in the head of the HTML doc:**

    http://austin.craigslist.org/search/fua?query=&quot;modernsalvage&quot;&amp;srchType=A&amp;format=rss" title="RSS feed for craigslist | furniture - all &quot;&quot;modern salvage&quot;&quot; in austin

    Information is temporarily unavailable.

尽管 Craigslist 鼓励用户嵌入 RSS 提要,但我想知道 Craigslist 服务器是否拒绝了该请求。我有设计背景,而不是编程。有什么建议么?

谢谢你。

4

1 回答 1

1

我不确定我是否了解您使用的小工具...

无论如何,我能够使用Google 协作平台页面上的RSS Reader+ 小工具加载您的页面(不会永远保持不变)。

尝试使其与http://www.gstatic.com/sites-gadgets/rss-sites/rss_sites.xml一起工作没有成功。根据对http://www.google.ca/ig/directory?type=gadgets&url=www.google.com/ig/modules/reader.xml的评论,我认为该小工具已损坏

于 2012-08-29T01:33:31.190 回答