Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #268 from diwakergupta/gplus-comments
Browse files Browse the repository at this point in the history
Add Google+ enabled comments.
  • Loading branch information
plusjade committed Jan 28, 2014
2 parents 4993b07 + 403e677 commit a0dced2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions system/widgets/comments/gplus.html
@@ -0,0 +1,10 @@
---
---

<script src="https://apis.google.com/js/plusone.js"></script>
<div class="g-comments"
data-href="{{ urls.production_url }}{{ page.url }}"
data-width="600"
data-first_party_property="BLOGGER"
data-view_type="FILTERED_POSTMOD">
</div>

0 comments on commit a0dced2

Please sign in to comment.