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?
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?
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);This topic has been closed to new replies.