Universidad Americana - Dynamic Certificate
Dynamic certificate element in WordPress using Gutenberg with an interactivity API that integrates values from a form input and an Advanced Custom Fields (ACF) field.
by Jan Park · github.com/janparkio/ua-gd-dynamic-certificate · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/janparkio/ua-gd-dynamic-certificate/archive/refs/heads/main.zipReadme
=== Universidad Americana - Dynamic Certificate === Contributors: JanPark Donate link: Not at the moment. Tags: certificate, gutenberg, dynamic content, custom fields, acf Requires at least: 5.0 Tested up to: 5.9 Requires PHP: 7.0 Stable tag: 0.1.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Dynamic certificate element for WordPress, using Gutenberg with an API that integrates values from form inputs and ACF fields.
== Description == The Universidad Americana - Dynamic Certificate plugin allows you to add a Gutenberg block that dynamically integrates user input and Advanced Custom Fields data to display a customized certificate. This plugin is perfect for educational websites, training portals, and anywhere you might want to generate personalized certificates based on user input.
== Installation ==
- Upload the
ua-gd-dynamic-certificatefolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Add the dynamic certificate block to any post or page through the Gutenberg editor.
== Frequently Asked Questions == = What is the minimum WordPress version required? = This plugin requires WordPress 5.0 or higher.
= Is PHP 7 necessary? = Yes, the plugin requires PHP version 7.0 or higher to function properly.
== Screenshots ==
- The certificate block in the Gutenberg editor.
- The certificate displayed on the front-end.
== Changelog == = 0.1.0 =
- Initial release. Creates a dynamic certificate block on the Gutenberg page.
= 0.1.3 =
- Allows dynamic updating of certificate content based on user input on the form, uses a dynamically set ACF field.
== Upgrade Notice == = 0.1.0 = Initial release. Please test thoroughly before deploying on a live site.