Forums

How to popup a sidebar (2 posts)

  1. lilith2014
    Member
    Posted 1 year ago #

    Good Day,

    I have an mp3 widget, which I want to place it on a popup. The widget only works in the sidebar, I havent found the template code for it. How can I implement one sidebar inside a popup?

  2. lilith2014
    Member
    Posted 1 year ago #

    Okay, I found out that I need to call the code below as a template tag... how can I do that? You help is highly appreciated.

    $args = array(
      //the entire url of the config file, must
      'config_url' => '',
      //the entire url of the playlist file (optional)
      'playlist_url' => '',
      'width' => 230,
      'height' => 350,
      'id' => '',
      'class' => '',
      'transparent' => true,  //this is default
      'autostart' => false,  //this is default
      'file' => '' //the entire url of the MP3 file (optional)
    );
    //you should set either "playlist_url" or "file"
    fmp_tag_print_player($args);

Topic Closed

This topic has been closed to new replies.

About this Topic