Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Facebook Sync

Sync content from Facebook.
Note: This module merge the two module facebook_events and facebook_albums.

Statistics API

This module introduces a Statistics API upon which you can build and configure your own analytics platform.

QBWC Server

This project aims to integrate Intuit's Quickbooks into Drupal via the Services and SOAP_Server modules interacting with Intuit's "Quickbooks Web Connect" utility.

Virtual Keyboard

Attach virtual keyboard to a text fields for mouse-driven entry.

Rotten Tomatoes

This module provides tools for connecting to and importing data from the Rotten Tomatoes service.

Dependencies

This module uses Features to provide two content types, Movie and Review. Those are the content types that will be populated by import operations.

The code to actually talk to Rotten Tomatoes is provided as a separate Composer library on Packagist.org. This module requires the composer_autoload module, or its code will not load correctly.

Installation

Before enabling the module, you must run php composer.phar install from within the module's directory. That will download the 3rd party dependencies this module has, as well as setup the autoloader.

Configuration

There is currently only a single configuration directive: The Rotten Tomatoes API key. That may be set at /admin/config/services/rotten-tomatoes. Alternatively, add it to your $conf array in settings.php like so:

$conf['rotten_tomatoes_api_key'] = 'abcde';

Usage

Pages

Subscribe with RSS Subscribe to RSS - Integrations