https://github.com/gedex/wp-gh-members-showoff
Plugin extension for GitHub API plugin for showing off GitHub org members.
https://github.com/gedex/wp-gh-members-showoff
Last synced: over 1 year ago
JSON representation
Plugin extension for GitHub API plugin for showing off GitHub org members.
- Host: GitHub
- URL: https://github.com/gedex/wp-gh-members-showoff
- Owner: gedex
- Created: 2014-04-21T22:22:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-25T13:57:58.000Z (about 12 years ago)
- Last Synced: 2025-02-15T08:24:31.736Z (over 1 year ago)
- Language: PHP
- Homepage: http://wordpress.org/plugins/gh-members-showoff/
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GitHub Members Show-off
Plugin extension for GitHub API plugin for showing off GitHub org members via widget, shortcode, or hook.
**Contributors:** [akeda](http://profiles.wordpress.org/akeda)
**Tags:** [github](http://wordpress.org/plugins/tags/github), [members](http://wordpress.org/plugins/tags/members), [org](http://wordpress.org/plugins/tags/org), [widget](http://wordpress.org/plugins/tags/widget), [shortcode](http://wordpress.org/plugins/tags/shortcode), [hook](http://wordpress.org/plugins/tags/hook)
**Requires at least:** 3.6
**Tested up to:** 3.9
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
**Donate link:** http://goo.gl/DELyuR
## Description ##
The widget appearance mimics the members box in GitHub org page. You just simply enter GitHub organization for the widget to show off the GitHub org members in a widget. There's filter `gh_members_showoff_widget_view_path` to change view path of the widget.
To use the shortcode, use `[gh_members_showoff org="Automattic" limit="10" order_username="asc"]`. The required attribute is `org`, the rest is optional. This will render member listing of specified org. You can change the view path of rendered member listing via `gh_members_showoff_shortcode_view_path` filter.
If you want to display member listing via plugin or theme, you can use:
```
'GitHub' ) ); ?>
```
The same attributes on shortcode apply too.
This plugin depends on [GitHub API](http://wordpress.org/plugins/github-api/) plugin. Make sure to install and activate that first.
**Development of this plugin is done on [GitHub](https://github.com/gedex/wp-gh-members-showoff). Pull requests are always welcome**.
## Installation ##
1. This plugin depends on **GitHub API** plugin, so make sure it's installed and activated.
1. Upload **GitHub Members Show-off** plugin to your blog's `wp-content/plugins/` directory and activate.
## Screenshots ##
### Widget instance

### Rendered shortcode

## Changelog ##
### 0.1.0 ###
Initial release