Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtoensing/game-review-block
Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
https://github.com/mtoensing/game-review-block
gutenberg-compatible wordpress wordpress-plugin
Last synced: 26 days ago
JSON representation
Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
- Host: GitHub
- URL: https://github.com/mtoensing/game-review-block
- Owner: mtoensing
- Created: 2021-11-18T16:48:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T12:00:14.000Z (8 months ago)
- Last Synced: 2024-05-03T04:01:11.333Z (6 months ago)
- Topics: gutenberg-compatible, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/game-review-block/
- Size: 4.31 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Changelog: changelog.txt
Awesome Lists containing this project
README
=== Game Review Block ===
Contributors: MarcDK
Tags: block, review, schema, rating, shortscore
Requires at least: 5.9
Tested up to: 6.4
Stable tag: 4.2.0
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.htmlAdd a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
== Description ==
Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
= Features =
* Easily extend your Gutenberg posts with a review box.
* Add a rating score, game title and a short description. That's it.
* schema.org structured data and html microformats are added automatically.
* Valid HTML output.
* Inherits the style and typography of your theme.
* 4 blocks: Game Review Box, Game List, Game Table and Random Game.
* Game Review add your review box.
* Game List adds a list of all your rated games.
* Random Game displays a random game title and links it to the coresponding post.Contribute to this plugin on [GitHub](https://github.com/mtoensing/game-review-block).
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/game-review` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress== Changelog ==
= 4.2 =
* CSS fix for link color on hover.= 4.0.7 =
* Blocks have better names
* Removed font-size from Random Block.= 4.0.0 =
* New: Game Table Block with sorting= 3.9.3 =
* Tested with WordPress 6.4.
* Removed deprecated filter function.= 3.9.2 =
* Fixed: Line-break with decimal ratings.= 3.9.1 =
* Compatible with WordPress 6.3= 3.9 =
* Feature: Random game block allows to set a minimum rating.= 3.7 =
* Added animation to the game review block with vanilla js.== Screenshots ==
1. Game Review block in Gutenberg editor.
2. Game Review block in the theme
3. Game Review blocks: game-list, review-box, random-game