Varia's website, varia.zone or vvvvvvaria.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mb@mb 04c2824180 adding the 2 submodules again 6 years ago
..
Readme.md adding the 2 submodules again 6 years ago
__init__.py adding the 2 submodules again 6 years ago
googleplus_comments.py adding the 2 submodules again 6 years ago

Readme.md

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