zestsoftware / zest.social

0 stars 0 forks source link

Introduction

This is yet another social bookmarking viewlet based on http://www.addthis.com/ Why a new one and not for example collective.addthis? Well, probably just because it is so easy to generate the javascript with the services we choose, and register this as a viewlet. We did that for our own Zest Software site and a client wanted the same, but then with a checkbox per page to turn it on or off.

Features

Configuration

There is no configuration in the UI. If you want to override the default value and fallback value for showing the viewlet you may want to look at config.py and do a monkey patch on the values there.

If you want to change the links that are shown, you should just override the viewlet template, which is probably easiest using z3c.jbot_.

Compatibility

zest.social has been tested with Plone 3.3. and Plone 4.0, using archetypes.schemaextender_ 1.6 and 2.0.3.

.. collective.addthis: http://pypi.python.org/pypi/collective.addthis .. archetypes.schemaextender: http://pypi.python.org/pypi/archetypes.schemaextender .. z3c.jbot: http://pypi.python.org/pypi/z3c.jbot .. Zest Software: http://zestsoftware.nl