Skip to content

Instantly share code, notes, and snippets.

@joshlevinson
Created January 27, 2016 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshlevinson/6febca66a47fc74215a5 to your computer and use it in GitHub Desktop.
Save joshlevinson/6febca66a47fc74215a5 to your computer and use it in GitHub Desktop.
Google Plus Comments
<script src="https://apis.google.com/js/plusone.js"></script>
<script>
gapi.comments.render('comments', {
href: window.location,
width: '760',
first_party_property: 'BLOGGER',
view_type: 'FILTERED_POSTMOD'
});
</script>
<html>
<head></head>
<body>
<div id="comments"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment