We run 3 of the worlds largest MySpace resource sites.
I can tell you, you will struggle. Since MySpace changed their code structure, and nearly all customisations are now in house, so to speak, the option is no longer available to embed a music link. It is all done via playlists now.
Ok you could just goto your MySpace profile, and click the popout player.
Then embed that in your page, using iframe ( via bbcode ) but this maybe against MySpace TOS, and classed as indirect plaguerism.
Also it will display their adverts etc.
If you then take the popout codes. html, and begin stripping it to effectively steal the myspace player, utilising their js and flash vars, then this again is copyright issue.
Ste
--------------- Added [DATE]1252542099[/DATE] at [TIME]1252542099[/TIME] ---------------
However, for this example.
You could create a bbcode iframe in admincp
replacement text:
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="650" height="650" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="{param}" title="Go to site directly" target="_new">Go to the site directly</a>
</td>
</tr>
</thead>
<tr>
<td>
<iFrame src="{param}" width="650" height="650"marginheight="0" scrolling="no" frameborder="0"></iframe>
</td>
</tr>
</table>