Using with videos embedded in template (wp_oembed_get or similar)
-
Hi there,
I am embedding videos from a custom field with the following in my theme, where $url is the video URL. The videos embed fine, but do not trigger the fluid video plugin.
echo wp_oembed_get( $url );
Any suggestions for the code to use in my template? If I just try
echo $url;
I get the URL printed, not the video embedded.Thanks!
- The topic ‘Using with videos embedded in template (wp_oembed_get or similar)’ is closed to new replies.