Doorkeeper Calendar

Plugin Banner

Doorkeeper Calendar

by Ippei Sumida

Download
Description

This plugin shows calendar of Doorkeeper’s event.
You can deploy this calendar in your wordpress at few step.

This plugin uses,
Doorkeeper API – http://www.doorkeeperhq.com/developer/api
Full Calendar – http://fullcalendar.io

Arbitrary section

  1. Upload DoorkeeperCalendar to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set a Doorkeeper’s group id through the ‘Doorkeeper設定’.
  4. Place <?php echo $dkCalendar->get_calendar(); ?> in your templates.
  5. Or use shortcode [doorkeeper_calendar].

0.2

  • Add a shortcode [doorkeeper_calendar].
Back to top