This project is not covered by Drupal’s security advisory policy.

logoTwitter Feeds module lets you enter twitter username from your drupal block with other configurations. It is a customizable drupal module. Using this module lets you easily twitter feeds and follow button to your drupal website. This module prrovides a custom block functionality which helps to display twitter feeds with three layouts inccluding transparent, light and dark background. We can also configure Tweet limit, feeds board width, placeholder text from block configuraiton.

We can also place a block to display the follow button where we can configure to show or hide the followers counter.

We can copy the template file from templates/twitter-feeds.html.twig and templates/twitter-follow-button.html.twig to your theme file and customize the html and implement your own layout with custom css.

Available variables on the templates/twitter-feeds.html.twig template:
Available variables:

- twitter_feeds_data: Array of back to top config data.
  - twitter_username
  - widget_id
  - tweet_limit
  - tweets_board_width
  - feeds_layout
  - placeholder_text

Available variables on the templates/twitter-follow-button.html.twig template:
Available variables:

- twitter_follow_button_data: Array of back to top config data.
   - twitter_username
   - show_followers_count

Support

Please post bug reports, feature requests and support requests to the Drupal Twitter Feeds module issue queue.

Demo

Installation and download

Installation with Composer:

composer require 'drupal/twitter_feeds'

Enable the module

Using the Drupal User Interface

  1. Navigate to the Extend page (admin/modules) via the Manage administrative menu
  2. Locate the Twitter feeds module and check the box next to the module
  3. Click Install to enable (turn on) the module

Looking for Twitter feeds support?

Free community support options
Developers can participate our support channels on a best-effort basis, Drupal Answers.

Supporting organizations: 

Project information

Releases