Monday, November 26, 2012

How to add gist to blogger


  1. Create a gist e.g. https://gist.github.com/4150041
  2. Create the blog post
  3. switch to html view
  4. Embed a script tag where src attribute is url of the git with .js extension like this
    <script src="https://gist.github.com/4150041.js"></script>

No comments:

Post a Comment