GitHub Members Show-off

GitHub Members Show-off Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,017 downloads
GitHub Members Show-off Icon

Try plugin: GitHub Members Show-off

We'll create fresh WordPress site with GitHub Members Show-off installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About GitHub Members Show-off

Plugin extension for GitHub API plugin for showing off GitHub org members via widget, shortcode, or hook.

0


0


0


0


0

updated: 10 years ago
since: 10 years ago
author: Akeda Bagus

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:

<?php do_action( 'gh_members_showoff', array( 'org' => 'GitHub' ) ); ?>

The same attributes on shortcode apply too.

This plugin depends on GitHub API plugin. Make sure to install and activate that first.

Development of this plugin is done on GitHub. Pull requests are always welcome.