Active
Project:
MediaFront
Version:
7.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2013 at 16:25 UTC
Updated:
6 Sep 2013 at 16:25 UTC
I am trying to use this to display video clips from YouTube but some of them have had embedding disabled. When this is the case, the video doesn't load, and I don't see any error messages. I would like to be able to display a message to the user that they need to view it directly on YouTube.
If the video is embedded using iframe code then clicking the play button results in a message that says embedding has been disabled by request and provides a link to watch the video on YouTube.
iframe code which results in the message:
<iframe width="720" height="405" src="http://www.youtube.com/embed/3yv3wos5k_k" frameborder="0" allowfullscreen=""></iframe>