<script type="text/javascript" src="//video.foxnews.com/v/embed.js?id=5094247534001&w=466&h=263"></script><noscript>Watch the latest video at <a href="//video.foxnews.com">video.foxnews.com</a></noscript>
For some reason this didn't work when i testedLooks fairly simple.
This is the embed code:
From this URL:HTML:<script type="text/javascript" src="//video.foxnews.com/v/embed.js?id=5094247534001&w=466&h=263"></script><noscript>Watch the latest video at <a href="//video.foxnews.com">video.foxnews.com</a></noscript>
http://video.foxnews.com/v/5094247534001/
Note that the "ID" is the same in the embed code as it is in the URL (5094247534001).
So, realistically, it should be just a case of copying and slightly adjusting the definition of one of the existing ones, like Liveleak.
<iframe src="//video.foxnews.com/v/video-embed.html?video_id={$id}" width="466" height="263" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
This works for me
View attachment 155917Code:<iframe src="//video.foxnews.com/v/video-embed.html?video_id={$id}" width="466" height="263" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
http://video.foxnews.com/v/{$id}/
foxnews
FoxNews
http://www.foxnews.com
http://video.foxnews.com/v/{$id}/
<iframe src="//video.foxnews.com/v/video-embed.html?video_id={$id}" width="466" height="263" marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
The match URL has to be the URL that you would paste into a post, which would be the URL you see in your browser when you're actually viewing the video normally.
http://video.foxnews.com/v/{$id}/
https://video.foxnews.com/v/{$id}/
The link doesn't match with the Match URLs in the settings, you need add this:The direct link to that video is: https://video.foxnews.com/static/p/video/app/embed/iframe/vod.html?video_id=5094247534001
https://video.foxnews.com/static/p/video/app/embed/iframe/vod.html?video_id={$id}
<iframe src="//video.foxnews.com/v/video-embed.html?video_id={id}" width="500" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
<iframe src="http://video.foxnews.com/v/video-embed.html?video_id={id}" width="500" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
<iframe src="https://video.foxnews.com/v/video-embed.html?video_id={id}" width="500" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
<iframe src="https://video.foxnews.com/v/video-embed.html?video_id={$id}" width="500" height="300" marginwidth="0" marginheight="0"frameborder="0" scrolling="no"></iframe>
We use essential cookies to make this site work, and optional cookies to enhance your experience.