Skip to main content

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
)

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)

history

  • v0.2.0 - 29.03.2015

    • add initial migrations

  • v0.1.0 - 28.03.2015

    • initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-widgets-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page