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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.