ckanext-embedder
Enabling embeds for organizations, groups, and datasets.
This CKAN extension makes it easy to create beautiful embeds of CKAN content for use on external websites. It allows embedding organizations, groups, and datasets from your CKAN instance.
Features
- Embeddable organizations
- Embeddable groups
- Embeddable datasets
- Easy integration for external websites
- Part of the openAfrica ecosystem
Installation
To install ckanext-embed:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-embed Python package into your virtual environment:
pip install -e git+https://github.com/CodeForAfrica/ckanext-embed.git#egg=ckanext-embed
Add embed to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Usage
Once installed, the extension provides endpoints for generating embed codes for CKAN content that can be included on external websites.
License
MIT license
Note: This is a basic/early-stage extension from 2017 (initial commit only). May require additional development or review for production use.