Title: Embed GitHub Gist
Author: dflydev
Published: <strong>2010년 8월 24일</strong>
Last modified: 2012년 12월 13일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/embed-github-gist.svg)

# Embed GitHub Gist

 작성자: [dflydev](https://profiles.wordpress.org/dflydev/)

[다운로드](https://downloads.wordpress.org/plugin/embed-github-gist.0.13.zip)

 * [세부사항](https://ko.wordpress.org/plugins/embed-github-gist/#description)
 * [평가](https://ko.wordpress.org/plugins/embed-github-gist/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/embed-github-gist/#installation)
 * [개발](https://ko.wordpress.org/plugins/embed-github-gist/#developers)

 [지원](https://wordpress.org/support/plugin/embed-github-gist/)

## 설명

This project is available for forking on GitHub:

 * https://github.com/dflydev/embed-github-gist

Embed [GitHub](http://github.com/) [Gists](http://gist.github.com) into
 WordPress.
Provides a shortcode for posts and pages but also has the ability to embed by hand
in the event that a Gist needs to be embedded somewhere in the page that does not
pass through the shortcode filters.

Examples:

    ```
    [gist id=546764]
    [gist id=546764 file=file.txt]
    [gist id=546764 file=file.txt bump=1]
    [gist]http://gist.github.com/546764[/gist]
    ```

Cache is implemented with the Transients API to minimize delay on loading
 content.
Default TTL (time to live) is 86400 seconds or one day.

#### Upcoming features:

 * Option for setting default TTL
 * Option to bypass cache entirely
 * Implement admin interface to control options

## 설치

 1. Download the plugin zip file
 2. Unzip contents of plugin zip file
 3. Upload the embed-github-gist directory to the `/wp-content/plugins/` directory
 4. Activate the plugin through the ‘Plugins’ menu in WordPress
 5. Start using the plugin by adding Gists to posts!

## FAQ

  How can I fix rate limit exceded errors?

Define EMBED_GISTHUB_USERNAME and EMBED_GISTHUB_PASSWORD in wp-settings.php.

  Can the cache be broken?

Yes. Use a unique bump value to force cache to update. For instance, if you have

the following:

    ```
    [gist id=546764]
    ```

The cache can be broken by specifying a bump value:

    ```
    [gist id=546764 bump=1]
    ```

To break the cache again later, change to a new unique bump value:

    ```
    [gist id=546764 bump=2]
    ```

  Can I change the TTL on a Gist-by-Gist basis?

Yes. Specify a TTL (in seconds) like this:

    ```
    [gist id=546764 ttl=3600]
    ```

  Can I embed a Gist outside of a post or a page?

Yes.

    ```
    <?php echo embed_github_gist(546764); ?>
    ```

  Can I display a specific file from my gist?

Ues. You can use the `file` parameter:

    ```
    [gist id=546764 file=file.txt]
    ```

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

 *   [ dflydev ](https://profiles.wordpress.org/dflydev/)

[자국어로 “Embed GitHub Gist”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/embed-github-gist)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/embed-github-gist/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/embed-github-gist/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/embed-github-gist/)을 [RSS](https://plugins.trac.wordpress.org/log/embed-github-gist/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.13

 * Looks at EMBED_GISTHUB_USERNAME and EMBED_GISTHUB_PASSWORD for API requests

#### 0.12

 * Bump release (“same as 0.11”)
 * Added upgrade notes

#### 0.11

 * Updated to account for recent changes to Gist.

#### 0.10

 * Bump release (“same as 0.9”)

#### 0.9

 * Fix js link bug. Thanks to wrightlabs.

#### 0.8

 * Better handle SSL errors. Thanks to gabesumner and CaioProiete.

#### 0.7

 * Edit to also include $file in cache key (thanks https://github.com/troufster)

#### 0.6

 * Embed stylesheet is now cached locally by default
 * Fixed small file-bug when using json

#### 0.5

 * Updates from oncletom (change default settings, works with new HTTPS URL from
   Gist)

#### 0.4

 * Bump release (“same as 0.2”)

#### 0.3

 * Bump release (“same as 0.2”)

#### 0.2

 * Added to support passing a Gist URL as the content of the [gist] shortcode.

#### 0.1

 * First release.

## 기초

 *  버전 **0.13**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 2.8.6 또는 그 이상 **
 *  다음까지 시험됨: **3.5.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/embed-github-gist/)
 * 태그:
 * [Gist](https://ko.wordpress.org/plugins/tags/gist/)[Github](https://ko.wordpress.org/plugins/tags/github/)
   [Highlight](https://ko.wordpress.org/plugins/tags/highlight/)[source](https://ko.wordpress.org/plugins/tags/source/)
   [syntax](https://ko.wordpress.org/plugins/tags/syntax/)
 *  [고급 보기](https://ko.wordpress.org/plugins/embed-github-gist/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  4/5-별점 후기     ](https://wordpress.org/support/plugin/embed-github-gist/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/embed-github-gist/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/embed-github-gist/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/embed-github-gist/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/embed-github-gist/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/embed-github-gist/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/embed-github-gist/reviews/)

## 기여자

 *   [ dflydev ](https://profiles.wordpress.org/dflydev/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/embed-github-gist/)