Want some links underneath Embed code?

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>';

Quote · 28 May 2009

Do you have this on your site?

If so, it's not working or perhaps I misunderstand the intent?

Quote · 28 May 2009

all it does is provide a link back to your site IN CASE someone embeds the music, video or photos onto another site.

nothing more than that.

Quote · 29 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.