Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JonathanT07

    (@jonathant07)

    Hi Again,

    So I got it working for youtube videos.

    FYI for the Videozoom its…

    // Gets the post's content
    $video_key = 'wpzoom_post_embed_code';
    $markup = get_post_meta($post_id, $video_key, true);
    $new_thumbnail = null;

    If there’s anyway you can help with with the JW Player it would be greatly appreciated!

    Thanks again,
    Jonathan

    Thread Starter JonathanT07

    (@jonathant07)

    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

Viewing 2 replies - 1 through 2 (of 2 total)