Multiple Players

Not just one player on a website

Overview

Multiple players can be included on one web page.

The players are completely separated from each other and each one can have its own playlist and design.

It is quite simple. Add a class or id to each player and use the querySelector() method to select each player individually.

Everything else remains the same.

Code example