Problem Solved: Images in Bloglines
9. November 2007 – 01:28 byMaybe you remember that images in my blog posts were not displayed in Bloglines. That was strange - at least to me - especially when considering that everything seemed to be working fine in Google Reader (and hopefully all other feed readers as well). Though I didn’t find a quick solution to the problem then and somehow forgot about it. However I have come across the answer to the problem today yesterday when trying Feed Validator.
Links to images have been relative URLs (i.e. img src=”/wp-content/uploads/…) in blog posts so far. Some feed readers have problems discovering them then, so all I have to do is to make sure that they are absolute URLs (i.e. img src=”http://www.notsorelevant.com/wp-content/uploads/…). That’s quite easy, however the cause of the problem has been configuration of the ImageManager plugin I use. Fixed that and everything should be fine in Bloglines.
![]()
Sorry, comments for this entry are closed at this time.