{ "info": { "author": "Franco Pellegrini", "author_email": "frapell@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "============================\ncollective.facebook.portlets\n============================\n\n.. contents:: Table of Contents\n :depth: 2\n\nOverview\n--------\n\nThis package implements some `Facebook`_ `Social Plugins`_ as portlets for\nyour Plone site.\n\nThis package depends on `collective.facebook.accounts`_.\n\nCurrently, the following portlets are available:\n\nFacebook Wall portlet\n This portlet displays the user's Facebook Wall and their News Feed.\n\nFacebook Activity Feed portlet\n This portlet is based on the Activity Feed plugin and it has some UI\n limitations. The Activity Feed plugin displays the most interesting recent\n activity taking place on your site. Since the content is hosted by\n Facebook, the plugin can display personalized content whether or not the\n user has logged into your site. The activity feed displays stories when\n users interact with content on your site, such as like, watch, read, play\n or any custom action. Activity is also displayed when users share content\n from your site in Facebook or if they comment on a page on your site in\n the Comments box. If a user is logged into Facebook, the plugin will be\n personalized to highlight content from their friends. If the user is\n logged out, the activity feed will show recommendations from across your\n site, and give the user the option to log in to Facebook.\n\nDon't panic\n-----------\n\nFacebook Wall portlet\n^^^^^^^^^^^^^^^^^^^^^\n\nTo add a Facebook Wall portlet do the following:\n\n- From the manage portlets screen select \"Facebook Wall\".\n- Enter a header (if you want one).\n- Choose the Facebook account to use from the drop-down.\n- Enter the ID of the wall you want to be listed (e.g. plonecms).\n- Enter the maximum number of entries you want the portlet to show.\n- Mark the checkbox if you want only the posts made from the wall owner to be\n shown (plonecms in this case), or leave it unmarked if you want all posts no\n matter who posted them.\n\nThat's it.\n\nFacebook Activity Feed portlet\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo add a Facebook Activity Feed portlet do the following:\n\n- From the manage portlets screen select \"Facebook Activity Feed\".\n- Enter a header (if you want one).\n- Enter App ID/API Key of your application.\n- Enter the site URL from which you want to display interesting recent\n activity (e.g. plone.org).\n- Select if you want to show recommendations from across your site.\n- Set the portlet width and height.\n- Select the color scheme you want to use: light or dark.\n- Select the link target you want to use: _blank, _top or _parent.\n- Enter the border color in hexadecimal format (e.g. #ffffff).\n\nThat's it.\n\nScreenshots\n-----------\n\n.. figure:: https://github.com/collective/collective.facebook.portlets/raw/master/wall.png\n :align: center\n :height: 582px\n :width: 263px\n\n Facebook Wall portlet.\n\n.. figure:: https://github.com/collective/collective.facebook.portlets/raw/master/activity.png\n :align: center\n :height: 362px\n :width: 260px\n\n Facebook Activity Feed portlet.\n\nTo do list\n----------\n\nIn the near future we are going to release a new version including the\nfollowing features:\n\n`Recommendations Box portlet`_\n This portlet will be based on the Recommendations Box plugin. The\n Recommendations Box shows personalized recommendations to your users.\n Since the content is hosted by Facebook, the plugin can display\n personalized recommendations whether or not the user has logged into your\n site. To generate the recommendations, the plugin considers all the social\n interactions with URLs from your site. For a logged in Facebook user, the\n plugin will give preference to and highlight objects her friends have\n interacted with.\n\n.. _`collective.facebook.accounts`: http://pypi.python.org/pypi/collective.facebook.accounts\n.. _`Facebook`: http://www.facebook.com/\n.. _`Social Plugins`: https://developers.facebook.com/docs/plugins/\n.. _`Recommendations Box portlet`: https://github.com/collective/collective.facebook.portlets/issues/2\n\n\nInstallation\n------------\n\nTo enable this product in a buildout-based installation:\n\n1. Edit your buildout.cfg and add ``collective.facebook.portlets`` to the list\n of eggs to install ::\n\n [buildout]\n ...\n eggs =\n collective.facebook.portlets\n\n2. You may need to extend a five.grok known good set (KGS) to make sure that\n you get the right versions of the packages that make up five.grok ::\n\n [buildout]\n ...\n extends =\n http://good-py.appspot.com/release/five.grok/1.2.0-1\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to ''collective.facebook.portlets'' and click the\n'Activate' button.\n\nNote: You may have to empty your browser cache and save your resource\nregistries in order to see the effects of the product installation.\n\n\nContributors\n------------\n\n* Franco Pellegrini\n* Silvestre Huens\n* H\u00e9ctor Velarde\n* Gonzalo Almeida\n\nDevelopment sponsored by Open Multimedia.\n\n\nChangelog\n---------\n\n1.0b2 (2012-06-04)\n^^^^^^^^^^^^^^^^^^\n\n- Dependency package collective.prettydate no longer has a GS profile.\n [hvelarde]\n\n- Updated documentation. [hvelarde]\n\n- Added screenshots for Facebook Wall and Facebook Activity Feed portlets.\n [hvelarde]\n\n- Tested for Plone 4.2 compatibility. [hvelarde]\n\n- Logger messages were changed from info to debug. [flecox]\n\n- Added an activity feed portlet. [frapell]\n\n\n1.0b1 (2012-04-05)\n^^^^^^^^^^^^^^^^^^^\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.facebook.portlets", "keywords": "plone portlet facebook", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.facebook.portlets", "package_url": "https://pypi.org/project/collective.facebook.portlets/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.facebook.portlets/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/collective.facebook.portlets" }, "release_url": "https://pypi.org/project/collective.facebook.portlets/1.0b2/", "requires_dist": null, "requires_python": null, "summary": "This package implements some Facebook Social Plugins as portlets for your Plone site.", "version": "1.0b2" }, "last_serial": 1145104, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "da27a17e2647515d999c8cab78d9e3a3", "sha256": "b2acad50c9591a5e7e6cc672f8a3eb6b2cae02f47f44c88b280f1b4e1c3f3953" }, "downloads": -1, "filename": "collective.facebook.portlets-1.0b1.tar.gz", "has_sig": false, "md5_digest": "da27a17e2647515d999c8cab78d9e3a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19980, "upload_time": "2012-04-06T05:22:28", "url": "https://files.pythonhosted.org/packages/13/17/444e874151995e7599b56440b0dbd79f4d6fb2557adf7c19581b66c0aee8/collective.facebook.portlets-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "16c5af0d7dfe946b49b88915cedd2ace", "sha256": "2b51780967059d99c31d70d38f7fc2b139e3e4f631931fabc951c1d5d2e6d8a0" }, "downloads": -1, "filename": "collective.facebook.portlets-1.0b2.zip", "has_sig": false, "md5_digest": "16c5af0d7dfe946b49b88915cedd2ace", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48391, "upload_time": "2012-06-05T01:32:15", "url": "https://files.pythonhosted.org/packages/ea/80/64f6e55b4cb7265486f4e7d935b1da1016465515966f53c7f1dbddb48cf8/collective.facebook.portlets-1.0b2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "16c5af0d7dfe946b49b88915cedd2ace", "sha256": "2b51780967059d99c31d70d38f7fc2b139e3e4f631931fabc951c1d5d2e6d8a0" }, "downloads": -1, "filename": "collective.facebook.portlets-1.0b2.zip", "has_sig": false, "md5_digest": "16c5af0d7dfe946b49b88915cedd2ace", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48391, "upload_time": "2012-06-05T01:32:15", "url": "https://files.pythonhosted.org/packages/ea/80/64f6e55b4cb7265486f4e7d935b1da1016465515966f53c7f1dbddb48cf8/collective.facebook.portlets-1.0b2.zip" } ] }