Install

Works with Drupal: 8.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download twitter_profile_widget-8.x-1.x-dev.tar.gztar.gz 28.62 KB
MD5: e5a7e96b97ca57f436817db52dda6fde
SHA-1: f5df8972fd90cb0597c83774471be8582a2c83fc
SHA-256: aa3d88f42f8929944c76e5c140e27957c0daa5c3f9eb4f9adb9968dc1b177890
Download twitter_profile_widget-8.x-1.x-dev.zipzip 46.27 KB
MD5: 2b1ea99d759d17ef037e679f549918fc
SHA-1: 728de3e04761f8d9c6b9de2fb9bcf1285900bd26
SHA-256: 97fa6af8bfa4fa7487392a31063af665258290282ffdf92f3db1eaaa5332cc80

Release notes

This is the initial, stable (but still "development") release of a Drupal 8 version of Twitter Profile Widget.

Architectural Overview

  • Widgets implemented as custom content entity ("twitter_widget")
  • API credentials managed in administration form
  • A separate "Twitter block" custom block type is defined in configuration, with a single entity reference field for the twitter_widget
  • hook_entity_insert() & hook_entity_delete() create and delete corresponding blocks from the entities for integration with the Block system
  • Currently, 4 API calls can be made to Twitter: user, user timeline, favorites, and search
Created by: mark_fullmer
Created on: 21 Nov 2016 at 18:36 UTC
Last updated: 23 Jul 2017 at 16:34 UTC
New features

Other releases