>
Download This Plugin | |
Download Elegant Themes | |
Name | Acknowledge Me |
Version | 0.2.2 |
Author | Pods Framework Team |
Rating | 100 |
Last updated | 2015-01-26 03:31:00 |
Downloads |
71
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Acknowledge Me plugin added 3 kB of resources to the Home page and 3 kB of resources to the sample Post page.
Acknowledge Me plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Acknowledge Me plugin ads no tables to your Wordpress blog database.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.