Extension Social


Extension Basics

Title
Social
Name
ckanext-social
Type
Public extension
Description
Improved social sharing in CKAN.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-10-05 10:34:02)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

PyPI version GitHub issues GitHub forks GitHub stars GitHub license Twitter

CKAN social

An extension to improve social sharing in CKAN.

With the extension installed and activated:

  • when a user clicks the social share button, the page title is included in the text that pops up.
  • includes open graph tags in the head to facilitate the use of summary cards when sharing to social

Requirements

This extension has been tested with versions of CKAN from 2.6.3 onwards and works well on these versions.

Installation

Installing this extension in your CKAN instance is as easy as installing any other CKAN extension.

Activate your CKAN virtual environment, for example

. /usr/local/lib/ckan/default/bin/activate

Option 1: Install the extension using python setup.py

$ git clone https://github.com/CodeForAfricaLabs/ckanext-social.git
$ cd ckanext-social
$ python setup.py install

Modify your configuration file (generally in `/etc/ckan/default/productio

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Installing this extension in your CKAN instance is as easy as installing any other CKAN extension.

Activate your CKAN virtual environment, for example

. /usr/local/lib/ckan/default/bin/activate

Plugins to configure (ckan.ini)
social
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions