I am pulling in a rss feed of real estate listings using the feed aggregator module.
http://www.trulia.com/rss2/for_sale/Panama_City_Beach,FL/

There are images of the of the listings as well if you view the source. The images are not displaying for me though. I added the img tag to the feed settings and removed / updated the feed items. What else do I need to do to get the images to display and to theme the feed items?

Thanks,
Charlie

Comments

mcrickman’s picture

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/xsl/rss_2.0.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Trulia Real Estate Search - Panama City Beach</title>
    <link>http://www.trulia.com/for_sale/Panama_City_Beach,FL/2_p/</link>
    <description>Trulia Search Results</description>
    <language>en-us</language>
    <item>
      <title>139 Parkshore Dr, Panama City Beach, FL 32413, $795,000 3 beds 4 baths</title>
      <link>http://www.trulia.com/property/1071140467-139-Parkshore-Dr-Panama-City-Beach-FL-32413</link>
      <description>2000 sqft 3 beds 4 baths property in Panama City Beach, FL</description>
      <pubDate>Wed, 5 Nov 2008</pubDate>
      <image>http://thumbs.trulia.com/pictures/thumbs_big/467/1071140467_1246570989.jpg</image>
    </item>
  </channel>
</rss>

I need to read in the path in the image tag so I can display the image in a template.
Can anyone point me in the right direction?

Thanks,
Charlie

adjustreality’s picture

trying to figure same thing out. I think it might be a security risk if you import images, not sure though.