Youtube Embed inside "one_half" shortcode not working
-
I am adding a YouTube video inside a “one_half” shortcode but it is not working for some reason. I am hoping maybe someone could help me out.
Here is my shortcode code:
function one_half_shortcode( $atts, $content = null ) { return '<div class="one_half">' . do_shortcode($content) . '</div>'; } add_shortcode( 'one_half', 'one_half_shortcode' );
And here is what I am adding into the editor:
[one_half]https://www.youtube.com/watch?v=ya17jbkOKDk[/one_half]
Also tried:
[one_half][youtube=https://www.youtube.com/watch?v=ya17jbkOKDk][/one_half]
Not working, just shows the URL right on the page instead of rendering the video.
Thanks for your help guys.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Youtube Embed inside "one_half" shortcode not working’ is closed to new replies.