Is it possible to use oembed with custom fields? Ive tried using wp_oembed_get with the custom field value, but nothing seems to show. Example $videourl = get_post_meta(get_the_ID(), 'video-link', true); echo wp_oembed_get( $videourl); video-link has the youtube url.