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
Bookmarks