Skip to content

accredible/accredible-certificates

Repository files navigation

Accredible Logo

Accredible Wordpress Certificates & Open Badges Plugin

Overview

The Accredible platform enables organizations to create, manage and distribute digital credentials as digital certificates or open badges.

An example digital certificate and badge can be viewed here: https://www.credential.net/10000005

This plugin enables you to issue dynamic, digital certificates or open badges on your Wordpress instance.

The plugin also allows you to display certificates and badges to your Wordpress users.

A video walkthrough of the plugin can be viewed here: https://youtu.be/s5krPN6GvTY

Example Output

Example Digital Certificate

Example Open Badge

Compatability

Tested on Wordpress 3+.


Installation

  1. Visit https://accredible.com to obtain an API key
  2. Install the plugin
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Go to the plugin settings and input your API key
  5. Add the widget if desired. It will show a list of certificates or badges for a currently signed in user.
  6. Add the shortcode [accredible_credential image="true" limit="10" style="true"] to a page or post if desired. It will show certificates and badges for a currently signed in user.

Manually creating certificates

  1. Go to the 'Certificates & Badges' page in the Wordpress admin menu.
  2. On the list of your users, select which students you would like to issue certificates to and then select a group.
  3. Click 'Create Credentials'

Certificates Admin

Frequently Asked Questions

How do I get an API key?

Visit https://www.accredible.com to obtain a free API key.

How can I show certificates or badges to my users?

You can use the widget or shortcode to display badges or certificates that belong to the current Wordpress user.

The shortcode is: [accredible_credential] but it accepts a number of options: [accredible_credential image="true" limit="10" style="true"].

Can you add support for another Wordpress LMS or theme?

Sure, just post an issue and we'll get to work: https://github.com/accredible/accredible-certificates/issues

Changelog

1.4.9

Fix issue in API Settings page

1.4.8

Fix issue with uppercase emails

1.4.7

Fix version info of the plugin

1.4.6

Update HTTP request headers of the API

1.4.5

Test against latest WP version.

1.4.4

Shortcode no longer incorrectly outputs content.

1.4.3

Use the Wordpress user's full name rather than nicename.

1.4.2

Add the ability to search through Wordpress users.

1.4.1

Limit the certificate users page to a maximum of 50.

1.4.0

Added widget and shortcode to display/list recipient certificates & badges.

1.3.0

Update permissions required to issue certificates & badges.

1.2.1

Added better debugging for easier customer support.

1.2.0

Use the Wordpress user full name and a few small updates.

1.1.2

Fix bug with second drop down group selection not always working.

1.1.1

Better documentation.

1.1.0

Support PHP 5.4.

1.0.1

Bug fixes

1.0.0

Allow creation and management of certificates and badges for any users - not just Academy Theme.

0.2.0

Replace Curl requirement so that plugin works on Windows hosts.

0.1.5

More bug fixes and improvements.

0.1.4

Bug fixes and improvements.

0.1.3

Pass through course link on certificate creation.

0.1.2

Add course completion to certificates table.

0.1.1

Bug fixes

0.1.0

Initial version.