"6.4.2 Video/Audio from unsupported players - If the unsupported widget has an iFrame version, make it into an <iframe>. If you do that, the IV page will not be generated due to unsupported content, but things will work out of the box if and when we support that widget. - If it is not possible to represent the widget as an iFrame, but it is possible to get a direct link to the video/audio, use this link to generate a <video> or <audio> with the correct src attribute. - Otherwise, mark the object with the @unsupported function."
According to the rules, you should mark the unsupported video as unsupported by using @unsupported tag. So the template should output "ELEMENT_NOT_SUPPORTED" error, instead of trying not to generate IV with conditions. Kindly check with my template.
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
- If the unsupported widget has an iFrame version, make it into an <iframe>. If you do that, the IV page will not be generated due to unsupported content, but things will work out of the box if and when we support that widget.
- If it is not possible to represent the widget as an iFrame, but it is possible to get a direct link to the video/audio, use this link to generate a <video> or <audio> with the correct src attribute.
- Otherwise, mark the object with the @unsupported function."
https://instantview.telegram.org/checklist#6-4-2-video-audio-from-unsupported-players
According to the rules, you should mark the unsupported video as unsupported by using @unsupported tag. So the template should output "ELEMENT_NOT_SUPPORTED" error, instead of trying not to generate IV with conditions. Kindly check with my template.