• Resolved UnderlineWords

    (@underlinewords)


    Hi!
    Audio to Player is very useful and nice plugin. But I have a problem; I use shortcodes in my wordpress site. But player doesn’t work when i use shortcode in any post/page.

    Example:
    http://www.domain.com/sample.mp3 (shortcode name is “album_demo_url”)

    Usage in post/page :
    1 – [acf field=”album_demo_url”] or
    2 – <a href="[acf field="album_demo_url"]"></a>
    But doesn’t work in both cases.

    Must i use only direct mp3 link in post/page?
    (<a href="http://www.domain.com/sample.mp3"></a>)

    Thanks!

    http://ww.wp.xz.cn/extend/plugins/audio-to-player/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matt

    (@sksmatt)

    Hi underlinewords,

    Yes, the only way at this point is via a regular HTML link to the audio file.

    Kind Regards!

    Thread Starter UnderlineWords

    (@underlinewords)

    Thanks for your response.
    I solved this issue via your “Shortcodes Pro” plugin. (I entering the Mp3 URL in Shortcode Pro’s Attributes field for any post/pag) Your plugins are very useful, congrats!
    Thanks again!

    Thread Starter UnderlineWords

    (@underlinewords)

    In Shortcode Pro;
    Insert Custom Code (HTML);
    <a href="http://www.domain.com/%%audiourl%%"></a>
    or
    <a href="http://www.domain.com/%%audiourl%%.mp3"></a>

    I just entering audio file name in Shortcode Pro dialog box from post/page visual editor;
    audio.mp3 or audio…

    Plugin Author Matt

    (@sksmatt)

    Hi underlinewords,

    Thanks for sharing how you solved this,

    Kind Regards!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Audio To Player] Shortcode url issue’ is closed to new replies.