lighthouseuk / wp-recite-me
Unofficial recite me WordPress plugin
v1.0.4
2024-12-19 12:12 UTC
Requires
- composer/installers: ~2.3
Requires (Dev)
README
A simple plugin to embed Recite Me snippets.
Installing
Set RECITE_ME_API_KEY
in your wp-config.php file.
Optionally set RECITE_ME_DISABLED_BUTTONS
to an array of buttons to disable them.
define( 'RECITE_ME_DISABLED_BUTTONS', array( 'translate' ) );
This plugin can be installed using composer
composer require lighthouseuk/wp-recite-me