XF 1.4 HTML 5 audio tag

Chad

Active member
Hey folks. In my previous vb4 install I ws able to integrate the built in html5 audio tag using something like the below. But in XF it's not converting to an actual player just plain text. Any ideas?

Code:
<audio src="http://s2.cpl.delvenetworks.com/med...e3405a80a68bdf93dac8e5/itm_pgm_2014_12_27.mp3" controls="controls" type="audio/mpeg"></audio>
 
Hey folks. In my previous vb4 install I ws able to integrate the built in html5 audio tag using something like the below. But in XF it's not converting to an actual player just plain text. Any ideas?

Code:
<audio src="http://s2.cpl.delvenetworks.com/med...e3405a80a68bdf93dac8e5/itm_pgm_2014_12_27.mp3" controls="controls" type="audio/mpeg"></audio>
You can check this. Anyway, you will need this addon to replace your html by a Bb Code.
 
Hi. I have the post replace installed, but how should I convert the audio to media tags? What should be the full old / new and expressions input?
Just ask this question in the Post/Replace discussion including the source of what you want to change and the Bb Code you intend to use.
 
Top Bottom