Viewing 4 replies - 1 through 4 (of 4 total)
  • wordtube playlist php code — HTML Code is just enough. Modify the required code marked as bold. Easier option is to do view source it the wordtube admin page and copy the code and paste. The code should look similar to this.

    <div style=”text-align: center;”>
    <div class=”wordtube”>
    <div class=”wordtube playlist0″ id=”WT1_1” name=”WT1_1” style=”width:400px; height:500px;“>
    Get the Flash Player to see the wordTube Media Player.
    </div></div>
    <script type=”text/javascript” defer=”defer”>
    var WT1_1 = {
    params : {
    wmode : “opaque”,
    allowscriptaccess : “always”},
    flashvars : {
    file : “http://127.0.0.1:9080/wp-content/plugins/wordtube/myextractXML.php?id=0“,
    volume : “80”,
    bufferlength : “5”,
    quality : “false”,
    shuffle : “false”,
    playlist : “bottom”},
    attr : {
    id : “WT1“,
    name : “WT1“},
    start : function() {
    swfobject.embedSWF(“http://127.0.0.1:9080/wp-content/plugins/wordtube/player.swf“, “WT1_1“, “400“, “500“, “9.0.0”, false, this.flashvars, this.params , this.attr );
    }
    }
    WT1_1.start();
    </script>
    </div>

    These instructions work great. Thanks for the help. I would like to take it one step further and post videos only with certain tags. I’ve made a page template and use nextgen to display related images by tag, I would also like to display related videos by tag. Any ideas?

    Just fyi, I am using a plugin to tag my pages – so it would basically work similar to displaying related posts by tag… only I need to do this using php in my page template. Thanks!

    Just giving this topic a bump. I would still like for related videos to show up by tags… any ideas?

    I cannot identify which PHP file to edit. I cannot find one referring to playlists. Can you tell me which file to edit?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: wordTube] Code For Bypassing Plugin’ is closed to new replies.