Widget plugin for django CMS
Project description
A widget plugin for djangocms: Include templates into cms pages.
install:
INSTALLED_APPS += ( 'djangocms_widgets', 'djangocms_widgets_socialshareprivacy', # Optional ) # The existing templates that can be selected: WIDGET_TEMPLATES = ( ('socialshareprivacy.html', 'SocialSharePrivacy'), # from djangocms_widgets_socialshareprivacy )
history
v0.2.0 - 29.03.2015
add initial migrations
v0.1.0 - 28.03.2015
initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocms-widgets-0.2.0.tar.gz
.
File metadata
- Download URL: djangocms-widgets-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f133404b28c114fccfac41f33ce2496dac0ed59e6ea2867c5d1e969252cb113a |
|
MD5 | 143af725fa08ca323982091a9e14ebfc |
|
BLAKE2b-256 | 1395559a0c889c46ca368dc696058638a842aa49ab2d83633d51a05f8845465e |
SocialSharePrivacy widget
The SocialSharePrivacy widget is a jQuery plugin for adding social share buttons to your website that don’t allow the social sites to track your users.
The original code is released under MIT License and can be found here: http://www.heise.de/extras/socialshareprivacy/ (de)