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 #2

1. Publication date is missing (developers added a comma between the month and year of publication, and new date format is not parsed in IV).

2. Image in article in wrong position (because it putted inside paragraph, and IV doesn't parse this correctly).
I use this code to fix it:

<div>: $body//p[count(.//img)>0]

Or this (other embeds inside <p> also doesn't parsed correctly):

<div>: $body//p[count(.//*[img|video|audio|iframe])>0]
Accepted by admin
Type of issue
IV page is missing essential content
Reported
Oct 14, 2017