이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Github

설명

WP Github provides three sidebar widgets which can be configured to display public profile, repositories, commits, issues and gists from github in the sidebar. You can have as many widgets as you want configured to display different repositories.

Currently the plugin can list:

  • 프로필
  • Repositories
  • Commits
  • Issues
  • Gists
  • Pull request
  • Single Issue
  • Embed File content (with highlighter)

Using CSS

The plugin uses a basic unordered lists to enumerate. In the future will be implemented a simple template system to increase the customization.

You can apply a customized style to the plugin simply uploading a file called custom.css in the plugin folder. It will allow you to upgrade the plugin without loss your custom style.

Caching

The plugin caches all the data retrieved from Github every 10 minutes to avoid exceed the limit of api calls.

Since version 1.1 you can clear the cache from the plugin settings page located in the WordPress settings menu.

Since version 1.2.6 you can add your github credentials

지원

If you have found a bug/issue or have a feature request please report here: https://github.com/seinoxygen/wp-github/issues

스크린샷

  • Setting up the widget.
  • Repositories widget in action!
  • Repositories embedded in a page.
  • 프로필 shortcode.
  • 프로필 widget.

설치

  1. Upload wp-github directory to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Add the widget through the ‘Widgets’ menu in WordPress or add the desired shortcode in your posts and pages.

FAQ

Which shortcodes are available?

You can use the following codes to display profile, repositories, commits, issues and gists:

Embeed profile:
[github-profile username=”seinoxygen”]
List last 10 repositories:
[github-repos username=”seinoxygen” limit=”10″]
List last 10 commits from all repositories:
[github-commits username=”seinoxygen” limit=”10″]
List last 10 commits from a specific repository:
[github-commits username=”seinoxygen” repository=”wp-github” limit=”10″]
List last 10 issues from all repositories:
[github-issues username=”seinoxygen” limit=”10″]
List last 10 issues from a specific repository:
[github-issues username=”seinoxygen” repository=”wp-github” limit=”10″]
List last 10 gists from a specific user:
[github-gists username=”seinoxygen” limit=”10″]

후기

모든 4 평가 읽기

기여자 & 개발자

“WP Github”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Github”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.3

fix all issues

1.3.2

add access token
fix widget commits “all” repo option

1.3.1

  • Fix: gravatar profile

1.3

  • New: Added shortcode button in tinyMce
  • New: Added documentation in setting page

1.2.7

  • New: Embed file content.
  • Default username and repository, no need to add them eachtime.
  • Added i18n

1.2.6

  • New: Several fixes.
  • New: Language support.
  • New: Added shortcodes to link to issues and pull-requests.
  • New: Display single issue.

1.2

  • New: Custom styles.
  • New: List all issues and commits from all public repositories

1.1

  • New: Added “clear cache” and “cache time” functionality in settings page.
  • New: Added profile widget and shortcode.

1.0

  • First release