Description
Fenton Digital Badges lets you issue Open Badges 1.0 credentials from WordPress. Define an issuing organization, create badge classes, award them in bulk via CSV, and give earners public attestation pages they can share or add to LinkedIn.
Features
- Configure an issuing organization (name, URL, logo, contact details)
- Create badge classes as a custom post type with image, criteria URL, and tags
- Issue badges in bulk from CSV (email required; name, evidence, and expiry optional)
- Public Open Badges JSON endpoints for issuer, badge class, and assertion
- Public attestation pages with share, download, and LinkedIn Add to Profile
- Email lookup so earners can request links to badges issued to them (avoids revealing whether an address has badges)
- Find-badges emails include a secure link to stop future notifications
- Assertions list with revoke, restore, and delete (revoked only)
- Recipient emails are salted/hashed — plaintext emails are not stored on assertions (unsubscribe opt-outs are an exception)
You can add templates for the badge pages using /wp-admin/site-editor.php?p=%2Ftemplate on your site.
- Click “Add Template”
- Select “Single item: Badge” or “Archive: Badge”
To control the layout of /badges/find/ or /badges/assertion/{uid}/, create a Page, optionally add [fendigibadge_find] or [fendigibadge_attestation], then choose that page under Badges Settings. Edit the page’s template in the Site Editor. Themes can also override the markup with fendigibadge/find.php or fendigibadge/attestation.php.
Shortcodes
[fendigibadge id="123"]— display a badge[fendigibadge_find]— email lookup form (also available at/badges/find/)[fendigibadge_attestation]— certificate markup on/badges/assertion/{uid}/when using a page template
Public endpoints
- Issuer JSON:
/ob/issuer.json - Badge class JSON:
/ob/badges/{id}.json - Assertion JSON:
/ob/assertions/{uid}.json - Attestation page:
/badges/assertion/{uid}/ - Find badges:
/badges/find/ - Claim name:
/badges/claim-name/{token}/ - Unsubscribe:
/badges/unsubscribe/{token}/
Screenshots



Installation
- Upload the plugin files to
/wp-content/plugins/fenton-digital-badges, or install the ZIP via Plugins Add New Upload Plugin. - Activate Fenton Digital Badges through the Plugins screen.
- Go to Badges Settings and configure your issuing organization (name and website URL are required).
- Create a badge under Badges Add New (featured image and criteria URL required).
- Use Badges Issue Badges to award badges from a CSV.
FAQ
-
What CSV format is required?
-
Columns:
email(required),name,evidence,expires(YYYY-MM-DD). A header row is optional — a single line likeyou@example.com,Your Nameworks. -
Are recipient emails stored?
-
No, not on assertions. Emails are salted and hashed for the assertion identity and looked up via a separate HMAC. The only plaintext emails kept are addresses that opted out of find-badges notifications via the unsubscribe link.
-
How does the find badges form work?
-
Enter the email used when the badge was issued. The form always shows the same confirmation message so it does not reveal whether an address has badges. If matches exist, attestation URLs are emailed to that address. Unsubscribed addresses are ignored before lookup. Submissions are rate-limited per IP (to limit probing many addresses) and per email (to limit repeat requests for the same address).
-
What happens if a recipient name is omitted?
-
The attestation page still verifies the badge, but shows a generic completion message instead of naming the earner. When the earner uses Find your badges, the email includes a one-time link to claim the certificate and add their name. The link asks them to confirm the name before saving, then stops working.
-
How do I stop find-badges emails?
-
Each find-badges email ends with a “Stop all future notifications” link. Using it adds that address to an unsubscribe list (only when the address still matches at least one badge). Later find requests for that address are ignored.
-
Does this support Open Badges 2.0 / 3.0?
-
This release implements Open Badges 1.0 JSON endpoints and assertions.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Fenton Digital Badges” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Fenton Digital Badges” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.29
- Tightened find-badges rate limits: 8 submissions per IP per 10 minutes, and one lookup per email every 30 minutes.
0.1.28
- Find-badges emails include a secure “Stop all future notifications” unsubscribe link.
- Unsubscribed addresses are ignored before email lookup hashing.
0.1.23
- Find-badges emails include a one-time link to add a missing recipient name, with confirm-before-save.
0.1.19
- Renamed internal prefixes to
fendigibadgefor WordPress.org plugin review compliance.
0.1.5
- Initial public release candidate for the WordPress.org plugin directory.
