PDA

View Full Version : Displaying Images in RSS Feed?


mwhatley
02-16-2007, 05:34 PM
Hi all. Quick question, hopefully an easy one! When I view the RSS feed for my website, all I see is the description of the image. How can I change this so that the image as well as the description appear within the feed?

Thanks for any help, I really appreciate it.
matthewwhatley.net (http://www.matthewwhatley.net/photoblog)

Dkozikowski
02-16-2007, 06:25 PM
There is something seriously wrong with your RSS feed!

Images should be displayed as default.

Not only do your images not display, but your links are wrong also.

In your admin panel, under options.

What is your URL set to for SITE TITLE AND URL?

Also, for good measure, copy and paste the all the info found on the General Info page, also located in the admin panel.

Connie
02-16-2007, 08:18 PM
when I check the rss feed of my site, images are shown

check whether your RSS feed is valid, www.feedvalidator.org
if not, I bet my hat that you have some & in some titles...

we had some reports on broken feeds because of &

Dkozikowski
02-16-2007, 08:48 PM
Connie, It's weird that you can see his images.

For me, his image and link url's look like this


http://matthewwhatley.net/~1046769.1077418//cgi-bin?showimage=98
and
http://matthewwhatley.net/~1046769.1077418//cgi-binthumbnails/thumb_20070211235751_botgardenflower2.jpg

mwhatley
02-16-2007, 08:55 PM
hmm, well this is what my site title and URL read under "options":

Title: photoblog
URL: http://matthewwhatley.net/~1046769.1077418

Under General Info:

Guessed imagepath: /data/10/1/46/117/1046769/user/1077418/htdocs/~1046769.1077418//cgi-binimages/

Configured Imagepath: ../images/

Image Directory: OK - Can we write to the directory? YES. CHMOD: 0777

Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0777

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK



I'm lost! Any help here?? Thanks for your support!!

Dkozikowski
02-16-2007, 09:22 PM
Ok, try this for me.

Change your URL under options to

http://www.matthewwhatley.net/photoblog/

Dkozikowski
02-17-2007, 03:02 AM
I just checked your RSS feed again. I see you changed the pixelpost url but you are forgetting to include the last trailing slash, /

In the options page, right bellow the text field for your pixelpost url there is a message that says,
Don't forget the trailing slash '/' e.g. http://www.pixelpost.org/


Add this because I am sure it is missing and all should be well!

mwhatley
02-17-2007, 08:46 PM
Awesome, its totally works now!!! Thanks for the incredible support, you all are the best!

Dkozikowski
02-17-2007, 09:27 PM
Awesome, its totally works now!!! Thanks for the incredible support, you all are the best!

No problem :)

It looks great!

Also, in addition to your RSS link in your template,
you can place this tag:

<RSS_AUTODETECT_LINK>

in between the <head></head> element within your image_template.html file so the FEED/RSS icon displays in the URL bar.