Last active
September 25, 2018 13:40
-
-
Save brandonb927/6433230 to your computer and use it in GitHub Desktop.
Revisions
-
brandonb927 revised this gist
Sep 4, 2013 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <!-- Similarly, you can add a comment counter to the page as well --> <script src="https://apis.google.com/js/plusone.js"></script> <div id="commentscounter"></div> <script> gapi.commentcount.render('commentscounter', { href: window.location }); </script> -
brandonb927 created this gist
Sep 4, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <script src="https://apis.google.com/js/plusone.js"></script> <div id="comments"></div> <script> gapi.comments.render('comments', { href: window.location, width: '624', first_party_property: 'BLOGGER', view_type: 'FILTERED_POSTMOD' }); </script>