Description:
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.
Setup:
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=" {$id}"></iframe>
Disable development mode.
How to use:
Create a new post.
Attach a MP3 file.
Copy URL of the attached.
Paste URL into message.
Save post.
Question and Answers:
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.
Setup:
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=" {$id}"></iframe>
Disable development mode.
How to use:
Create a new post.
Attach a MP3 file.
Copy URL of the attached.
Paste URL into message.
Save post.
Question and Answers:
Q: Is there a way to setup certain tags to autoplay?
A: No.