brainsum/contextly

Contextly module

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Type:drupal-module

dev-master 2019-07-17 16:04 UTC

This package is auto-updated.

Last update: 2024-04-18 02:37:22 UTC


README

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

This Contextly module integrates a Drupal site with Contextly.

contextly.com is the most powerful content recommendation system for publishers. Free 21 days trial account is available.

REQUIREMENTS

This module requires no modules outside of Drupal core.

INSTALLATION

Install the contextly module as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.

Drupal 8.x-2.x with composer: Add this code to repositories section to Drupal root composer.json:

       {
            "type": "package",
            "package": {
                 "name": "contextly/contextly-kit",
                 "version": "0.1.0",
                 "type": "drupal-library",
                 "dist": {
                      "url": "https://assets.context.ly/archives/kit/contextly-kit-5.latest.tar.gz",
                      "type": "tar"
                 },
                 "autoload": {
                      "classmap": [
                              "server/",
                              "server/includes/",
                              "server/includes/assets/",
                              "server/includes/package/"
                      ]
                 }
            }
        }

Run composer command: composer require brainsum/contextly

CONFIGURATION

1. Navigate to Administration > Extend and enable the Conextly module.
2. Navigate to Administration > Configuration > Content > Contextly.
3. Enter your Contextly api key.
4. Navigate to Structure > Block layout.
5. Place block to region where you need Contextly recommendation.
6. Select the properly widget on block settings form.
7. Save block.

MAINTAINERS

The 8.x branches were created by: