Html.Partial( "_SmallGrassHead", "Embed Live Chess" )
Embed Live Tournament Broadcasts into your Web Site
Visit live.chessbase.com and click on a tourmanent.
Then click 'For Webmasters' and find out how to share specific tournament.
If you have installed the ChessBase replay plugin which is also used for PGN and diagrams, there is another way:
How to do it:
You can embed live games right in your html code like this:
Instead of the "*", write a short word to select the tournament, like
data-event="Wijk". Select games of a round:
data-round="4".
Additionally, you have to add the following three lines to the
<head>
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.12 is sufficient.