The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

About missing image credits.

I actually didn't change anything in my code since https://instantview.telegram.org/contest/digitaljournal.com/template25/issue2/, because, one again, there is no way to fetch them.

To fetch a gallery info, I do the HTTP requests like
http://www.digitaljournal.com/info/type/imgset/389161?rndint314940

In order to fetch a separate image info I do similar HTTP requests like
http://www.digitaljournal.com/info/type/app/mypics?suba=imgs&allow_narrow=1&albid=389161&rndint=6956495&p=0

The main problem with them is that the actual data is wrapped into CDATA, like:
<attr><![CDATA[Robyn Beck, AFP/File]]></attr>
<descr><![CDATA[Tesla CEO Elon Musk appeared to... (and so on)]]></descr>

@inline function doesn't support CDATA, so I'm getting nothing from doing these requests.

Initially I decided mark as unsupported all slideshows, but then I found a way to fetch captions (but not credits!) doing requests like
http://www.digitaljournal.com/image/396932

So, this is the limit now. It's not p
Andrew
So, this is the limit now. It's not posssible to get more information until you fix @inline function. And from my stand point, it's pointless to @unsupport slideshows only, because image credits are missing everywhere.

This is just a bit unfair to me, because technically it's not my fault.
Declined by admin
Thank you for details!
That issue has been reverted.
Type of issue
IV page is missing essential content
Reported
Mar 2, 2019