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

not an issue . just wanna say thanks .

my bad i should do image_url: $cover/self::img instead of image_url: $cover . i usually use image from meta data for thumbnail because it is meant for sharing right?

Want To Ask : my previous experience with image_url i also encounter a bug where thumbnail does not show in preview but it just show itself when view in telegram (i use image from meta data for this) . that should not count as an issue right?
Mykhailo Komendant
If you click 'VIEW IN TELEGRAM' button and look this link in app - and see that image is properly handled for your template (https://telegra.ph/file/fab545ca253546be29ee0.png) - that means everything is ok with template.

P.S. image_url should contain only link to image, not <img> tag or <figure>. For this case, if we want to get image_url from cover, we may use

image_url: $cover//img/@src
# or, if we using just <img> for cover without <figure> container
image_url: $cover/@src

- just attribute that contains value we need


Checklist says:
Thumbnail for link preview must be shown if a suitable image or document exists in the source

If site provide something suitable in meta tags we can use this values. For example, if in meta tags only present site logo for all articles - that is less usable, and we can replace it with image from article (a cover image etc) if suitable image is present in article
Declined by admin
Type of issue
IV not generated for target page
Reported
Feb 22, 2019