Quote Originally Posted by hostonnet View Post
This MOD is for vShare 2.7, 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
i have downloaded this patch file but i don't know how to implement it? i tried to replace the above codes but it is showing the same youtube url and embed code links. i am not using vshare player i am using jw player. can you please help?