Metadata-Version: 1.0
Name: collective.facebook.portlets
Version: 1.0b1
Summary: This product allows you to add a portlet to your site that will show the latest comments made to a Facebook wall.
Home-page: https://github.com/collective/collective.facebook.portlets
Author: Franco Pellegrini
Author-email: frapell@gmail.com
License: GPL
Description: ============================
        collective.facebook.portlets
        ============================
        
        .. contents:: Table of Contents
        
        Overview
        --------
        
        This product allows you to add a portlet to your site that will show the
        latest comments made to a Facebook wall.
        
        Prerequisites
        -------------
        
        This product depends on `collective.facebook.accounts`_.
        
        Usage
        -----
        
        - Add a "Facebook wall Portlet" wherever you want
        - Enter a header (if you want one)
        - Choose the Facebook account to use from the drop-down (See prerequisites)
        - Enter the "wall ID" of the wall you want to be listed. For example, if you
          want the content from https://www.facebook.com/plonecms, just enter
          "plonecms" as the wall ID. For more info, check
          https://developers.facebook.com/docs/reference/api
        - Enter the maximum number of entries you want the portlet to show
        - And mark the checkbox if you want only the posts made from the wall owner to
          be shown (plonecms in this case), or leave it unmarked if you want all posts
          no matter who posted them.
        
        That's it.
        
        .. _`collective.facebook.accounts`: http://pypi.python.org/pypi/collective.facebook.accounts
        
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``collective.facebook.portlets`` to the list
           of eggs to install ::
        
            [buildout]
            ...
            eggs =
                collective.facebook.portlets
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ''collective.facebook.portlets'' and click the
        'Activate' button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        
        Contributors
        ------------
        
        * Franco Pellegrini (frapell@gmail.com)
        
        * Silvestre Huens (s.huens@gmail.com)
        
        * Héctor Velarde (hector.velarde@gmail.com)
        
        * Gonzalo Almeida (flecox@gmail.com)
        
        Development sponsored by Open Multimedia.
        
        Changelog
        ---------
        
        1.0b1 (2012-04-05)
        ^^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
Keywords: plone portlet facebook
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
