BBcode playeryahoo

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
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
Locked
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

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, 15:32, edited 1 time in total.
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

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>
Image
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

Re: BBcode playeryahoo

Post by Galandas »

correct. ;)
Locked