Skip to content

Instantly share code, notes, and snippets.

@vividvilla
Created April 21, 2013 18:11
Show Gist options
  • Save vividvilla/5430484 to your computer and use it in GitHub Desktop.
Save vividvilla/5430484 to your computer and use it in GitHub Desktop.
Implement Google Plus Commenting to WordPress blog without using Plugin
<script src="https://apis.google.com/js/plusone.js">
</script>
<div class="g-comments"
data-href="<?php the_permalink(); ?>"
data-width="800"
data-first_party_property="BLOGGER"
data-view_type="FILTERED_POSTMOD">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment