first implementation of google plus comments

This commit is contained in:
Andrea Zonca
2013-09-27 16:06:08 -07:00
parent fb421f5ac5
commit 13a8ea5d5f
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
GooglePlus Comments Plugin For Pelican
==================================
Adds GooglePlus comments to Pelican
Add the plugin to `pelicanconf.py`:
PLUGIN_PATH = 'pelican-plugins'
PLUGINS = ["googleplus_comments"]
Add a `<div>` for comments to the `article.html` of your template:
<div id="commentswrap">
<div id="comments"></div>
</div>
{{ article.metadata.googleplus_comments }}
See it working, and ask for support:
<http://zonca.github.io/2013/09/google-plus-comments-plugin-for-pelican.html>