No images currently show in my feeds. There is basically an empty placeholder box with the x in the corner. When I click on the image itself I get http://feedproxy.google.com/sites/default/files/images/upload/picture1.jpg. Somehow the feedburner.google.com is replacing the www.example.com. Any thoughts?
Comments
Comment #1
superflyman commentedComment #2
dave reidDid you figure this out? It was probably that your image source paths were relative urls like "/images/myimage.jpg". If your feed is burned using FeedBurner, that same link will show up in the feed as "http://feedproxy.google.com/images/myimage.jpg" which no longer exists. I recommend using the Pathologic module to make sure all relative urls are converted to absolute urls during output.