=== Gist Embed === Contributors: ThomasHambach Tags: gist, github, git, embed Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allows you to input gist files directly into your Wordpress posts with a click of a button. == Description == Inspired by the script written by Blair Vanderhoof, this plugin allows you to input gist files directly into your Wordpress posts using a jQuery callback. Currently supports: * Showing a whole gist. * Showing single file in a gist. * Showing certain lines of a single file in a gist. == Installation == 1. Upload the directory `gist-embed` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently asked questions == For any issues, please refer to https://github.com/thomashambach/gist-embed-wordpress/issues and describe your issue as detailed as possible. == Screenshots == 1. assets/editor.png 2. assets/dialog.png 3. assets/example.png == Changelog == = 0.2 = Added options to hide line numbers and GitHub footer.