Scald Facebook Social Plugins

Component type

module

Maintenance status

Development status

Component created

Component changed

Scald Facebook Social Plugins let's you create Atoms from social plugins such as like, share, feed, comments, activity, etc. Aim is to support the full list seen here:
https://developers.facebook.com/docs/plugins

The module is work in progress developed for a client and will be released as soon as there is some working code(soon).

Autocomplete Limit Length

Component type

module

Maintenance status

Development status

Downloads

2370

Component created

Component changed

Allows the site administrator to specify a minimum length for autocomplete strings, to stop autocomplete from running SQL queries with potentially huge result sets.

It does this by replacing Drupals Drupal.ACDB.prototype.search function with a little function that checks if the user-entered string is shorter than the set minimum length. If so, execution is stopped and the back-end callback handler that provides completion targets is not accessed.

POWr Social Media Icons

Component type

module

Maintenance status

Development status

Component created

Component changed

Don't settle for cookie cutter social media icons! Engage your users will with fully customized social media icons. Add any facebook, flickr, foursquare, github, google plus, instagram, linkedin, pinterest, tumblr, twitter, and youtube icons.

Choose from expert designed presets or customize the design and color scheme to fit your brand.

PACE - Page load progress bar

Component type

module

Maintenance status

Development status

Downloads

6984

Component created

Component changed

Brings the magnificent PACE js to your Drupal site.

PACE is a page load progress bar.
It provides a beatiful progress indicator for page load. Progress is detected automatically.
PACE stands for: Progress Automatically. Certain to Entertain.

Current version of the module allows you to choose any of the 14 available PACE themes.
It only provides the blue cyan color. Color selection is experimental in this module.

@Slider

Component type

module

Maintenance status

Development status

Downloads

1124

Component created

Component changed

This is a very simple module that provides slider blocks to your Drupal site.

Install

This is just a simple module, we can install it as same as other modules.

After install we need download jquery cycle library too. This can be simply done with Drush — run drush atr after enabled this module. If we do not have Drush available, we can download http://malsup.github.io/min/jquery.cycle.all.min.js to ./sites/all/libraries/jquery.cycle/jquery.cycle.all.min.js

Angular JS Social Embeds

Component type

module

Maintenance status

Development status

Component created

Component changed

This module uses Angular JS to create a single page Angular JS App that allows embedding, approving and viewing of social media posts. It is pretty tightly coupled with a particular custom site at the moment, but is intended to serve as a good example of how to use Drupal and AngularJS together.

Set JS Queue

Component type

module

Maintenance status

Development status

Downloads

192

Component created

Component changed

This module provides a function that acts identical to "drupal_add_js()" but will be stored in a session instead and be executed on the next page request (init).

This could be useful if you want to trigger an event after a redirect etc.

set_js_queue('js/script.js', array(
  'type' => 'file',
  'scope' => 'footer',
  'weight' => 3
));