Skip to content

Instantly share code, notes, and snippets.

@BiosElement
Created September 23, 2013 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BiosElement/6673623 to your computer and use it in GitHub Desktop.
Save BiosElement/6673623 to your computer and use it in GitHub Desktop.
Embedding Google+ Comments for Ghost
<section class="comment">
<div class="g-comments" data-href="{{@blog.url}}{{url}}" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ Comments ...</div>
<script async type="text/javascript" src="//apis.google.com/js/plusone.js?callback=gpcb"></script>
<noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment