Acknowledge Me

Shows contributors to a Github repo, retrieved via the GitHub API.

Author:Pods Framework Team (profile at wordpress.org)
WordPress version required:3.8.0
WordPress version tested:4.1
Plugin version:0.2.2
Added to WordPress repository:22-01-2015
Last updated:26-01-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:
Total downloads:1 495
Active installs:10+
plugin download
Click to start download

A Community Building Tool By Pods

To output as HTML via PHP, use echo acknowledge_me_display( $owner, $repo, $header_text = false, $total = 100 ) where $owner is the user name or organization name for the repo, and $repo is the repo name. Optionally add some header text or change the limit for the number of contributors.

Example, show 50 contributors to https://github.com/pods-framework/pods/ with acknowledge_me_display( 'pods-framework', 'pods', 'Pods Is Brought To You By:', 50 );

Or use shortcode [acknowledge_me owner="pods-framework" repo="pods" header_text="Pods Is Brought To You By:" total="50"]

This plugin copyright 2015 Pods Foundation LLC. Licensed under the terms of the GPL v2 or later. Based on the code for the underscores.me site, which is copyright Automattic, hugobaeta, kovshenin and GPL licensed.