yo35 / rpb-chessboard

A WordPress plugin to display chess games and diagrams (using the standard FEN and PGN notations).
https://wordpress.org/plugins/rpb-chessboard/
GNU General Public License v3.0
35 stars 16 forks source link

Diagrams in post's comments ?? #100

Open poslusny opened 6 years ago

poslusny commented 6 years ago

Hello, I have question: is there any posibility to use fen diagram in post's comments. I have available "chessboard" button to create diagram in post's comment. But output of this button is not convert to diagram. Comment contains only the string - example: [fen]rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1[/fen]

Thank you for answer

yo35 commented 6 years ago

Hi, By default, WordPress shortcodes are not available in post comments. Even the standard ones! (for example: [caption]...[/caption], [gallery ...], etc...) There are several way to activate them in comments. See for instance:

With these solutions, I think the [fen]...[/fen] shortcode should work too.