A simple plugin for adding social buttons.
Default icons by Paul Robert Lloyd (http://paulrobertlloyd.com/2009/06/social_media_icons)
Or you can use Font Awesome instead (http://fontawesome.io/)
At the moment, following buttons are available:
- YouTube
- Google+
- RSS
- Foursquare
- GitHub
- Flickr
Feel free and fork this, so that you can add your required button. Don't forget to push your changeset!
Using pip you can simply type into a terminal:
pip install cmsplugin-socialbuttons
Add cmsplugin_socialbuttons
to the list of INSTALLED_APPS
in your
settings.py
file.
Please make sure, that jQuery is provided!
Icons from http://icondock.com/free/vector-social-media-icons and Font Awesome http://fontawesome.io/
Released under the BSD license.