In BxDolSharedMedia.php:
For image, Line 239, replace:
$sEmbedCode = '<img src="'.$this->sFilesUrl.$aFile['medID'].'.'.$aFile['medExt'].'">';
With:
$sEmbedCode = '<img src="'.$this->sFilesUrl.$aFile['medID'].'.'.$aFile['medExt'].'" width="300" height="200" border="0"/><p><a href="http://806social.com">806social.com</a></p> ';
For Music:
$sEmbedCode = getEmbedCode('music', 'player', array('id'=>$aFile['medID'],'song'=>'true'));
with:
$sEmbedCode = getEmbedCode('music', 'player', array('id'=>$aFile['medID'],'song'=>'true')) . '<p><a href="http://806social.com">806social.com</a></p>';
for Video:
$sEmbedCode = getEmbedCode('movie', 'player', array('file'=>$aFile['medID']));
With:
$sEmbedCode = getEmbedCode('movie', 'player', array('file'=>$aFile['medID'])). '<p><a href="http://806social.com">806social.com</a></p>';