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

Webform Mailchimp

Drupal 8 version

This module allows to send Webform submissions to MailChimp list.

Feeds OAI-PMH Fetcher and Parser

Open Archives Logo

This is a Drupal module that fetches and parses OAI_DC (Dublin core) metadata records from OAI-PMH services, as defined by http://www.openarchives.org/. It depends on the Feeds module.

Features

  • Harvests from OAI-PMH repositories, respecting resumptionTokens, compression (but no deleted record support yet).
  • Can map OAI_DC metadata into Feeds targets (CCK, taxonomy, etc.) (other metadata schemas can be supported by this or other modules in the future, today you can roll your own using existing modules)
  • Can harvest from the entire repository or a single set. Available sets are loaded in via AHAH when creating the importer.
  • You can set up multiple harvesting rules/mapping per set and/or repository as you desire.
  • Record storage handled by Feeds: nodes (CCK support), raw database, etc. Extensible with other modules.
  • Cron scheduling handled by Feeds: as often as every cron run up to a month between harvests.

Requirements

You need the Feeds module and its dependencies (Ctools, etc.) This module has been tested on Feeds 6.x-1.x-beta10.
Recommended additional modules: CCK, Link (to hold the resource URLs)

Usage

NPR

The NPR project is a package of 6 modules.

  • The npr_pull module allows a Drupal site builder to pull down NPR API stories and turn them into local drupal nodes, either in an ad-hoc fashion, or regularly via a cron.
  • The npr_api module makes NPR API calls much easier, and provides a good starting point for the advanced drupal developer to build custom modules.
  • The npr_push module allows admins to take locally-created stories and push them up to the NPR API. Please note: it requires a special API key + registering your IP address with NPR (you can only push with that key from that IP). Please contact NPR Digital Services for more help: http://info.ds.npr.org/contact.html
  • The npr_fields module creates custom fields that are useful in mapping drupal data to/from NPR API data.
  • The npr_story module leverages the npr_fields module, creating a ready-made drupal content type, geared for NPR API story pulls.
  • The dev version of this package also contains npr_stations - which integrates with (but does not depend upon) npr_pull, allowing one to pull (or cron) stories provided only by certain stations.

If you'd like to talk beyond the issue queue about this module, look for CrookedNumber on irc -- #drupal, #drupal-contribute or, better yet, #drupal-pubmedia

Domain Tweets

Who should care?

This module provides a domain-aware Twitter block. If you have domains and want tweets to be displayed, this block may help you get there. If you don't know what domains are, you'll probably be happier with one of the many other Twitter modules available for Drupal.

About

This module provides a domain-aware block which retrieves and displays a tweet. The tweet displayed can be configured on a per-domain basis and will display one of the following: the latest tweet posted by a specified user or the latest tweet matching a specified search term.

The only data stored on the database are configuration data; this code generates JavaScript to fetch tweets directly from Twitter. This means that Domain Tweets won't increase the running time of cron jobs, but it also means that it's not possible to directly verify which tweets clients are seeing.

Installation

  • Uncompress the Domain Tweets tarball into your modules directory (e.g. sites/all/modules).
  • Go to admin/build/modules/list and enable Domain Tweets.
  • Edit the default query at admin/settings/domain_tweets according to what you want to be displayed.
    • "Edit Default Query" ->
    • Name: This is only used in the administrative interface. Users will never see this value.

OAuth2.0

The OAuth2 module is under active development, for more info check out our plan: https://www.drupal.org/project/oauth2/

Pages

Subscribe with RSS Subscribe to RSS - Integrations