• Resolved SaeedTJ

    (@saeedtj)


    Hi
    Thank you for this grate plugin
    I am using this plugin as well, but there is a problem
    the shortcode just includes a single audio
    I don’t know how to use it for multiple files in a page
    whats the solution?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, have you tried adding more than 1 shortcode in your page?

    Thread Starter SaeedTJ

    (@saeedtj)

    I tried and it makes 2 audio player separated
    and there is no next buttom on template1
    *(without template there is just 2 buttons which you click on each of them, it playes the sound)

    I wanna use it like a html5 audio player
    for example:

    <audio controls>
    	<source src="music.mp3" type="audio/mpeg" />
    	<source src="music.mp3" type="audio/mpeg" />
    </audio>

    or like this one:

    <li data-title="<?php the_field('the_music_fa'); ?> - <?php the_field('the_singer'); ?>" data-duration="206">
    	<div class="amazingaudioplayer-source" data-src="<?php the_field('play_link'); ?>" data-type="audio/mpeg" />
    </li>
    • This reply was modified 7 years, 11 months ago by SaeedTJ.
    Thread Starter SaeedTJ

    (@saeedtj)

    so there is no way to do?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Unfortunately at present that is not possible.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple mp3 files problem’ is closed to new replies.