8000 GitHub - arquio/wp-github: Display users public GitHub repositories, commits and issues.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arquio/wp-github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Github

Display users public Github profile, repositories, commits and issues.

Usage

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.

Shortcodes

Profile

[github-profile]
Argument Example Description
username [github-profile username="seinoxygen"] Displays the profile box for the user seinoxygen.

Repositories

[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.

Commits

[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.

Issues

[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.

Gists

[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.

About

Display users public GitHub repositories, commits and issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 63.8%
  • CSS 36.2%
0