Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <script src = "[HERE]"> <?php echo esc_url( $template_directory_uri . '/js/jquery.linerPlayer.js"' ); ?>
  2.  
  3.         jQuery(function($) {
  4.             $('body').linerPlayer({
  5.                 firstPlaying: 0,
  6.                 autoplay: true,
  7.                 shuffle: false,
  8.                 //veryThin: true,
  9.                 slideAlbumsName: true,
  10.                 nowplaying2title: true,
  11.                 roundedCorners: true,
  12.                 //accentColor:"#cc181e",    //008DDE           
  13.                 pluginPath: "public_html/wp-content/themes/Divi/js", // <<< IMPORTANT! - Change this to your path to the plugin folder
  14.                 playlist: [ //? ? ? ? ? //
  15.                     {mp3:"Music/Jay Price - House Of Lightning.mp3", title:"House of Lightning", artist:"Jay Price", album:"Single", cover:"Music/c.jpeg"},
  16.                 ]
  17.             });
  18.            
  19.         });
  20.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement