ckanext-social
Improved social sharing in CKAN.
Adds page title to social share text and includes Open Graph meta tags for summary cards on social media platforms.
Requirements
- CKAN 2.6.3+ (tested with versions 2.6.3 onwards)
- Python 2.7
Installation
pip install ckanext-social
or:
git clone https://github.com/CodeForAfrica/ckanext-social.git
cd ckanext-social
pip install -e .
Add social to ckan.plugins.
License
MIT