XF 1.5 BBCode help

rexxxy

Active member
I need to know how do I write bbcode for my streaming site

Album url and embed code
Code:
http://jatune.com/album/290

<iframe src="http://jatune.com/embed?album=Mjkw"  width="300" height="380" frameborder="0" allowtransparency="true"></iframe>

Single url and embed code

Code:
http://jatune.com/song/2483

<iframe src="http://jatune.com/embed?song=MjQ4Mw=="  width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
 
This one wouldn't be possible without defining a PHP callback which requires custom development.

You should therefore post your request in the custom service and development requests or the Development Discussions forum if you want to do it yourself.
 
Top Bottom