Replay chess PGN files in your web site
How to do it:
You can embed one ore more games right in your html code like this:
Or you load it as file from your server:
In both cases the key is the enclosing
with class="cbreplay".
You can put as many games or databases as you like in one page.
Additionally, you have to add the following three lines to the section of your html code:
The "jQuery" file in the second line is not needed if you have it already in your web page (quite common). jQuery version 1.14 or higher is sufficient