Video Url in shortcode return..
-
I’ve got a shortcode that successfully returns a bunch of html.
I want any video urls in that html to get “embedded” – but can only get the url to disappear if I try
$out=do_shortcode($out);
I’ve tried wrapping
https://www.youtube.com/watch?v=dQw4w9WgXcQ
in embed tags and made sure it’s on it’s own line too.How do I get $out to have the embed magic happen please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Video Url in shortcode return..’ is closed to new replies.