LATEST TIPS & TRICKS

Play Audio File In GroovePages

Apr 25, 2021

The Highlight

In this video I'm showing you can add an audio player like the one below to GroovePages or GrooveBlog.

The Video


The Code

This part is simple to implement, I'm trying to make it simpler and simpler for you.


Step 1 - Upload your file to GrooveMember file section

Copy the URL link to the file in notepad

Step 2 - Add a "Code embed" element to your page/post

Step 3 - Past the following code

Replace the [ [ URL ] ] token with your URL from the GrooveMember filse section

<center>

<audio controls="">

 <source src="[[ URL ]]" type="audio/mpeg">

Your browser does not support the audio element.

</audio>

</center>


This code work with MAC and PC on major browser (Safarie, Firefox, Microsoft Edge, Chrome).


Hope it helps!