Hi!
I am using WPvideo to include Youtube videos. Works like a charm on the_content()...
... does NOT work on the_excerpt(), though...
I tried to add a filter [add_filter('the_excerpt', 'wpvideo')] at the bottom line of the plugin, but that doesn't change anything.
Somehow, the tags [video]...[/video] are stripped of... I thouhgt the_excerpt() would only strip of "<tag></tag>" tags.
Kimili Flashembed works perfectly and shows everything inside the_excerpt(), but it uses 'template_redirect' as action and uses ob_start().
Does anyone know how to get WPvideo to show videos in excerpts?
Thanks!