• Could anyone please post the code that would work to embed this player in the footer of WP site? I’ve tried using this code but it just displays as code and no player no matter where I place it in the footer.php code. Help please!

    < ? if (function_exists ("ti_apm_print_player")) {
    print ti_apm_print_player (array(
    "name" => "myplaylist",
    "skin" => "/wp-content/plugins/tierra-audio-with-autoresume/swf/xspf-player.swf”",
    “autoresume” => “1″,
    "autoplay" => "1",
    "repeat" => "1",
    "width" => "90",
    "height" => "45"
    ));
    } ?>

    http://wordpress.org/plugins/tierra-audio-with-autoresume/

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

    (@lupaus)

    Got the code to work with some modifications but the autoresume function is not working. 🙁

    after you create the play list ..
    add this code wherever you want ..

    <?php echo do_shortcode(‘[ti_audio media=”750″ autoplay=”1″ autoresume=”1″ repeat=”1″]’); ?>

    Note : you can add your own short code as you defined
    <?php echo do_shortcode(‘[add your shortcode here]’); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to embed player in footer?’ is closed to new replies.