drift_dave
Member
Posted 2 years ago #
I have recently discovered that my wordTube shortcodes are not working. When I go into the wordTube media manager, the video will play, but when I copy and paste the shortcode (eg. [media id=14]) into my post, it shows up as [media id=14] and not as the video.
Does anyone have any suggestions?! I have checked and other shortcodes work.
Help!
Thanks,
Dave
Hi there
Did you have any luck with this. I'm running into the same issue with flowplayer: http://www.thebreadcrumbtrail.org/archives/548
Cheers
James
mistercyril
Member
Posted 1 year ago #
I'm having the same problem.
Adding <?php echo do_shortcode('[media id=8 w=550 h=301]'); ?> in the template file just prints out the short code not the video.
Has anyone figured this out?
My sidebar shortcodes were working BEFORE I installed WordTube and they all stopped working AFTER the installation.
It could have been something else I did but the fix for me was to enter the following into functions.php:
add_filter('widget_text', 'do_shortcode');