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

List of articles

It wasn't necessary to generate for pages in this section at all. When I refused to do it, Azimzadeh did it and submitted an issue on my template
This is the end result. I said it multiple times that these pages don't have a consistent DOM structure and will fail
Master of None
Don't send spam issue.

Because Blogfa.com is Blog provider like as Blogger.com and Blogfa.com has more than 10000 sub-blogs.

And your template must have IV for this sub-blog(ms93-love-me.blogfa.com)
Accepted by admin
IVs are cached, so the IV would eventually show outdated content.

Dynamically updated lists of articles should not generate an IV.
Master of None
Dear Admin,
I used rule below; but i don't know why it doesn't work:
?path: /post.*

But my template handle more than 1000 subdomains of Blogfa.com.
Thanks.
Accepted by admin
The ? condition uses the OR logic if it is joined with other conditions.

So for instance, if these conditions are joined:

?domain
!domain_not
?path

This would mean that ?domain and !domain_not could both be true, then ?path would not need to be true.

In contrast:

?domain
!domain_not
!path

The !path would require that the path always be true since it uses the AND logic.

So it's an issue with the template code.

See https://instantview.telegram.org/docs#conditions
Type of issue
IV generated for non-target page
Reported
Jun 19, 2017