We are currently using the Lightcast API to retrieve video content, with results being returned in JSON format. Within the response, an embed code is provided for each video.
However, we are encountering an issue where the embed code does not render properly when used. Additionally, any content that appears after the <iframe> embed code also fails to render as expected.
This behavior suggests that the iframe may be interfering with the rendering of subsequent content, or that the embed code itself is not being properly interpreted in our implementation.
Are there any steps to parsing HTML data other than referencing {{ looper.field({“key”:“embed_code”}) }} as I would any other API request?
