Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Github Contributors

Beschrijving

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.

Schermafdrukken

  • Screenshot 1

Installatie

  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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Github Contributors” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Github Contributors” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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!