-
Several sites were using my videos on their sites, now all sites are receiving this message: Player not found, see the full article: Video name.
– The Embed option is active.
– Use iframe embedding is active.I see a difference in the iframe code. the sites were using:
<iframe src="https://site.com/video-name/fvp/#fvp_video_name" allowfullscreen width="600" height="477" frameborder="0" style="max-width:100%"></iframe>
The player now displays a different iframe:
<iframe src="https://site.com/video-name/fvp2/" allowfullscreen width="576" height="458" frameborder="0" style="max-width:100%"></iframe>
The old iframe doesn’t work anymore, it is impossible to change thousands of iframes now.
what can i do to fix this problem?
Thanks