Doorkeeper Calendar
Doorkeeper Calendar
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
Installation
- Upload
DoorkeeperCalendarto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Set a Doorkeeper’s group id through the ‘Doorkeeper設定’.
- Place
<?php echo $dkCalendar->get_calendar(); ?>in your templates. - Or use shortcode [doorkeeper_calendar].
Reviews
Changelog
0.2
- Add a shortcode [doorkeeper_calendar].