The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Myspace Music Player Embed
Myspace Music Player Embed
Okay, i been trying to embed a music player on a page on my site, everytime i get code that i am advised to get it dont work... now i have come to the experts for help.... please help.. |
#2
|
||||
|
||||
are you using this: https://vborg.vbsupport.ru/showthread.php?t=209652 ???
|
#3
|
|||
|
|||
Quote:
www.hiphopgenerals.com/daggerz.php i simply need to embed his myspace player onto that page..... |
#4
|
||||
|
||||
Is the page vb powered? ie. got vb wrapper ( havent checked link sorry )
If so, look for: https://vborg.vbsupport.ru/showthread.php?t=150761 |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
Then WHY NOT post the code you have so we may see !
|
#7
|
|||
|
|||
wow.
i dont have any code. this is what im saying, all i need is too know how to embed the player, which piece of code to grab from the target myspace page..., and the relevant code to help embed it correctly with vbulletin etc. |
#8
|
||||
|
||||
Quote:
and Quote:
Not rocket science is it mate, if you paste the code MYSPACE supply here, we could probably make a BBCODE for you to add it. Ste --------------- Added [DATE]1252541217[/DATE] at [TIME]1252541217[/TIME] --------------- Are you referring to the MYSPACE Playlist ? ie. http://music.myspace.com/index.cfm?f...=1&rpeat=false |
#9
|
|||
|
|||
Quote:
im not getting any code. i have searched on google for this and it tells me to get the page source and find the code, but the code dont exsit, i believe this is because the tutotrials are based on the old myspace music players, not the new ones, and i cannot find any for a new version.. if i give you the myspace page, can you get the embed code or not ? |
#10
|
||||
|
||||
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> Then within a post could try this: Code:
[iframe]http://music.myspace.com/index.cfm?fuseaction=music.popupplayer&sindex=-1.0&shuffle=false&amix=false&pmix=false&plid=144913&artid=16472614&profid=439490040&friendid=439490040&sseed=0&ptype=3&stime=0&ap=1&rpeat=false[/iframe] --------------- Added [DATE]1252542272[/DATE] at [TIME]1252542272[/TIME] --------------- Just tested doesnt work, myspace doesnt parse the embed urls from the playlist |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|