• Hi, everybody!

    I’m using the mp3-jplayer in the homepage of a website I’m running. What i want to do is enable an image/link to pop-out the player thorugh easy html. The player by default has an integrated icon that allows you to pop-out the player but I want to enable more external elements too to play this function.

    I’ve found the pop-out code in the mp3-jplayer.js. Here it is

    [Code moderated as per the Forum Rules. Please use the pastebin]

    I want to get something like this, but I can’t make it work
    <a href="javascript:launch_mp3j_popout('https://site.com/wp-content/mp3-jplayer/popout-mp3j.php,$pID);">Click here</a>

    About the pageID, I’m thinking about the ID of the current page playing, but as long as the player is configured with shortcodes reading from a FEED and not from a page/post library, I’m not sure if the pageID is working here or not.

    Any help? Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ind3lirium

    (@inachoglez)

    Anybody?

    Thread Starter ind3lirium

    (@inachoglez)

    The code has been banned, so I put it up again

    i’m using the mp3-jplayer in the homepage of a website I’m running. What i want to do is enable an image/link to pop-out the player thorugh easy html. The player by default has an integrated icon that allows you to pop-out the player but I want to enable more external elements too to play this function.

    I’ve found the pop-out code in the mp3-jplayer.js. Here it is
    https://pastebin.com/aGtMdSYV

    And hete the code for the pop-out button for the player

    <div class=\"mp3j-popout-MI" . $addclass . "\" style=\"" .$showpopoutbutton. "\" onclick=\"return launch_mp3j_popout('" . $this->WPinstallpath . "/wp-content/plugins/mp3-jplayer/popout-mp3j.php', " . $pID . ");\">" . $popouttext . "</div>

    I want to get something like this, but I can’t make it work
    Click here

    About the pageID, I’m thinking about the ID of the current page playing, but as long as the player is configured with shortcodes reading from a FEED and not from a page/post library, I’m not sure if the pageID is working here or not.

    Any help? Thanks in advance

    I REALLY want to figure this out as well!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin mp3-jplayer] Pop-out player’ is closed to new replies.