Jump to content

HTML5 Audio Player For Prestashop 1.4.8.2


jayb174

Recommended Posts

Hello,

 

I've been looking for a HTML5 compatible audio code for my shop version 1.4.8.2 to put audio files in the product's short description and came across this code being used now for HTML5

 

<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

However, I'm still using Prestashop 1.4.8.2 and I don't have the option to disable the "HTMLPurifier Library". Every time I put this code into the product's description editor it disappears. It seems as if Prestashop 1.4.8.2 strips the audio tags.

 

I'm willing to pay someone to help me find a solution so that I can use this HTML5 audio code in the product's short descriptions of my Prestashop 1.4.8.2 shop.
 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...