# cioppino.twothumbs
**Repository Path**: mirrors_tdf/cioppino.twothumbs
## Basic Information
- **Project Name**: cioppino.twothumbs
- **Description**: Plone product base on like and dislike thumbs
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-26
- **Last Updated**: 2026-05-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Introduction
============
This will add those terribly "delish" little thumbs all over facebook
to products of your choosing. By default, only logged in users can rate
a product, and once they are logged in they can vote once (and change
their vote at any time)
Installation
------------
.. image:: https://pypip.in/v/cioppino.twothumbs/badge.png
:target: https://crate.io/packages/cioppino.twothumbs/
:alt: Latest PyPI version
.. image:: https://pypip.in/d/cioppino.twothumbs/badge.png
:target: https://crate.io/packages/cioppino.twothumbs/
:alt: Number of PyPI downloads
.. image:: https://secure.travis-ci.org/collective/cioppino.twothumbs.png
:target: http://travis-ci.org/#!/collective/cioppino.twothumbs
.. image:: https://coveralls.io/repos/collective/cioppino.twothumbs/badge.png?branch=master
:alt: Coverage
:target: https://coveralls.io/r/collective/cioppino.twothumbs
Your mission, should you choose to accept it is to add the package to
your buildout config and rerun buildout. If you want it as a viewlet
below the content title, you must follow the viewlet directions below
before restarting and installing. Otherwise install immediately and then
skip to the section on browser views.
Make sure you have installed or "Activated" the product if things aren't
working as expected.
Compatability
-------------
cioppino.twothumbs works with Plone 4.0, 4.1, 4.2, 4.3 and 5.0
As a Viewlet
------------
Archetypes
^^^^^^^^^^
Then, in the configure.zcml
in the base of your product you need to tell which content types should
display the thumbs. For example, with the PloneSoftwareCenter product,
the configure.zcml has the lines::