Fork of "Gist GitHub Shortcode" plugin for WordPress from Claudio Sanches.
1.0.1
Add a full gist:
[gist id="123456789"]
Add a specific file in a gist:
[gist id="123456789" file="file.php"]
Avoid redirection from GitHub:
[gist user_id="user" id="123456789" file="file.php"]
- Added Gist User ID to avoid redirects from GitHub.