try
echo apply_filters( 'the_content', '[embed width='400']http://www.youtube.com/watch?v=qGLXpIojJkg[/embed]' );
Thread Starter
mmodic
(@mmodic)
yea but it’s not working for “set thumbnail” feature in wordpress 2.9 🙁
add this to function.php
add_filter('widget_text', 'do_shortcode');
this fixed it for me …