Get Gist
A simple WordPress plugin that adds a gist shortcode for getting a single Gist and the files within.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4326 days ago
Is Get Gist abandoned?
Possibly abandoned (last update 4326 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
- Upload
get-gistto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add your Github API key on the plugins settings page (optional)
Frequently Asked Questions
Have a question?
Review feed
Screenshots
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.