- 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)
(Example after post is saved)
Features:
Q: Is there a way to setup certain tags to autoplay?
A: No.
Adds Audio BB code media.
(Example of .mp3 URL pasted into editor)
(Example after post is saved)
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.
- Create a directory called /data/files/audio on your server using File manager.
- Copy the src/Andy/Audio/audio.php file to your newly created directory.
- Install the Development mode options add-on and enable development mode. This will allow you to edit the BB code media site.
- 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>
- Disable development mode.
- Create a new post.
- Attach a MP3 file.
- Copy URL of the attached.
- Paste URL into message.
- Save post.
Q: Is there a way to setup certain tags to autoplay?
A: No.