Skip to content

Instantly share code, notes, and snippets.

@manchumahara
Last active October 21, 2018 10:47
Show Gist options
  • Save manchumahara/224cc85a1c8df6d6128b6901ba0298b9 to your computer and use it in GitHub Desktop.
Save manchumahara/224cc85a1c8df6d6128b6901ba0298b9 to your computer and use it in GitHub Desktop.
Embed in WordPress Outside of Editor or Content https://manchumahara.com/?p=1135&preview=true
$url = 'https://www.youtube.com/watch?v=08f0tiLdk7w'; //a youtube video url
$autoembed = new WP_Embed(); //initialize the wordpress oEmbed helper class
$content = $autoembed->autoembed($url); //let's parse the url and get the embeded content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment