Meta Box
Support Forum
Support › General › oembed field output
Hello,
What should be the output of the following?
rwmb_meta( 'event_oembed_video', 'type=oembed', $post_id );
It will show the embed HTML, for example: the video player if that's a Youtube URL.
Thank you,
In my case I get the following output:
Array
Any idea where the problem is ?
P.S. - The previous behavior is for clone true fields
Hmm, if the field is clone, the rwmb_meta function will display an unordered list of embed videos.
rwmb_meta
Can you try with the development version on Github?