Modules > JavaScript Codes Management > Create a new script
Title : your choice
Placement : In the topics
Paste the code below and submit :
help.forumotion.com
More
Title : your choice
Placement : In the topics
Paste the code below and submit :
- Code:
$(function(){$('.post .postbody a').each(function() {if (/http:\/\/.*?.mp3/.test($(this).html())) $(this).html($(this).html().replace(/(http:\/\/.*?.mp3)/ig,'<audio controls><source src="$1" type="audio/mpeg"></audio>')).before($(this).html()).remove()})});
help.forumotion.com
More