Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Created September 20, 2018 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigiswayne/ee98a4a2a5c8a24a1c67f06ec922c90d to your computer and use it in GitHub Desktop.
Save craigiswayne/ee98a4a2a5c8a24a1c67f06ec922c90d to your computer and use it in GitHub Desktop.
How to Render YouTube Video in WordPress (given the URL)
<?php
$ytURL = https://www.youtube.com/watch?v=dQw4w9WgXcQ;
echo wp_oembed_get( $ytURL );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment