{ "info": { "author": "Adi Sieker", "author_email": "adi@sieker.io", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "django-socialshareprivacy\n=========================\n\nThis Django applcation makes the jQuery Plug-In socialshareprivacy from heise.de available in django templates.\nThe plugin will show disabled buttons for the share adn tweet buttons, these disabled buttons are hosted locally. If the user wants to share or tweet he has to first click the disabled button which will then load the real button from facebook, G+ or Twitter. A second click on the buttons will then actually share the page. This basically means that the possibility of sharing is available but until the user interacts with the buttons no data is transmitted to the social networks.\n\nThe home of the jQuery plugin is http://www.heise.de/extras/socialshareprivacy/.\n\nThis application uses the same version numbers as the jQuery plugin and appends a third digit to allow for application releases independently of the plugin.\n\nInstallation\n============\n\nInstall via pip:\n\n pip install django-socialshareprivacy\n\nthen add `socialshareprivacy`to your INSTALLED_APPS.\n\nIn your template load the socialshareprivacy templatetags library\n\n {% load socialshareprivacy_tags %}\n\nadd an empty div used to display the buttons\n\n
\n\nand include the neccessary javascript by calling the template tag `socialshareprivacy` \n\n {% socialshareprivacy %}\n\n\nIn the default thediv to hold the buttons has to have an id of socialshareprivacy you can change \nthat to what ever you want and then call the template tag with the correct selector\n\n
\n\n {% socialshareprivacy '#share_buttons' %}\n \n\nConfiguration\n=============\n\nIf you need to configure any of the plugins options override the template `socialshareprivacy\\socialshareprivacy.html`\nThe context of the template supplies the variables `selector` which contains the jQuery selector and \nthe variable `STATIC_URL` from the project settings.\n\nHelp\n====\nFor help open an issue here https://github.com/adsworth/django-socialshareprivacy/issues\nLicense\n=======\nThe original jQuery plugin socialshareprivacy is distributed uner the MIT license.\n\nThis Django application is also distributed under the MIT license. See the LICENSE file in this directory/repository.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/adsworth/django-socialshareprivacy/", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "django-socialshareprivacy", "package_url": "https://pypi.org/project/django-socialshareprivacy/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-socialshareprivacy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/adsworth/django-socialshareprivacy/" }, "release_url": "https://pypi.org/project/django-socialshareprivacy/1.5.1/", "requires_dist": null, "requires_python": null, "summary": "A Django application for the heise.de socialshareprivacy jQuery plugin.", "version": "1.5.1" }, "last_serial": 1013420, "releases": { "1.5.0": [ { "comment_text": "", "digests": { "md5": "dc67e1419e3c46a805f5871ddfd4516c", "sha256": "f3e8a3d236e643ab20d17c9385b34eb071acdab5826de52902cae3f1359890c0" }, "downloads": -1, "filename": "django-socialshareprivacy-1.5.0.tar.gz", "has_sig": false, "md5_digest": "dc67e1419e3c46a805f5871ddfd4516c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 291671, "upload_time": "2014-02-26T22:19:22", "url": "https://files.pythonhosted.org/packages/ed/89/559f4e9f7513caac31be65b333d85494b4bb4e5822251d98bd3371f83643/django-socialshareprivacy-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "f8c4141efd10303ce53f776dc6da5d45", "sha256": "7e48ab3530f83caac4e07cdc3af87b91c697aef51387769f83aa7171ab72ab20" }, "downloads": -1, "filename": "django-socialshareprivacy-1.5.1.tar.gz", "has_sig": false, "md5_digest": "f8c4141efd10303ce53f776dc6da5d45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 291903, "upload_time": "2014-02-26T22:31:57", "url": "https://files.pythonhosted.org/packages/45/79/67b1c722630d3d61fcab32ce1d2651380b43cbc2539c43f5b853ec4cd6b4/django-socialshareprivacy-1.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8c4141efd10303ce53f776dc6da5d45", "sha256": "7e48ab3530f83caac4e07cdc3af87b91c697aef51387769f83aa7171ab72ab20" }, "downloads": -1, "filename": "django-socialshareprivacy-1.5.1.tar.gz", "has_sig": false, "md5_digest": "f8c4141efd10303ce53f776dc6da5d45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 291903, "upload_time": "2014-02-26T22:31:57", "url": "https://files.pythonhosted.org/packages/45/79/67b1c722630d3d61fcab32ce1d2651380b43cbc2539c43f5b853ec4cd6b4/django-socialshareprivacy-1.5.1.tar.gz" } ] }