Good Afternoon Community,
I installed a 3rd party script in an HTML module as I did not find any modules that have the same functionality.
I was hoping someone could point me in the right direction as it's causing some glitches in DNN.
The script adds a music player around my site that plays consistantly regardless of the page the visitor clicks on however when I loggoff it's causing a redirect loop. Also all html module popups on clicking save will not close the popup instead it will refresh the page inside the html popup. I've been having to close the popup and refresh the browser.
I know this is causing some problems with DNN and perhaps someone might know of a substitute module/script that has the same functionality?
I used: http://playlist.me/
Any input appreciated.Thanks
<!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'skins/black/skin.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'%u201CWake Up In It%u201D Ft. Sean Kingston,Tyga,Pusha T & French Montana','url':'https://www.youtube.com/watch?v=Iq8KghDEJNg'},{'title':'Mally Mall - Hot Girls ft. IAMSU, French Montana, Chinx Drugz','url':'https://www.youtube.com/watch?v=lX0EH7x0CB4'},{'title':'Mally Mall & 2 Pistols - Toast ft. Wash','url':'https://www.youtube.com/watch?v=pVZfwO3Ot6Y'},{'title':'Mally Mall - 2 Piece ft. Migos, Rayven Justice','url':'https://www.youtube.com/watch?v=0VoHs_ybtAU'},{'title':'Mally Mall - Drop Bands On It ft. Wiz Khalifa, Tyga, Fresh','url':'https://www.youtube.com/watch?v=lVfmjxrPFhI'}]}" ></script><noscript><a href="http://playlist.me/songs/">player playlist</a></noscript><!-- playlist.me script end -->