Do_Shortcode not working for Embed
-
To make life easier, I’d like to retrieve the video URL from a custom field and then output the full video code.
I’ve used do_shortcode but it did nothing
<?php echo do_shortcode('[embed]Youtube URL[/embed]'); ?>,
Then I searched around and seems this should be the solution.
http://ww.wp.xz.cn/support/topic/call-function-called-by-embed-shortcode-direct#post-1577437
http://wordpress.stackexchange.com/questions/22524/do-shortcode-not-working-for-embed<?php global $wp_embed; echo $wp_embed->run_shortcode('[embed]Youtube URL[/embed]');?>Again it failed to display the video but a hyper-linked URL.
Appreciate any help from you. Many thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Do_Shortcode not working for Embed’ is closed to new replies.