Skip to content

Instantly share code, notes, and snippets.

@s9011514
Created April 26, 2013 14:35
Show Gist options
  • Save s9011514/5467780 to your computer and use it in GitHub Desktop.
Save s9011514/5467780 to your computer and use it in GitHub Desktop.
[教學]Google+ 留言框整合到 WordPress 網站中 。 http://sofree.cc/wordpress-google-plus-comments/
<?php comments_template('', true); ?>
<script src="https://apis.google.com/js/plusone.js">{lang: 'zh-TW'}</script>
<g:comments
href="<?php the_permalink(); ?>"
width="680"
first_party_property="BLOGGER"
view_type="FILTERED_POSTMOD">
</g:comments>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment