Closed GoogleCodeExporter closed 9 years ago
I got no idea why that is but the ttrss-server doesn't include the alt-tags
with the articles from this feed. I got it working with the feed from xkcd.com
(http://xkcd.com/rss.xml), see the attached screenshot.
I'd recommend you open a bugreport at tt-rss.org since this seems to be related
to the ttrss-api.
Original comment by nils.braden
on 18 Feb 2014 at 7:05
Attachments:
Thanks for the quick feedback.
I was surprised to see that the "official" version of ttrss reader does
display the caption in all cases...
After some investigation I realized that it is not the "alt" option which
is used in this case, but the "title" option.
Example code from the bouletcorp feed:
<content:encoded><![CDATA[<p><img src="
http://www.bouletcorp.com/wp-content/uploads/2014/02/Laitiere.png"
*title*="Vermeer
ne méritait pas ça." alt="" /></p>
]]></content:encoded>
Incidentally, it is used in "what if?", another partly comic site by the
founder of xkcd that I follow...
Anyway, do you think you can add this option as well in your code? Afaik,
its usage is basically the same as alt, it is not "standard" but used more
than never in websites.
Cheers!
2014-02-18 20:05 GMT+01:00 <ttrss-reader-fork@googlecode.com>:
Original comment by romain.b...@gmail.com
on 19 Feb 2014 at 11:17
Original issue reported on code.google.com by
romain.b...@gmail.com
on 17 Feb 2014 at 11:15