{ "info": { "author": "Alex Parinov", "author_email": "creafz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====================\nDjango Social Widgets\n=====================\n\n.. image:: https://pypip.in/download/django-social-widgets/badge.svg\n :target: https://pypi.python.org/pypi/django-social-widgets/\n :alt: Downloads\n\n.. image:: https://readthedocs.org/projects/django-social-widgets/badge/?version=latest\n :target: https://readthedocs.org/projects/django-social-widgets/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/creafz/django-social-widgets.svg?branch=master\n :target: https://travis-ci.org/creafz/django-social-widgets\n\n.. image:: https://coveralls.io/repos/creafz/django-social-widgets/badge.png?branch=master\n :target: https://coveralls.io/r/creafz/django-social-widgets?branch=master\n\nDjango app for easy embedding social network widgets and plugins into your site. Supports Facebook, Twitter, Google+, YouTube, Instagram and Pinterest.\n\nUseful links: `Documentation `_, `Demo `_.\n\nRequirements\n------------\n* Python 2.6, 2.7, 3.3 - 3.5\n* Django 1.6 or higher\n\nQuickstart\n----------\n\n1. Install from PyPI::\n\n pip install django-social-widgets\n\n2. Add ``social_widgets`` to INSTALLED_APPS::\n\n INSTALLED_APPS = (\n ...\n \"social_widgets\",\n ...\n )\n\n3. Load the social_widgets template library in every template you want to use it::\n\n {% load social_widgets %}\n\n4. Place ``{% social_widget_render %}`` code where you want to show the widget. For example if you want to show Facebook Likebox for Facebook Developers page put this code in your template::\n\n {% social_widget_render 'facebook/likebox.html' href='https://www.facebook.com/FacebookDevelopers' %}\n\n\nPassing parameters\n------------------\nParameter names for widgets are similar to the original parameters with only one change: they use underscore instead of hyphen. So for example if you need to set ``show-screen-name`` parameter for Twitter Follow Button, you should use code like this::\n\n {% social_widget_render \"twitter/follow_button.html\" username=\"BillGates\" show_screen_name=True %}\n\nAs a value for all parameters you can use a Python value like string, integer or Boolean, for example::\n\n {% social_widget_render \"facebook/likebox.html\" app_id=12345678 href=\"https://www.facebook.com/FacebookDevelopers\" show_border=True %}\n\nSee this `demo page `_ with all supported widgets, their code and available parameters.\n\n\nExample project\n---------------\nYou can find an example project in \"`example_project `__\" directory.\n\n\nFacebook\n--------\n* Likebox - `Documentation `__ | `Demo `__\n* Follow Button - `Documentation `__ | `Demo `__\n* Embedded Post - `Documentation `__ | `Demo `__\n* Activity Feed - `Documentation `__ | `Demo `__\n* Recommendations Feed - `Documentation `__ | `Demo `__\n* Share Button - `Documentation `__\n\nTwitter\n-------\n* Follow Button - `Documentation `__ | `Demo `__\n* Share Button - `Documentation `__\n\nGoogle+\n-------\n* Person Badge - `Documentation `__ | `Demo `__\n* Page Badge - `Documentation `__ | `Demo `__\n* Community Badge - `Documentation `__ | `Demo `__\n* Share Button - `Documentation `__\n\nYouTube\n-------\n* Subscribe Button - `Documentation `__ | `Demo `__\n\nInstagram\n---------\n* Instagram Badge - `Documentation `__ | `Demo `__\n\nPinterest\n---------\n* Follow Button - `Documentation `__ | `Demo `__\n* Pin Widget - `Documentation `__ | `Demo `__\n* Profile Widget - `Documentation `__ | `Demo `__\n* Board Widget - `Documentation `__ | `Demo `__", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/creafz/django-social-widgets/tarball/0.4.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/creafz/django-social-widgets", "keywords": "Django,social network,template,facebook,twitter", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-social-widgets", "package_url": "https://pypi.org/project/django-social-widgets/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-social-widgets/", "project_urls": { "Download": "https://github.com/creafz/django-social-widgets/tarball/0.4.0", "Homepage": "https://github.com/creafz/django-social-widgets" }, "release_url": "https://pypi.org/project/django-social-widgets/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Django app for easy embedding social network widgets and plugins into your site. Supports Facebook, Twitter, Google+, YouTube, Instagram and Pinterest.", "version": "0.4.0" }, "last_serial": 1918686, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eba0d0800f237d7a9338ede7527cca4b", "sha256": "2ad365db28fc6b7ae62025f3b445cce09166b4e01123fb2da3fd14f9c899017c" }, "downloads": -1, "filename": "django-social-widgets-0.1.tar.gz", "has_sig": false, "md5_digest": "eba0d0800f237d7a9338ede7527cca4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8820, "upload_time": "2014-10-08T11:44:26", "url": "https://files.pythonhosted.org/packages/03/36/5f137f96e0218ec7529863a7aaa5b5b4fb10f80507216390a3e2112f6085/django-social-widgets-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "af1ce5f24b35887bce8cf19e6bd9e2f9", "sha256": "fea161e24a7a404b7274aabe83c380b07d8f4d626dcd25e3c1ae83db35f512df" }, "downloads": -1, "filename": "django-social-widgets-0.1.1.tar.gz", "has_sig": false, "md5_digest": "af1ce5f24b35887bce8cf19e6bd9e2f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8865, "upload_time": "2014-10-11T18:23:03", "url": "https://files.pythonhosted.org/packages/c6/a2/df2c975e7a5efffc505421e90b56438bd8af0bc89c5df124b8789b4d895f/django-social-widgets-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ad7bfc75b4b0c94f5ed6c7b7f5d36ef1", "sha256": "23c8d0a3507f6598e02ee3602b4c306b2073451eddd87addca6f8d840fc96771" }, "downloads": -1, "filename": "django-social-widgets-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ad7bfc75b4b0c94f5ed6c7b7f5d36ef1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8982, "upload_time": "2014-10-13T08:05:27", "url": "https://files.pythonhosted.org/packages/54/37/7688953b81d038be6310529f4f02464dd31ee034cb3c9322585f511fced5/django-social-widgets-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "461161c86bbd69f255989197fc0a6d52", "sha256": "9fb967d90c603f2189fa2a862cfd6e298a280c44680baa1a89dda78b1c4da8f5" }, "downloads": -1, "filename": "django-social-widgets-0.2.0.tar.gz", "has_sig": false, "md5_digest": "461161c86bbd69f255989197fc0a6d52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9444, "upload_time": "2014-11-03T13:22:44", "url": "https://files.pythonhosted.org/packages/97/d8/dab4f0ae6d78a2cd5329eb86ab2717768358effb2ac96592daa17404bb00/django-social-widgets-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "110c5f7c0a2a2d4b6c3502729cac6a76", "sha256": "c54c1b5e7acaae1c3da8056986b308acb6f44e38b1f429705216177aa70b0d4f" }, "downloads": -1, "filename": "django-social-widgets-0.2.1.tar.gz", "has_sig": false, "md5_digest": "110c5f7c0a2a2d4b6c3502729cac6a76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9384, "upload_time": "2014-11-03T17:32:04", "url": "https://files.pythonhosted.org/packages/12/35/5e01867de02c20f32a00740091ecb23df4716d1a67d2b18dc1c800b29076/django-social-widgets-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "42b5b18d551ff00fce8a32948749bbb0", "sha256": "b548b8c167570225835533e2078ac16a7587aea220a961ed0bf25f7ca5c21dd6" }, "downloads": -1, "filename": "django-social-widgets-0.3.0.tar.gz", "has_sig": false, "md5_digest": "42b5b18d551ff00fce8a32948749bbb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9761, "upload_time": "2015-09-12T12:54:43", "url": "https://files.pythonhosted.org/packages/59/6d/236a93513ecd8fa7ad538a22c3fc2a00e80211aedd90f97fb549149bc1ad/django-social-widgets-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "c635686670f3cd26448b4b3d07987e40", "sha256": "5c92a4750218e08ae7f489bfacfae5f9b32ffff466e458c96eb64e8335c90763" }, "downloads": -1, "filename": "django-social-widgets-0.4.0.tar.gz", "has_sig": false, "md5_digest": "c635686670f3cd26448b4b3d07987e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9706, "upload_time": "2016-01-23T08:40:34", "url": "https://files.pythonhosted.org/packages/ee/56/9e9020ecf23cda101f3e5ae9511e197f0cdb914fe459f2c1b02fb49aae8e/django-social-widgets-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c635686670f3cd26448b4b3d07987e40", "sha256": "5c92a4750218e08ae7f489bfacfae5f9b32ffff466e458c96eb64e8335c90763" }, "downloads": -1, "filename": "django-social-widgets-0.4.0.tar.gz", "has_sig": false, "md5_digest": "c635686670f3cd26448b4b3d07987e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9706, "upload_time": "2016-01-23T08:40:34", "url": "https://files.pythonhosted.org/packages/ee/56/9e9020ecf23cda101f3e5ae9511e197f0cdb914fe459f2c1b02fb49aae8e/django-social-widgets-0.4.0.tar.gz" } ] }