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

    (@energykick)

    Ok I figured out a way I can do this but need help. I have tried using the title to get the player inline, now I was to pass the template code a variable but it won’t work. I tried this:

    mp3j_put( ‘[mp3j track=”$mp3title” title=”$soundtext”]’ )

    but it doesn’t work.

    Anyway I can put a variable in the template code?

    thanks

    Thread Starter energykick

    (@energykick)

    Ok I got it. Had to do bracket the variables properly,

    mp3j_put( ‘[mp3j track=”‘.$mp3title.'” title=”‘.$soundtext.'” flip=”y”]’ );

    Awesome plugin!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MP3 Player inline’ is closed to new replies.