Quote:
Originally Posted by Harley D
My feeds are showing, however the URL to the images are incorrect?
Example:
actual link from my About Today Page RSS feed
Code:
http://www.laserenthusiast.com/productimages/sku_10779_1_small.jpg
Should be
Code:
http://www.dealextreme.com/productimages/sku_10779_1_small.jpg
laserenthusiast is MY sites URL
dealextreme is the RSS feed
I'm using, vBulletin version: 3.6.8 Patch Level 2
What do I need to change to correct this?
Thanks
|
My guess is that the feed above has the images as relative instead of absolute paths in the feed information. So the url to the image is coming as "productimages/sku_10779_1_small.jpg" when saved in AboutToday as a relative feed it's then output to the browser with your site's URL in front of it. I'm not sure there is a fix except for the other site to have absolute url's to the images.
What is the rss feed link you are using so I can look at it more?