#Embed gist in wordpress posts

Based on the script written by Blair Vanderhoof, this plugin allows you to input gist files directly into your wordpress posts.

## Installation

### Using GIT

* Confirm that you are using jQuery version 1.7.x on your Wordpress blog.
* Clone the repository
* Initiate and update the submodule gist-embed
** gist submodule init
** gist submodule update
* Upload the folder gist-embed into your wordpress /plugins directory.
* Enable the plugin in your Wordpress admin.

### Manual download

* Confirm that you are using jQuery version 1.7.x on your Wordpress blog.
* Download the wordpress plugin using the URL https://github.com/ThomasHambach/gist-embed-wordpress/archive/master.zip
* Unzip the archive and upload to your Wordpress /plugins folder
* Download the latest version of gist-embed at https://github.com/blairvanderhoof/gist-embed/ or https://github.com/blairvanderhoof/gist-embed/archive/master.zip
* Unzip the archive and place it in your Wordpress /plugins/gist-embed/js/gist-embed folder.
* Enable the plugin in your Wordpress admin.

## Usage

### WYSIWYG

You will notice a github icon appearing in your TinyMCE toolbar when adding/editing a post. Click this to quickly insert a gist. Refer to the usage manual at https://github.com/blairvanderhoof/gist-embed for more information.

### Manual

Refer to the information in the README.md at https://github.com/blairvanderhoof/gist-embed