IssueBadge – Bulk Certificate Generator
Generate and issue digital certificates and badges using the IssueBadge API directly from your WordPress admin panel.
Plugin info
Maintenance & Compatibility
Maintenance score
Maintained • Last updated 146 days ago • 1 reviews
Is IssueBadge – Bulk Certificate Generator abandoned?
Likely maintained (last update 146 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
IssueBadge – Bulk Certificate Generator is a WordPress plugin that integrates with the IssueBadge API to allow you to generate and issue digital certificates and badges directly from your WordPress admin panel.
Key Features
- Easy API integration with Bearer token authentication
- Fetch available badge templates from your IssueBadge account
- Issue badges to recipients with name (required) and email (optional)
- Clean and intuitive admin interface
- Secure implementation with proper nonce verification
- Full internationalization support
How It Works
- Install and activate the plugin
- Configure your IssueBadge API Bearer token in the API Settings
- Navigate to the Send Badge page
- Select a badge template from your available badges
- Enter recipient details (name required, email optional)
- Issue the badge and receive the unique certificate URL
Privacy Policy
This plugin connects to the IssueBadge API (https://app.issuebadge.com) to fetch badge templates and issue certificates. The following data is sent to the API:
- API Bearer token (for authentication)
- Recipient name
- Recipient email (if provided)
- Badge template ID
No data is stored locally except for the API Bearer token, which is stored securely in the WordPress database.
For more information about how IssueBadge handles data, please refer to the IssueBadge privacy policy at https://issuebadge.com/privacy
Support
For support, please visit https://issuebadge.com/support or contact [email protected]
External Services
This plugin relies on the IssueBadge API service:
- Service URL: https://app.issuebadge.com/api/v1
- Terms of Service: https://issuebadge.com/terms
- Privacy Policy: https://issuebadge.com/privacy
The plugin makes API calls to:
* GET /badge/getall – Fetch available badge templates
* POST /issue/create – Create and issue a new badge
These calls are made only when explicitly triggered by admin users through the plugin interface.
Installation
- Upload the
issuebadgefolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to IssueBadge > API Settings to configure your Bearer token
- Start issuing badges from IssueBadge > Send Badge
Manual Installation
- Download the plugin zip file
- Login to your WordPress admin panel
- Navigate to Plugins > Add New > Upload Plugin
- Choose the downloaded zip file and click Install Now
- Activate the plugin after installation
Frequently Asked Questions
You can obtain your API Bearer token from your IssueBadge account dashboard at https://app.issuebadge.com
No, the email is optional. Only the recipient name is required to issue a badge.
Currently, the plugin supports issuing one badge at a time. Bulk functionality may be added in future updates.
After successful badge issuance, you’ll receive an Issue ID and a public URL that can be shared with the recipient.
Yes, the plugin implements WordPress security best practices including nonce verification, capability checks, and proper data sanitization.
Review feed
Screenshots
Changelog
1.0.0
- Initial release
- API integration with IssueBadge
- Badge fetching and issuance functionality
- Admin interface for API settings and badge sending
- Full security implementation with nonce verification
- Internationalization support