##How to use gist-embed to spice up code snippets on your blog
<link rel="stylesheet" href="https://gist.github.com/stylesheets/gist/embed.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Include gist-embed (If your blog doesn't accept local file includes, then simply copy paste the contents into a script tag):
<script type="text/javascript" src="gist-embed.js"></script>
All you need to do to embed a gist is to add a placeholder code element with id attribute in this format:
"gist-<gist-id>"
e.g.:
<code id="gist-1741"></code>