{ "info": { "author": "Vinit Kumar", "author_email": "vinit.kumar@changer.nl", "bugtrack_url": null, "classifiers": [], "description": "[![Stories in Ready](https://badge.waffle.io/changer/cmsplugin-fbgallery.png?label=ready&title=Ready)](https://waffle.io/changer/cmsplugin-fbgallery)\ncmsplugin-fbgallery\n===================\n\n[![Build Status](https://travis-ci.org/changer/cmsplugin-fbgallery.png?branch=master)](https://travis-ci.org/changer/cmsplugin-fbgallery)\n\nDjango CMS plugin for facebook album gallery\n\nThis projects helps integrate Facebook album into your Django CMS based website. The plugin provide superb performance compared to the Ajax based alternatives and works even on IE > 6 without any issues. Also, with caching enabled it loads fast without any lag.\n\n\n## Installation:\n\nAdd the following line into your `requirements.txt` file:\n\n```bash\nhttps://github.com/changer/cmsplugin-fbgallery/archive/v1.0.2.zip\n```\nAnd add the Facebook App ID and Secret in your settings file:\n\n```py\nINSTALLED_APPS = (\n `cmsplugin_fbgallery`,\n )\n \nFB_APP_ID = os.environ.get('FB_APP_ID')\nFB_APP_SECRET = os.environ.get('FB_APP_SECRET')\n\n```\n\nSince this is secret information, we encourage to keep the secret out of source control. This also allows easy configuration on platforms like heroku. You can obtain the Facebook App ID and Secret by creating an app at [facebook for developers](developers.facebook.com)\n\n\nOnce done, add a block into the django template where you want to use the plugin to work, preferably in\nbase.html:\n\n```html\n{% placeholder facebook-gallery %}\n```\n\n## Usage:\n\nIn order to use, add the plugin into the intended placeholder and add facebook album Id in the admin and save the plugin and page. Once done, you will have the gallery up and running for you. \n\n### Finding Album ID:\n\nA facebook Album URL contains the information about the Album ID, here is how you get the Album ID:\n\nIf URL is: https://www.facebook.com/pagename/photos/?tab=album&album_id=1234567890\n\nYour Album ID is: 1234567890 .\n\n## Scope:\n\nThe future versions with bring in more cleanup and fixes to the plugin.\n\n## Bugs/Issues:\n\nCreate an issue here with proper detail: https://github.com/changer/cmsplugin-fbgallery/issues \n\n\n## Inspirations/Credits:\n\nThis projects seeks some inspirations from the work of [@dantium](https://github.com/dantium) and [@driesdesmet](https://github.com/driesdesmet) on django-fbgallery but adapts it to more CMS plugin way.\n", "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/changer/cmsplugin-fbgallery.git", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-fbgallery", "package_url": "https://pypi.org/project/cmsplugin-fbgallery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmsplugin-fbgallery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/changer/cmsplugin-fbgallery.git" }, "release_url": "https://pypi.org/project/cmsplugin-fbgallery/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "facebook gallery plugin for django-cms", "version": "1.1.0" }, "last_serial": 2382771, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "4d3143026527bfbfca8701b6e4efa68e", "sha256": "f45ae05ccce55c3d3d5f7d3a1d097106bf9f55da00068a3785ce108be60828c4" }, "downloads": -1, "filename": "cmsplugin-fbgallery-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4d3143026527bfbfca8701b6e4efa68e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4565, "upload_time": "2014-11-25T16:39:36", "url": "https://files.pythonhosted.org/packages/c6/d4/3e29fe61d65eccafad4c2e1aaae0914b5da0c02699c1203c9f9788b386d3/cmsplugin-fbgallery-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "eca2a7c7717d15670a12a72d3c487974", "sha256": "083836bba4d377455d76d74b70b4a6d125f056ecc04bb367a6a8e0bd6c8c3437" }, "downloads": -1, "filename": "cmsplugin-fbgallery-1.1.0.tar.gz", "has_sig": false, "md5_digest": "eca2a7c7717d15670a12a72d3c487974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6227, "upload_time": "2016-10-05T19:37:13", "url": "https://files.pythonhosted.org/packages/81/99/b90e5ababe4d0b5bd6a956f11880961eba18a62b6c2cc610429577327ffe/cmsplugin-fbgallery-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eca2a7c7717d15670a12a72d3c487974", "sha256": "083836bba4d377455d76d74b70b4a6d125f056ecc04bb367a6a8e0bd6c8c3437" }, "downloads": -1, "filename": "cmsplugin-fbgallery-1.1.0.tar.gz", "has_sig": false, "md5_digest": "eca2a7c7717d15670a12a72d3c487974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6227, "upload_time": "2016-10-05T19:37:13", "url": "https://files.pythonhosted.org/packages/81/99/b90e5ababe4d0b5bd6a956f11880961eba18a62b6c2cc610429577327ffe/cmsplugin-fbgallery-1.1.0.tar.gz" } ] }