Created
April 26, 2013 14:35
-
-
Save s9011514/5467780 to your computer and use it in GitHub Desktop.
[教學]Google+ 留言框整合到 WordPress 網站中 。
http://sofree.cc/wordpress-google-plus-comments/
This file contains 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 characters
<?php comments_template('', true); ?> |
This file contains 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 characters
<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