NMPv3
A one-script player for public websites, blogs, CMS templates, and basic WordPress usage
A lightweight embeddable music player UI component library built on NeteaseCloudMusicApi
NeteaseMiniPlayer v3 is maintained as an open-source web player project. Starting from v3, the repository has two product lines:
nmpv3.min.jsUse NMPv3 for normal embedding. Use NMPv3+ only when an integration needs advanced extension points.
<script src="https://cdn.jsdelivr.net/npm/netease-mini-player-v3@3.0.1/dist/nmpv3.min.js"></script>
<nmp-player
playlist-id="14273792576"
theme="auto"
layout="compact"
></nmp-player>For npm-based projects:
npm install netease-mini-player-v3
pnpm add netease-mini-player-v3import "netease-mini-player-v3/auto";