Advertisement
Guest User

Untitled

a guest
Jan 11th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. $(function(){
  2. $ = jQuery.noConflict();
  3.  
  4. setTimeout(function() {
  5.  
  6. jQuery('#fullwidthAudioPlayer').fullwidthAudioPlayer({
  7. opened: 1,
  8. volume: 1,
  9. playlist: 1,
  10. autoPlay: 0,
  11. autoLoad:0,
  12. playNextWhenFinished: 1,
  13. keyboard: 1,
  14. socials: 1,
  15. wrapperColor: '#2B2B2B',
  16. mainColor: '#ffffff',
  17. fillColor: '#191919',
  18. metaColor: '#666666',
  19. strokeColor: '#373737',
  20. fillColorHover: '#101010',
  21. activeTrackColor: '#191919',
  22. wrapperPosition: window.fapPopupWin ? 'popup' : 'bottom',
  23. mainPosition: 'center',
  24. height: 70,
  25. playlistHeight: 210,
  26. coverSize: [50,50],
  27. offset: 20,
  28. twitterText: 'Share on Twitter',
  29. facebookText: 'Share on Facebook',
  30. soundcloudText: 'Check on Souncloud',
  31. downloadText: '',
  32. popupUrl: 'http://www.judahfest.info/wp-content/plugins/fullwidth-audio-player/popup.html',
  33. autoPopup: 0,
  34. randomize: 0,
  35. shuffle:0,
  36. base64: 0,
  37. sortable: 0,
  38. hideOnMobile: 0 });
  39. }, 0);
  40.  
  41. jQuery('.fap-popup-player').click(function() {
  42. jQuery.fullwidthAudioPlayer.popUp();
  43. return false;
  44. });
  45.  
  46. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement