Youku API

Component type

module

Maintenance status

Development status

Downloads

251

Component created

Component changed

Youku API module provides API interface to youku.com a chinese video provider much like Youtube.

The goal of this module is provide tools for developers, to more easily integrate with Youku by providing some of the more generic things.

Module is stable but still under development, patches and feature requests are welcome.

Third Light

Component type

module

Maintenance status

Development status

Downloads

98

Component created

Component changed

The Third Light module allows a Drupal site to integrate with the Third Light Digital Asset Management system. This allows content editors to embed images from the Third Light service into items of content.

Note: In order to use this module you will need an active Third Light subscription with associated user accounts.

The module consists of three parts:

Image Lazy Load

Component type

module

Maintenance status

Development status

Component created

Component changed

Image lazy load plugin to boost page load time and save bandwidth by removing:

  • images
  • background-images
  • responsive images
  • iframes

Elements will load just when reach visible part of screen.

Detect Device

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 module for detect devices and add cache context per device.

This is a lightweight mobile detection based on the [Mobile_Detect.php](http://mobiledetect.net/) library.

PHP examples
------------

### Check type device
``` php
$deviceDetector = Drupal::service('detect.device');
$deviceDetector->isMobile();
$deviceDetector->isTablet()
```

Spotify API

Component type

module

Maintenance status

Development status

Component created

Component changed

After searching through d.o for a good Spotify module, I decided to write an API module of my own. The other modules seemed to be either absolute (the Spotify API has changed over the years) or are Sandbox projects with very specific functions (like relying on a certain content types).

I needed more an API module. Something to abstract the API calls to Spotify and extract the data, and give it to me for further processing. This is my attempt.

ColoFilter CSS

Component type

module

Maintenance status

Development status

Downloads

281

Component created

Component changed

Integrates the ColoFilter CSS library for image effects in Drupal using CSS blend modes.

Using this module you can add any one of the 30 effects on any image field in Drupal. Among other uses, it works great for profile images adding a cool color filter to any image. No coding necessary!