MP3 BBcode

Unmaintained MP3 BBcode 1.0.1

No permission to download
MP3 BBcode By JacquiiDesigns
See this bbcode in action at JPiC Forum For Writers

REQUIREMENTS:
Xenforo forum with the Custom BB Code Manager add-on by King Kovifor installed. WordPress Audio Player as provided free of charge at http://wpaudioplayer.com/

INSTRUCTIONS:
  1. Version 2.0 of the Wordpress audio player is included in the download. You may also download the most recent standalone player from http://wpaudioplayer.com/download/

  2. Unpack the archive and/or upload the complete "audio-player" folder to your forum's root directory.

  3. Edit your "PAGE_CONTAINER" template:
    Find:
    Code:
    </head>

    Add directly above it the following code:
    Code:
    <script type="text/javascript" src="audio-player/audio-player.js"></script> 
    <script type="text/javascript">
    AudioPlayer.setup("audio-player/player.swf", {
    width: 420,
    titles: "<xen:if is="{$title}">{$xenOptions.boardTitle} MP3 Player<xen:else />Forum MP3 Player</xen:if>",
    autostart: "no",
    loop: "no",
    animation: "yes",
    remaining: "yes",
    noinfo: "no",
    initialvolume: "25",
    transparentpagebg: "yes",
    text: "000000",
    loader: "ededed",
    leftbg: "9c9c9c",
    lefticon: "363636",
    bg: "363636",
    track: "9c9c9c",
    tracker: "ededed",
    skip: "ededed",
    voltrack: "ededed",
    volslider: "363636",
    border: "ededed",
    righticon: "ededed",
    rightbg: "363636",
    rightbghover: "9c9c9c",
    righticonhover: "363636"
    });
    </script>

    The above code is styled darkgrey/grey/cream as you can see on the DEMO SITE. A complete list of the customizeable player and color scheme options can be found at http://wpaudioplayer.com/standalone/

  4. Import New BB Code via the BB Code Manager: AdminCP ==> Home ==> BB Code Manager ==> Import New BB Code [[Select the bbcode_mp3.xml file]] ==> Click the "Import BB Code" button.

  5. Done! Enjoy.

  6. Your new bbcode format will be like so:
    Code:
    [mp3=http://site.com/track.mp3]Name of Track[/mp3]
NOTES:
  1. Important limitation is that you can only use the bbcode once per thread page.
    I'm not sure how you'd be able to "fix" this issue. If there is someone who knows - Please share!

  2. You'll notice that there are 3 separate tracks playable on the DEMO SITE:

    bbcode_mp3_screen.webp


    The format you'd use for multi-track is as follows:
    Code:
    [mp3=http://site.com/track.mp3,http://site.com/track2.mp3,http://site.com/track.mp3]Name of Track | Name of Track2 | Name of Track3[/mp3]
Author
JacquiiDesigns
Downloads
113
Views
1,519
First release
Last update

Ratings

5.00 star(s) 3 ratings

More resources from JacquiiDesigns

Latest updates

  1. Removed the hardcoded purple description color...

    #8b008b purple color was hardcoded in the bbcode_mp3.xml -- It has since been removed so that...

Latest reviews

Excellent job, make it possible to have multiple players in one page and it's perfect :)
Love it! Thanks for sharing :)
JacquiiDesigns
JacquiiDesigns
Thanks for the rating = Enjoy ;)
Ain't even tried it yet but 5 stars anyway cause you can play multiple mp3s using the arrowsss
JacquiiDesigns
JacquiiDesigns
Thanks for the rating. It's a nice mp3 player - just wish there was a way to allow multiple uses of it in posts...
Top Bottom