-
-
Save jhorsman/e31fbf18cbdea0c54a330b340bdc9f73 to your computer and use it in GitHub Desktop.
Embed Gists in Blogger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At the end of your Blogger post , using HTML editor, append this | |
<script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script> | |
In the content of your blog post, simply add this: | |
<div class="gistLoad" data-id="8488564" id="gist-8488564">Loading https://gist.github.com/8488564....</div> | |
Note: adding the URL is useful because when the javascript does not work, readers can copy and paste the URL themselves. | |
If you need to specify a single file within a Gist, use the data-file attribute | |
<div class="gistLoad" data-id="4982341" data-file="gistfile2.cs" id="gist-4982341">Loading https://gist.github.com/4982341....</div><br /> | |
Source: https://github.com/moski/gist-Blogger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment