sc.social.like is a Plone product providing a simple Twitter and Facebook integration for Plone Content Types.
This package installs a viewlet with actions to Tweet and Like (or Recommend) a content.
Installation:
To enable this product,on a buildout based installation:
Edit your buildout.cfg and add sc.social.like to the list of eggs to install
[buildout]
...
eggs =
sc.social.like
After updating the configuration you need to run the ''bin/buildout'', which will take care of updating your system.
Go to the 'Site Setup' page in the Plone interface and click on the 'Add/Remove Products' link.
Choose the product (check its checkbox) and click the 'Install' button.
Uninstall -- This can be done from the same management screen, but only if you installed it from the quick installer.
Note: You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Fix packaging [ericof]