Games Collector
A WordPress plugin to catalog all your tabletop (or other) games in your WordPress site and display a list of games in your collection.
by Chris Reynolds · github.com/jazzsequence/games-collector · website
★ 2stars
7release downloads
1kcomposer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/jazzsequence/games-collector/releases/download/2.0.0/games-collector.zipAlso on Packagist as jazzsequence/games-collector:
composer require jazzsequence/games-collectorFrom the readme
Games Collector #
Demo: https://jazzsequence.com/games/
Description ##
Catalog all your tabletop (or other) games in your WordPress site and display a list of games in your collection.
You can checkout a live demo of the plugin (with some custom CSS added) on my blog.
Installation ##
Manual Installation ###
1. Download the latest version from the Releases page.
2. Unzip and upload the entire /games-collector directory to the /wp-content/plugins/ directory.
3. Activate Games Collector through the 'Plugins' menu in WordPress.
4. Create a new page, name it whatever you like, and add the shortcode to the page content to display your games list: [games-collector].
Frequently Asked Questions ##
Screenshots ##
Changelog ##
2.0.0 ###
Breaking change: BoardGameGeek API now requires a registered Bearer token for all XML API requests. BGG search and import will not function without a token. Register your
Read the full README on GitHub →