
Example for use of pgnView (shortcode pgnv).
Integration of @mliebelt/pgn-viewer into WordPress (formarly named PGNViewerJS).
To use a shortcode, do the following steps:
/shortcode. [pgnv]1. e4 e5 2. ...[/pgnv]
This is the PgnViewer (mostly needed): allows to play through a game (including variations), printing the comments, NAGs, …
[pgne]1. e4 ...[/pgne]
Allows to edit and view a game. At the end, you may use the PGN button to display the notation, that then may be copied again in the WordPress post entry.
[pgnb fen=<a FEN string>][/pgnb]
Just to display a board (only), no moves. Leave out the pgn, if possible. If pgn is included, it will be checked and has to be correct (but not shown at the end).
[pgnp]1. e4 e5D 2. Nf3 Nc6D ...[/pgnp]
Allows to print a game in a format similar to magazines and books. For that purpose, the notation of PGN was expanded by the “D” at the end of a move, that stands for the diagram. (Caveat: “D” is currently not working, and leading to an error. See issue #580 about that.)
For a list of available parameters, look into the Frequently Asked Questions.
You can use instead the following:
/PGN Viewer Block Editor, in the variants View, Edit, Board or Print.