Github Widget Field

Component type

module

Maintenance status

Development status

Component created

Component changed

Github widget field

The Github widget field module provides a simple field that allows you to add a
Github repository to a content type, user, or any entity.

Display types include:

* github_widget_jquery_formatter.
* github_widget_simple_text.

Requirements:
-field_ui
-Libraries
-GitHub-jQuery-Repo-Widget by Joel Sutherland https://github.com/JoelSutherland/GitHub-jQuery-Repo-Widget

Zeebox Everywhere

Component type

module

Maintenance status

Development status

Downloads

613

Component created

Component changed

This module provides several zeebox widgets as per the API information given on https://develop.zeebox.com.

  • TV Room
  • TV Room Teaser
  • Hot TV Rooms widget
  • Synchronised Play-along Zone widget
  • Follow button

The integration is handled by the Drupal Bean module which creates block entities that can be used to embed the widgets on your site.

Trove

Component type

module

Maintenance status

Development status

Downloads

211

Component created

Component changed

INTRODUCTION

What is Trove?

Find and get over 391,876,505 Australian and online resources:
books, images, historic newspapers, maps, music, archives and more

Trove helps you find and use resources relating to Australia. It’s more than a search engine. Trove brings together content from libraries, museums, archives and other research organisations and gives you tools to explore and build.

(From the Trove website)

Sunlight APIs

Component type

module

Maintenance status

Development status

Downloads

849

Component created

Component changed

Sunlight APIs is a helper module which provides access to Sunlight data services.

Please note, this module doesn't do much aside from allow you to configure your Sunlight API key. You will need to develop your own module which uses the API :)

Sample code for a custom module depending on this module:

Guzzle Oauth Plugin

Component type

module

Maintenance status

Development status

Downloads

2805

Component created

Component changed

This module it is not needed any more since now you can manage Drupal's composer.json.

If you need the Guzzle OAuth plugin, then run the following command from the root of your Drupal project:

composer require guzzlehttp/oauth-subscriber 0.3.*

You can find an example of how to use this library at this Gist.

Facebook username

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module provides a simple field for handling Facebook username, which can be added to content types for validating and storing a Facebook username.

There's an option to check that the username really exists, via facebook.com.

It defines 2 formatters, "plain text" and "link", where the username is prefixed by @. Both formatters are themeable.

Installation

Copy the 'facebook_username' module directory in to your Drupal sites/all/modules directory as usual.

TogetherJS

Component type

module

Maintenance status

Development status

Component created

Component changed

Integrates the amazing TogetherJS collaboration widget into Drupal.


It allows for adjustments to the widget to be made from inside of Drupal without needing to adjust the options manually. It also automatically integrates logged in user's information, such as their username and picture (if available)

NOTE: I am not associated with Mozilla or the TogetherJS project. I just wanted to share this amazing script with the rest of the Drupal community!