• I just installed wordTube v2.3.1 with JWPlayer 5.1 on WordPress 2.9.2
    The only glitch I encountered was there is no player.swf, so I renamed player-viral.swf to player.swf. It worked great.

    I really like this plugin with 1 minor exception. How can I get rid of all the share/embed/info stuff when the video ends? I understand why it’s there, but it just doesn’t fit in this particular case.

    See it at http://www.4sharpscissors.com

    Can you help?

    Thanks,
    Roy

    http://wordpress.org/extend/plugins/wordtube/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to: wordpress/plugins/wordtube/lib/wordtube.class.php

    you must download that ‘wordtube.class.php’ via FTP, open it with some editor and go to the line Nº346:

    $this->swfobject->add_params(‘allowscriptaccess’, ‘always’);

    and change ‘always’ for ‘never’, like this:

    $this->swfobject->add_params(‘allowscriptaccess’, ‘never’);

    then save and replace the file in the remote folder

    That’s it

    thanks for this post this was really helpful….

    It works on my site too! Thank you minito_chiitito!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: wordTube] How to eliminate all the Share info’ is closed to new replies.