Video Embed not working

I am trying to embed a series of Vimeo videos using embed code such as:

[x_video_embed type="16:9" no_container="true"]<iframe src="https://player.vimeo.com/video/344058213" width="640" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen"></iframe>[/x_video_embed]

This is a private link to domain profx.online. However i tried embedding a public Youtube video and the same issue appears.

Please let me know how to solve this issue as i feel its a small solve and maybe i am doing something wrong?

Many thanks in advance

Hi @kumararran,

Based on the screenshot you have posted, the codes in the iframe gets changed from < to &lt; and > to &gt;.

So kindly edit the code you have in the embed shortcodes and use < and > instead of &lt; and &gt;

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.