Plug-in effect: It is used to improve website users’ experience, such as Baidu ranking. If you install this plug-in, your website’s bounce rate may be reduced, which is naturally good for ranking. Everyone knows it.
I have nothing to do today and I found a music player website that only needs a piece of js code to let you play music. It is quite powerful. You just need to register on their website to get the js code.
So I installed it and played it for a while, and the results were pretty good, except that the main website was too stuck, and I kept having problems playing on my website!
I took a look and found that the mobile network has been blocked, which means mobile users cannot play it!
So I directly started to get the source code of a stand-alone machine!
No need to link to their main website!

Mainly using NetEase Cloud's API interface!
Source code features:
1. Compact and convenient
2. You only need a piece of js to add a music player to your website
3. Build it yourself, no need to look at other people’s faces
4. You can add multiple albums, no limit!
5. Real-time lyrics
6. There is no need for a website to store song files, and NetEase Cloud API is fully used.
Installation effect
You can install it and play with it. Just put the following js code in front of the website</body>
<script id="xplayer" src="https://api.4s5.cn/music/player.js" key="60744cf9be99a" m="1"></script>
If it cannot be loaded, please add the following code:
<script src="https://cdn.staticfile.org/jquery/3.5.1/jquery.min.js"></script>
Friends who are interested in the source code can contact me, 50 is paid, after all, the fruits of labor