Hi Sutherland,
Thanks for the reply.
In the theme posts page there is a column on the right hand side that’s called Post Video Embed. There’s a text box that allows you to paste the embedded video code.
Should this be the code
// Gets the post's content
$video_key = 'Post Video Embed';
$markup = get_post_meta($post_id, $video_key, true);
$new_thumbnail = null;
Also for the JW Player videos they are embedded directly into the post in the following format. It does not use the Post Embed custom field.
[jwplayer config="Custom Player" mediaid="83"]
Any suggestions on the JW Player issue?
Thanks again for your help
Jonathan