Extension Embed


Extension Basics

Title
Embed
Name
ckanext-embed
Type
Public extension
Description
CKAN extension enabling easy, beautiful embeds of organizations, groups, and datasets from CKAN instances.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-10-18 13:28:45)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-embed Python package into your virtual environment:

    pip install -e git+https://github.com/CodeForAfrica/ckanext-embed.git#egg=ckanext-embed
    
  3. Add embed to the ckan.plugins setting in your CKAN config file.

  4. 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.

Version
0.0.1
Version release date
2017-11-29
Contact name
Code for Africa
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘embed’ to ckan.plugins. Note: This is a basic/early-stage extension from 2017 with only an initial commit. May require review before production use.

Plugins to configure (ckan.ini)
embed
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions