Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Last active September 25, 2018 13:40
Show Gist options
  • Select an option

  • Save brandonb927/6433230 to your computer and use it in GitHub Desktop.

Select an option

Save brandonb927/6433230 to your computer and use it in GitHub Desktop.

Revisions

  1. brandonb927 revised this gist Sep 4, 2013. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions gistfile2.html
    Original 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>
  2. brandonb927 created this gist Sep 4, 2013.
    10 changes: 10 additions & 0 deletions gistfile1.html
    Original 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>