How to link gists to your website?
Follow these three simple steps to include the gist in your website.
- Create a gist on gist.github.com
- Grab the {gist id} from the URL, and gist {file name}
- In your wordpress post, you can include the gist with following code
[ wpgist id="{gist id}" file="{file name}" ]
Note: Remove the extra space after opening parenthesis.