P
by mliebelt 1 (0 reviews)

PgnViewerJS

Integration of @mliebelt/pgn-viewer into WordPress (formarly named PGNViewerJS).

PgnViewerJS ranks #21,544 among WordPress.org plugins with 40+ active installations, a 1/5 rating from 0 reviews, and was last updated Apr 26, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.8 (Current: 7.1.2)
v2.0.5 Current Version v2.0.5
Updated 1 year ago Last Update on 26 Apr, 2025
Refreshed 6 hours ago Last Refreshed on
Top 50% by installs No update in over a year
View on WordPress.org
Rank
#21,544
+30 this week
Active Installs
40+
-9.1%
KW Avg Position
9.5
1 worse
Downloads
6K
+6 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 50

Total Progress 60%
40+ 50+
1,546
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 4 more installs to reach 50+

Rank Changes

21,534 21,556 21,579 21,601 21,623 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
21,487 21,522 21,558 21,594 21,630 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #21,544
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
2.0.5
Last Updated
Apr 26, 2025
Requires WP
4.6+
Tested Up To
6.8
PHP Version
N/A
Author
mliebelt

Support & Rating

Rating
★ ☆ ☆ ☆ ☆ 1
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about PgnViewerJS

The parameters the viewer understands are: id: May be set by the user or generated automatically by the system. locale: the locale to use for displaying the moves, default is 'en'. Available are: cs, da, de, en, es, et, fi, fr, hu, is, it, nb, nl, pl, pt, ro, sv. position: the position where the game starts, default is the initial position. showcoords: default true, if false, hides the ranks and columns on the board. piecestyle: the pieces to use, default is 'merida'. Availabe are: 'wikipedia', 'alpha', 'uscf', 'case', 'condal', 'leipzig', 'chesscom', 'maya', 'merida', and 'beyer'. orientation: 'white' or 'black', default is 'white'. theme: the theme defines the overall board, color, pieces, ... Current are: green, zeit, chesscom, informator, sportverlag, beyer, falken, blue boardsize: the size of the board, if it should be different to the size of the column. size: the size of the column to print the board, the buttons, the moves, ... moveswidth: used to size the width of the moves section. Needed for layout == left | right movesheight: used to size the height of the moves section. Needed for layout == left | right layout: top, bottom, left, right, top-left, top-right, bottom-left, bottom-right startplay: move from which the game should be started showresult: true, if the result of the game should be shown inside the notation, default false colormarker: default none, options are: cm, cm-big, cm-small, circle, circle-big, circle-small notation: default short, option is: long notationlayout: default inline, option is: list showfen: default false, option: true. Shows an additional text editor for the FEN of the current position. coordsfactor: default 1, by using a different number, coords font is grown or shrunk. coordsfontsize: alternative, set the size of the font in pixel timertime: default 700, number of milliseconds between moves hidemovesbefore: default false, if set to true, hide the moves before move denoted by startplay The following code shows how to use some of the parameters in a page: [pgnv locale=fr piecestyle=uscf orientation=black theme=zeit size=500px]1. e4 e5 2. Nf3 Nc6[/pgnv]
There is a Javascript variable PgnBaseDefaults that you could set. Do the following: Go as admin of your Wordpress site to Appearance > Theme Editor Search on the right the theme file named Theme Header (== header.php). Search inside that file the section that begins with <head>. Insert somewhere before the plugins are loaded the following: <script>const PgnBaseDefaults = { locale: 'de', layout: 'left', size: '720px' }</script> (of course with the defaults you like).
Have a look at the GitHub repository https://github.com/mliebelt/PgnViewerJS-WP and the sister repository https://github.com/mliebelt/PgnViewerJS (which contains the implementation in Javascript).

Sign In / Register

You need to sign in or register to use this feature.