How to use Music Player
Easy steps to use Music Player in Plus UI v2.6 As we know, Plus UI v2.6 has the music player feature, you can use your .mp3 files to play it through the Music Player. Take a look at following Music Player: Note: The Music Player is not available in Standard Version. How to use Music Player? Add the following codes in your post through HTML View to add a Music Player. < div id = 'musicPlayer' > </ div > < script > /*<![CDATA[*/ /* Music Player Tracks */ var playerTracks = [{ name : " Live Fast " , artist : " Alan Walker & A$AP Rocky " , cover : " https://raw.githubusercontent.com/.../cover/1.png " , source : " https://raw.githubusercontent.com/.../music/1.mp3 " }, { name : " Man On The Moon " , artist : " Alan Walker & Benjamin Ingrosso " , cover : " https://raw.githubusercontent.com/.../cover/2.png " , source : " https://raw.githubusercontent.com/.../music/2.mp3 " }, { name : " On My Way " , artist : " Alan…