Acknowledge Me archived
Shows contributors to a Github repo
by Pods Framework Team · github.com/sc0ttkclark/acknowledge-me
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sc0ttkclark/acknowledge-me/archive/refs/heads/master.zipReadme
acknowledge_me
A Community Building Tool By Pods--WordPress plugin that shows contributors to a Github repo.
Usage
To output as HTML, 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"]
License, Copyright, etc.
Based on the code for the underscores.me site: https://github.com/Automattic/underscores.me/, which is copyright Automattic, hugobaeta, kovshenin and GPL licensed.
This plugin copyright 2015 Pods Foundation LLC. Licensed under the terms of the GPL v2 or later.
0.1.4
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.2.3 | Jun 1, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.