This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Get Gist

Description

A simple WordPress plugin that adds a gist shortcode for getting a single Gist and the files within. It uses the Gist V3 API. Has the option for authentication via Personal Access Token.

Usage
Get a Gist using a WordPress shortcode: [gist id=00000000 file=file-name.php]

The Gist will return as plain text. I recommend using WordPress plugin Syntaxhighlighter Evolved to highlight the Gist. See below for details.

Visit [Get Gist on Github](http://https://github.com/kopepasah/get-gist “Get Gist”) for more options and information.

Installation

  1. Upload get-gist to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add your Github API key on the plugins settings page (optional)

FAQ

Have a question?

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Get Gist” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Get Gist” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release version.

1.1.0

  • Added ability to insert and API key.

1.1.1

  • Added readme.txt.

1.1.3

  • Updated some information.