I'm using Google Reader with various sources including MaxConsole and there is a small issue regarding a topics picture; they are displayed as a link to the attachment rather than being an image, e.g.
<a href="http://www.maxconsole.net/attachment.php?attachmentid=26282">Attachment 26282</a> instead of
<img src="http://www.maxconsole.net/attachment.php?attachmentid=26282" alt="" />
I understand if the links are provided intentionally for bandwidth purposes but please consider changing the text to 'img' or something small and adding a space between the attachment link and the first character of the articles body.
Lastly I was making a PHP script to host on my own server which addresses the issue and caches a smaller version of the picture (more mobile friendly) and encountered another problem: your feed is being submitted as ISO-8859-1 while the document itself declares itself as UTF-8 - this isn't hard to work around however, just adding it for completeness.




Reply With Quote

