Rss feeds to show images

4 posts by 2 authors in: Forums > CMS Builder
Last Post: November 29, 2010   (RSS)

Re: [davef81] Rss feeds to show images

By Jason - November 25, 2010

Hi Dave,

I took a look at the [url http://base.google.co.uk/support/bin/answer.py?answer=58085&hl=en_GB] Google RSS Specifications[/url] and it looks like when using <g:image_link> you just provide the url path to the image, not the actual HTML img tag.

Try something like this:

<?php foreach ($record['images'] as $upload): ?>
<g:image_link>http://www.mydomain.com<?php echo $upload['urlPath'] ?></g:image_link>
<?php endforeach ?>


Give that a try and let me know if you run into any issues.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Rss feeds to show images

Hello Jason

Thanks for the reply, I have tried what you said, however doing this still doesnt show the images in the rss feed, however whenyou view the source the urls are correct it just doesnt display.

Re: [davef81] Rss feeds to show images

By Jason - November 29, 2010

Hi,

If you could fill out a [url http://www.interactivetools.com/support/]2nd Level Support Request[/url], we can take a closer look at this for you.

Thanks.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/