Compatible XF Versions
2.0 , 2.1 , 2.2 , 2.3
Visible Branding
No
Description:

Adds Audio BB code media.

(Example of .mp3 URL pasted into editor)

1733754069590.png


(Example after post is saved)

1733754059912.png


Features:
  • Uses HTML <audio> tag.
  • Plays MP3 files.
  • Paste URL into message and Audio player will be embedded.
  • URL's can be internal or external.
Setup:
  1. Create a directory called /data/files/audio on your server using File manager.
  2. Copy the src/Andy/Audio/audio.php file to your newly created directory.
  3. Install the Development mode options add-on and enable development mode. This will allow you to edit the BB code media site.
  4. Edit the following:
    Admin control panel -> Content -> BB code media sites -> Audio
    Change the following to your own forum URL:
    <iframe width="100%" height="66" scrolling="no" frameborder="no" src="https://example.com/data/files/audio/audio.php/?url={$id}"></iframe>
  5. Disable development mode.
How to use:
  1. Create a new post.
  2. Attach a MP3 file.
  3. Copy URL of the attached.
  4. Paste URL into message.
  5. Save post.
Question and Answers:

Q: Is there a way to setup certain tags to autoplay?
A: No.
Author
XenForo
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from XenForo

Latest updates

  1. AndyB Audio 1.3

    Audio v1.3 changes: Updated BB code media site code.
  2. See description

    Audio v1.2 changes: Increased the height of the audio player.
Back
Top Bottom