{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Programming Language :: Python" ], "description": "Add new meta tags to you Plone site, for better controlling how your items are **shared on Facebook**. \n\n.. contents:: **Table of contents**\n\nIntroduction\n============\n\nAre you commonly sharing contents from your Plone site or a site page to a `Facebook`__ account?\n\n__ http://www.facebook.com/\n\nWhen you use the nice Facebook sharing interface, you have a simple way to customize additional data for the item\nthat will be published (mainly: choose a proper image from the remote page).\nHowever when trying to do this automatically (e.g: you are publishing the link in a `Twitter`__ account that also\nfeed a Facebook page) Facebook is choosing an image for you... and often this is not the image you want.\n\n__ http://twitter.com/\n\nHow can you solve this? In general you can provide some additional ``meta`` tag information using\n`Open Graph standard`__, customizing many aspect of the way of sharing contents on Facebook.\n\n__ http://developers.facebook.com/docs/opengraph/\n\nProduct detail\n==============\n\nInstalling *collective.fbshare* product and add some additional ``meta`` tags in the *head* section of your site.\n\nPlone site metas\n----------------\n\nWhen sharing the site root, you'll get:\n\n``og:type``\n Always ``website``\n``og:url``\n The URL to the site\n``og:image``\n See next section\n``og:title``\n The name of the site\n``og:description``\n The description of the site\n\nWhen sharing site content's you'll get:\n\n``og:type``\n Always ``article``\n``og:url``\n The URL to the content\n``og:site_name``\n The name of the Plone site\n``og:image``\n See next section\n``og:title``\n The title of the content\n``og:description``\n The description of the content\n``article:published_time``\n The publication date of the content (when present)\n``article:expiration_time``\n The expiration date of the content (when present)\n``article:author``\n A link to the creator's page. This will be used only when you choose to display\n the *about* info of site user's\n``article:tag``\n List of content tags\n\nAbout images\n------------\n\nIn the site control panel you can access a new configuration panel named \"*Open Graph sharing settings*\".\nFrom there you can:\n\n* provide a custom image content to be used as ``og:image``\n* choose to use the site's logo as ``og:image``\n* enable support for content images, this mean that content types with image field will be able to\n provide that image instead of a global ones.\n Also supported `collective.contentleadimage`__\n \n __ http://plone.org/products/content-lead-image/\n\nCoexistence with sc.social.like\n===============================\n\nAnother very common plugin that add ``meta`` tag in Plone Pages is `sc.social.like`__.\n\nAs adding duplicate meta tag is reported as an error by Facebook verification, *collective.fbshare* will\nhide some of the *sc.social.like* HTML elements when both products are installed.\n\n__ http://plone.org/products/sc.social.like\n\nDependencies\n============\n\nTested on:\n\n* Plone 3.3\n* Plone 4.2\n* Plone 4.3\n\nOn Plone 3.3 you need to configure properly `plone.app.registry`__ dependencies and upgrade\nthe default version used of `plone.z3cform`__.\n\n__ http://pypi.python.org/pypi/plone.app.registry\n__ http://pypi.python.org/pypi/plone.z3cform\n\nSimilar product\n===============\n\nThere's another Plone package that will give you Open Graph support: `collective.opengraph`__\n\n__ http://plone.org/products/collective.opengraph\n\nCredits\n=======\n\nDeveloped with the support of:\n\n* `S. Anna Hospital, Ferrara`__\n \n .. image:: http://www.ospfe.it/ospfe-logo.jpg \n :alt: S. Anna Hospital logo\n \n* `Regione Emilia Romagna`__\n\nAll of them supports the `PloneGov initiative`__.\n\n__ http://www.ospfe.it/\n__ http://www.regione.emilia-romagna.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\n\nChangelog\n=========\n\n0.3.2 (2016-04-19)\n------------------\n\n- Fixes for Plone 5.0 (handle missing portal_properties props and unset lead\n images)\n [alecm]\n\n\n0.3.1 (2015-02-20)\n------------------\n\n- Updated metadata from sc.social.like with latests\n changes from version 2.0 (matters only when used).\n This close `#7`__\n [keul]\n\n__ https://github.com/RedTurtle/collective.fbshare/issues/7\n\n0.3.0 (2014-01-27)\n------------------\n\n- Dexterity content type support [keul]\n- Display also the modified time if security site say so [keul]\n- Coexistence with *sc.social.like* [keul]\n- Properly handle ``article:tag`` as array [keul]\n\n0.2.1 (2013-07-05)\n------------------\n\n- When visiting a folderish content refers to folder URL, not default\n page URL (close `#2`__) [jnachtigall]\n\n __ https://github.com/RedTurtle/collective.fbshare/pull/2\n\n0.2.0 (2012-11-26)\n------------------\n\n- Use of site logo feature for ``og:image`` was broken\n [keul]\n- i18n fixes\n [keul]\n- added support for content's own image (also with support for *collective.contentleadimage*)\n [keul]\n\n0.1.0 (2012-07-25)\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": "http://plone.org/products/collective.fbshare", "keywords": "plone plonegov opengraph facebook", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.fbshare", "package_url": "https://pypi.org/project/collective.fbshare/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.fbshare/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/collective.fbshare" }, "release_url": "https://pypi.org/project/collective.fbshare/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "Provide some additional Open Graph meta tag in your Plone site, so share items on Facebook will be simpler", "version": "0.3.2" }, "last_serial": 2070859, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0b77ee758080d383568058fef7ad7997", "sha256": "a6e326b323a252e3c9b1372d8ba8f982f58d32f37a1077131256e046fc48818c" }, "downloads": -1, "filename": "collective.fbshare-0.1.0.zip", "has_sig": false, "md5_digest": "0b77ee758080d383568058fef7ad7997", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37764, "upload_time": "2012-07-25T17:23:46", "url": "https://files.pythonhosted.org/packages/e4/b8/319432f635992df36447d045e5af3b19544e12c5a277d48b8e631401243b/collective.fbshare-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e85065d6ddf60610528f816b40be61da", "sha256": "e8c962f6fcad688593ac2de3e997afb6dfc5abb838b621550712da5ca87ab26c" }, "downloads": -1, "filename": "collective.fbshare-0.2.0.zip", "has_sig": false, "md5_digest": "e85065d6ddf60610528f816b40be61da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41494, "upload_time": "2012-11-26T16:53:28", "url": "https://files.pythonhosted.org/packages/1a/81/a10975ca70feadb57f2dcb3087ea3c1d0839aaa3e5c22fce7a1df8e4c9f5/collective.fbshare-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9526a77a60574089e008b6c18f088644", "sha256": "39ec4ef6aced1583c44e65503a427abf2e958eaff5c86cc0aeb29ceea6ed5219" }, "downloads": -1, "filename": "collective.fbshare-0.2.1.zip", "has_sig": false, "md5_digest": "9526a77a60574089e008b6c18f088644", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43546, "upload_time": "2013-07-05T08:29:49", "url": "https://files.pythonhosted.org/packages/43/99/24a2d5b73745707293fe021e52c8d2c64d4143446dedb8fd7eac3a1c4088/collective.fbshare-0.2.1.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "1f1a4337e0e7d929a5635f5186995bb5", "sha256": "e5858900e5b4e026930e8d8fc5e5ad91546f2b7d549814176e8ac21c5f26adfb" }, "downloads": -1, "filename": "collective.fbshare-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1f1a4337e0e7d929a5635f5186995bb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27980, "upload_time": "2014-01-27T09:23:12", "url": "https://files.pythonhosted.org/packages/fc/f1/e61f2ded2ad81710fc0e41086d80eecd8a290281e76620db4ec5ba9054f5/collective.fbshare-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f70897da0b0b534af19ff9e815a2262b", "sha256": "65dc14915ad30b51d989cba84673fabe413612b13d0c6c3b7c1fecb9b14e37d4" }, "downloads": -1, "filename": "collective.fbshare-0.3.1.zip", "has_sig": false, "md5_digest": "f70897da0b0b534af19ff9e815a2262b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46996, "upload_time": "2015-02-20T08:10:07", "url": "https://files.pythonhosted.org/packages/a5/b7/a8f407944d42b397866915ea661842e235aeddf36b9b09acea2c62d4a092/collective.fbshare-0.3.1.zip" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "1cc9a9bf16093c631e4f7b1f5bc1e0bc", "sha256": "6d52a66df444062f088553b76bee1025e50a5d0f561eb5148fbc6e88d9e367fa" }, "downloads": -1, "filename": "collective.fbshare-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1cc9a9bf16093c631e4f7b1f5bc1e0bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28757, "upload_time": "2016-04-19T06:55:34", "url": "https://files.pythonhosted.org/packages/24/f6/ba547a10644767f4ba8dee8aea22825eac5778666b8fe645788bc95124ed/collective.fbshare-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1cc9a9bf16093c631e4f7b1f5bc1e0bc", "sha256": "6d52a66df444062f088553b76bee1025e50a5d0f561eb5148fbc6e88d9e367fa" }, "downloads": -1, "filename": "collective.fbshare-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1cc9a9bf16093c631e4f7b1f5bc1e0bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28757, "upload_time": "2016-04-19T06:55:34", "url": "https://files.pythonhosted.org/packages/24/f6/ba547a10644767f4ba8dee8aea22825eac5778666b8fe645788bc95124ed/collective.fbshare-0.3.2.tar.gz" } ] }