Display photo list of Github contributors using shortcode
Updated On May 23, 2015 August 20, 2012 -Written ByDo you actively involve in a project at Github that involve lot of contributing users? Instead of manual code, you can easily display photo list of users who have have contributed code to the Github repository. This can be easily implemented using shortcode on any page of your WordPress powered websites.
Just install Github Contributors plugin and insert following shortcode on the page of your choice where you want to display photo list of contributors.
[cc lang=”php”]
[github-contributors username=”{YOUR USERNAME}” repo=”{NAME OF YOUR REPO}”]
[/cc]
This is very easy way to showcase people who have contributed to specific code. In complete photo list, each displayed photo has username at the bottom linking to respective profile at Github website. [See it live in action at easy digital downloads website’s contributors page]