• Hi!!!

    It’s possible to add a download button to the audio player?

    It’s something very difficult??

    Any ideas??

    thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zdv80

    (@zdv80)

    I don’t know if is the better solution, but I added this at line 75 of post-formats.php file

    <a href="<?php echo $meta['_audio_mp3_url'][0]."\n"; ?>" download="<?php echo $meta['_audio_mp3_url'][0]; ?>">Download</a>

    In my case works ;P

    This should work for FF and chrome, but how do you trigger an auto download in Safari or IE?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Audio Download Button’ is closed to new replies.