Display users public Github profile, repositories, commits and issues.
You can install the widgets in your sidebars from the widgets section in wordpress once the plugin ins installed and enabled.
You also can use shortcodes to display github content on your posts and pages.
[github-profile]
Argument | Example | Description |
---|---|---|
username | [github-profile username="seinoxygen"] |
Displays the profile box for the user seinoxygen. |
[github-repos]
Argument | Example | Description |
---|---|---|
username | [github-repos username="seinoxygen"] |
Lists up to 5 repositories from the user seinoxygen. |
limit | [github-repos username="seinoxygen" limit="10"] |
Lists up to 10 repositories from the user seinoxygen. |
[github-commits]
Argument | Example | Description |
---|---|---|
repository | [github-commits username="seinoxygen" repository="wp-github"] |
Lists up to 5 commits from the repository wp-github. |
limit | [github-commits username="seinoxygen" repository="wp-github" limit="10"] |
Lists up to 10 commits from the repository wp-github. |
For correct listing username and repository are required.
[github-issues]
Argument | Example | Description |
---|---|---|
repository | [github-issues username="seinoxygen" repository="wp-github"] |
Lists up to 5 issues from the repository wp-github. |
limit | [github-issues username="seinoxygen" repository="wp-github" limit="10"] |
Lists up to 10 issues from the repository wp-github. |
For correct listing username and repository are required.
[github-gists]
Argument | Example | Description |
---|---|---|
username | [github-gists username="seinoxygen"] |
Lists up to 5 gists from the user seinoxygen. |
limit | [github-gists username="seinoxygen" limit="10"] |
Lists up to 10 gists from the user seinoxygen. |