{ "info": { "author": "Nina Pavlich", "author_email": "nina@ninalp.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-share-me-share-me\n=======================\n\nModel and front end library for choosing and integrating social media share widgets, similar to AddThis.\n\n\n#Install\n\n```\npip install django-share-me-share-me\n```\n\n\n#CMS Usage:\n\nTo make social settings administerable, include social_share_settings and rake the database:\n```python\n#settings.py\n\n\n\tINSTALLED_APPS = (\n ...\n 'share_me_share_me',\n ...\n )\n```\n\n```\n> python manage.py schemamigration share_me_share_me --initial\n> python manage.py migrate share_me_share_me\n```\n\nTo make track social shares:\n\n```python\n#urls.py\n(r'^', include('share_me_share_me.urls')), \n```\n\n\n\n#Template Usage:\nTo output share icons based on the settings from the cms, use the \n\"social_share_settings_tags\" template tags. In this case I'm using \n\"Font Awesome\" to render the icons.\n```\n#social-share-partial.html\n{% load share_me_share_me_tags %}\n\n{% get_social_share_links as social_links %}\n\n{% if social_links|length > 0 %}\n\n{% endif %}\n```\n\n\n#Sticky Usage\nFor sticky behavior, include or compile in the styles and javscript.\n\nSee screencast of sticky widget in action: http://screencast.com/t/Gm8Sah4IMQ\n```html\n#base-template.html\n\n\n\n\n\n\n\n```\n*topSelector* is the selector for the item the sticky widget should top-align with.\n\n*bottomSelector* is the selector for the item the sticky widget should not go below.\n\n*topMargin* refers to the top margin the sticky item will have when aligned to the top selector item\n\n![topMargin example](/../master/docs/screenshots/top_margin.png?raw=true \"topMargin example\")\n\n*fixedMargin* refers to the top margin the sticky item will have when the screen has scrolled past the top selector item\n\n![fixedMargin example](/../master/docs/screenshots/fixed_margin.png?raw=true \"fixedMargin example\")\n\n*bottomMargin* refers to the bottom margin the sticky item will have when aligned to the bottom selector item\n\n![bottomMargin example](/../master/docs/screenshots/bottom_margin.png?raw=true \"bottomMargin example\")", "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/ninapavlich/django-share-me-share-me", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-share-me-share-me", "package_url": "https://pypi.org/project/django-share-me-share-me/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-share-me-share-me/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ninapavlich/django-share-me-share-me" }, "release_url": "https://pypi.org/project/django-share-me-share-me/1.3/", "requires_dist": null, "requires_python": null, "summary": "Model and front end library for choosing and integrating social media share widgets.", "version": "1.3" }, "last_serial": 2803021, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8ffd2b7d72ed916ae5f0f825c9e219b7", "sha256": "3041af8df2cd77f2683d3062d068ab0183e2afe4391457d51807e8b4aa3777f0" }, "downloads": -1, "filename": "django-share-me-share-me-1.0.tar.gz", "has_sig": false, "md5_digest": "8ffd2b7d72ed916ae5f0f825c9e219b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9417, "upload_time": "2015-03-26T04:18:20", "url": "https://files.pythonhosted.org/packages/07/d2/d95121876b6033a65fe97588abda0001b5bedb06d810f9a3e88600a77cea/django-share-me-share-me-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "c473bcd58f60eca62673705872c3127d", "sha256": "95ba1d1c60bfead59cbbf5b25d1479026a0139cb36ee22c18ac495e2f3cea25e" }, "downloads": -1, "filename": "django-share-me-share-me-1.1.tar.gz", "has_sig": false, "md5_digest": "c473bcd58f60eca62673705872c3127d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10131, "upload_time": "2015-04-06T20:30:18", "url": "https://files.pythonhosted.org/packages/4b/e0/1591fa7bb630f55410816a3e7dd51d8ef4d6e0cb64c43caaff2e2ba309db/django-share-me-share-me-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "271fe82fcc9c20cc2403f11e76434bb2", "sha256": "3a89498905de7519fb1069f0582b29e92c6cb4b701468db14ddc57d8276d8e51" }, "downloads": -1, "filename": "django-share-me-share-me-1.2.tar.gz", "has_sig": false, "md5_digest": "271fe82fcc9c20cc2403f11e76434bb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11220, "upload_time": "2015-06-01T17:27:55", "url": "https://files.pythonhosted.org/packages/dc/cb/19a8941dd1c68f994d1bd08004891dd5e57dc424fac364b48765d6745e16/django-share-me-share-me-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "b7e7157e2c5ea0609b687ba590646350", "sha256": "ae6efbc87f303d2f2c08369bf0e00e687f4a2ca938c71f7567c546d1aaa41c72" }, "downloads": -1, "filename": "django-share-me-share-me-1.3.tar.gz", "has_sig": false, "md5_digest": "b7e7157e2c5ea0609b687ba590646350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11207, "upload_time": "2017-04-14T04:35:47", "url": "https://files.pythonhosted.org/packages/b3/69/7b40d9d51d601cb1bb6603edbe2d005baea37c5a868f96c3cf70a6cd6ee0/django-share-me-share-me-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7e7157e2c5ea0609b687ba590646350", "sha256": "ae6efbc87f303d2f2c08369bf0e00e687f4a2ca938c71f7567c546d1aaa41c72" }, "downloads": -1, "filename": "django-share-me-share-me-1.3.tar.gz", "has_sig": false, "md5_digest": "b7e7157e2c5ea0609b687ba590646350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11207, "upload_time": "2017-04-14T04:35:47", "url": "https://files.pythonhosted.org/packages/b3/69/7b40d9d51d601cb1bb6603edbe2d005baea37c5a868f96c3cf70a6cd6ee0/django-share-me-share-me-1.3.tar.gz" } ] }