tagadamedia / wordpress-collect
A wordpress package to register member against collect server
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/tagadamedia/wordpress-collect
Requires
- php: ^8.4
- guzzlehttp/guzzle: ^7.0
README
Getting started
This package allows to store media on AWS S3 bucket
To install it, use composer
composer require tagadamedia/wordpress-s3
Then, you need to update your project composer.json file to add a post install script as follow:
"scripts": {
"post-install-cmd": "Tagadamedia\\Collect\\ComposerEvent::installPlugin"
}
and you need to run composer install
installation
in wp-config.php, you must define constants as follow:
TGD_COLLECT_URI="some_register_uri"
TGD_COLLECT_RECAPTCHA_KEY="some_key"
TGD_COLLECT_RECAPTCHA_SECRET="some_secret"
TGD_COLLECT_IS_USING_STYLES=false
TGD_COLLECT_TEXT=""
- au choix ajouter dans un fichier du theme le shortcode <?php do_shortcode('[collect_form]'); ?> ou activer le widget dans la sidebar via le BO WP (ex: ABC argent)