BBcode playeryahoo

User submitted BBCodes
Let us see what You have
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.

[textarea]Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden[/textarea]

BBcode playeryahoo

Post by Galandas »

Title: BBcode playeryahoo
Author: Molotov
Description: simple player for MP3



BBCODE:

Code: Select all

[playeryahoo]{URL}[/playeryahoo]
HTML

Code: Select all

<a href="{URL}"></a>
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
Online help:

Code: Select all

[playeryahoo]Link to MP3[/playeryahoo]
Demo:
http://www.emulebello.altervista.org/fo ... p?f=2&t=44
Last edited by Galandas on 12 Jul 2010, 13:32, edited 1 time in total.

Re: BBcode playeryahoo

Post by KukY13 »

Code: Select all

<a href="{URL}"</a>
I think that code is incorrect, and that it should be like this:

Code: Select all

<a href="{URL}"></a>

Re: BBcode playeryahoo

Post by Galandas »

correct. ;)