Support

Account

Home Forums General Issues Wistia not working with ACF oEmbed Reply To: Wistia not working with ACF oEmbed

  • Hi @jrstaatsiii

    I’m afraid I can’t show the video in my installation because of some sandbox flag errors.

    Maybe you can try to use the wp_oembed_get() function like this:

    <?php $embed_code = wp_oembed_get( 'https://thedropp.wistia.com/medias/p5egqo189g' ); echo $embed_code; ?>

    If it’s working on your end, then you can add the video URL using a URL field type and then use that code to show the video.

    I hope this helps.