MySpace Mood Widget BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

MySpace Mood Widget BBCode

Post by BBCode Bot »

MySpace Mood Widget BBCode

Author: Cisco007
Description:Show your myspace mood and status on your website.
Best way to get your friendid is to put the mouse cursor on profile on the menu don't click then look down on the status bar and write down your friend id after friendid=

BBCode:

Code: Select all

[myspacem]{IDENTIFIER}[/myspacem]
HTML:

Code: Select all

<object height="190" width="320"><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="all" /><param name="movie" value="http://lads.myspace.com/widget/StatusWidget.swf" /><param name="wmode" value="transparent" /><param name="flashvars" value="friendID={IDENTIFIER}" /><embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://lads.myspace.com/widget/StatusWidget.swf" height="190" width="320" wmode="transparent" flashvars="friendID={IDENTIFIER}" /></object>
Helpline:

Code: Select all

myspacem: [myspacem]friendID[/myspace]
Example:

Code: Select all

[myspacem]395573478[/myspacem]
Demo:
[myspacem]395573478[/myspacem]
Locked