Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following gist...

https://gist.github.com/4445255

I try adding it to my Blogger entry (per here) into my post by adding this to the very end...

<script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script>

finally in position I add

<div class="gistLoad" data-id="4445255" id="gist-GistID">Loading ....</div>

But it just shows loading...

share|improve this question

2 Answers

The script you just referenced (gistLoader.js) contains a call to the function initGist(), which I do not see anywhere.

It is also looking for a DOM element by the id "gistPrinter", when the element you have created has an id of "gist-GistID".

I'm not familiar with gist, maybe someone else can correct me.

EDIT: I found initGist() here: https://raw.github.com/moski/gist-Blogger/master/public/gistBlogger.js

share|improve this answer
up vote 1 down vote accepted

I hadn't yet converted my project over to a Dynamic View. So I went to Template>Dynamic View.

There is a little issue, saving formatting only seems to work in IE for dynamic views...

http://productforums.google.com/forum/#!topic/blogger/S_uVwRQQrOY%5B1-25-false%5D

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.