该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Github Contributors

描述

This plugin provides a short code that you can use for showing a photo grid of all users that have contributed code to any Github repository.

It’s a great way to show off the people that have helped with your project.

You can see this live on the Contributors page for Easy Digital Downloads.

Based on the code by Konstantin Kovshenin.

屏幕截图

  • Screenshot 1

安装

  1. Upload to wp-content/plugins/
  2. Activate the plugin
  3. Place [github-contributors username=”{YOUR USERNAME}” repo=”{NAME OF YOUR REPO}”] on any page

评价

此插件暂无评价。

贡献者及开发者

“Github Contributors” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Github Contributors”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.1

  • Updated the transient key to use an MD5 to avoid it breaking if the repo / username is too long
  • Escaped a couple of possibly unsafe values
  • Updated some formatting with indention, whitespace, double quotes
  • Failed responses are now cached

1.0

  • First offical release!