
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Django CMS plugin for facebook album gallery
This 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.
Add the following line into your requirements.txt
file:
https://github.com/changer/cmsplugin-fbgallery/archive/v1.0.2.zip
And add the Facebook App ID and Secret in your settings file:
INSTALLED_APPS = (
`cmsplugin_fbgallery`,
)
FB_APP_ID = os.environ.get('FB_APP_ID')
FB_APP_SECRET = os.environ.get('FB_APP_SECRET')
Since 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
Once done, add a block into the django template where you want to use the plugin to work, preferably in base.html:
{% placeholder facebook-gallery %}
In 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.
A facebook Album URL contains the information about the Album ID, here is how you get the Album ID:
If URL is: https://www.facebook.com/pagename/photos/?tab=album&album_id=1234567890
Your Album ID is: 1234567890 .
The future versions with bring in more cleanup and fixes to the plugin.
Create an issue here with proper detail: https://github.com/changer/cmsplugin-fbgallery/issues
This projects seeks some inspirations from the work of @dantium and @driesdesmet on django-fbgallery but adapts it to more CMS plugin way.
FAQs
facebook gallery plugin for django-cms
We found that cmsplugin-fbgallery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.