• jsgdsign

    (@jsgdsign)


    hi,

    I have the “viper’s video quicktags” plugin installed [and MediaElement.js .. of course]

    when i want to embed a video i get an error.

    when I removed viper, no-errors… BUT i can’t click on the play button.

    thanks for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author johndyer

    (@johndyer)

    Could you update the player and then if you’re still having problems, send me the URL to your site.

    Thread Starter jsgdsign

    (@jsgdsign)

    I updated…

    I’m still having problems…. here is the problem

    I hid the error text, you’ll have to highlight the sentence that’s right before the “recommend” fb button.
    oh.. and you’ll have to translate the site [it’s in french :D]
    Note that viper’s video quicktags enabled

    I found I could eliminate the conflict if I changed a line of code in the video viper plugin. Edit the plugin. Then find this line
    add_shortcode( ‘video’, array(&$this, ‘shortcode_videofile’) ); // Legacy

    That is the same video keyword that the mediaelement plugin is trying to use. So I just changed the Viper line to be

    add_shortcode( ‘vvideo’, array(&$this, ‘shortcode_videofile’) ); // Legacy

    So if I want video from Viper I use [vvideo] with two letter Vs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: MediaElement.js – HTML5 Video & Audio Player] viper's video quicktags incompatibil’ is closed to new replies.