• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • jt101

    (@jt101)

    Hi there

    Did you have any luck with this. I’m running into the same issue with flowplayer: https://www.thebreadcrumbtrail.org/archives/548

    Cheers

    James

    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’);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcodes not working with wordTube’ is closed to new replies.