Results 1 to 10 of 12

Thread: [MOD] Remove Youtube Link

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    906

    Default [MOD] Remove Youtube Link

    Remove link back to youtube on imported embedded youtube videos.

    Open

    include/class.video_player.php

    Find (Line 112)

    Code:
            width="' . $config['player_width'] . '" height="' . $config['player_height'] . '"></embed>
    Replace with

    Code:
            width="' . $config['player_width'] . '" height="' . $config['player_height'] . '" allownetworking="internal" saveembedtags="true" enablehref="false" enablejsurl="false"></embed>
    Patch/Diff file

    vShare - 184.patch - vShare
    Last edited by vshare2; 03-07-2012 at 04:13 AM.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •