Skip to content

brainsum/contextly

Repository files navigation

CONTEXTLY

  • 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:

About

Development branch of the contextly 8.x. contrib module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published