Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/futagoza/gist-blogger


https://github.com/futagoza/gist-blogger

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

gist-Blogger
============
A simple way to embed gist into Blogger's dynamic view. Orignally by [Moski Doski](http://moski.me), optimised and edited by [Futago-za Ryuu](http://gplus.to/futagoza).

## Usage

At the end of each of your blog posts, include the following code using the HTML editor:

Now to include any gist template just add the following anywhere in your blog post:

Loading ....

To get individual files from a gist, use:

Loading ....

In both, replace "GistID" with your gist id and "FileName" with your filename

## Development

If you want to work with this script locally, you can clone the repo using:

git clone [email protected]:thedailygoza/gist-Blogger.git

You can also just copy the source code of the non-minified file:

https://raw.github.com/thedailygoza/gist-Blogger/master/gistBlogger.js

## Thanks

* [Moski Doski](http://moski.me) for the orignal version.