Simple tweets

Component ID

2650716

Component name

Simple tweets

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

402

Component created

Component changed

Component body

This module adds integration Twitter-Post-Fetcher in Drupal. Twitter-Post-Fetcher gets your tweets and displays them on your website using JavaScript,without using Twitter API.

Requirements

  • Libraries 2.0 or later (for Drupal 7)
  • Jquery Update : You must run JQuery version 1.10 or later.

Installation

  1. Download and enable the module. See instructions for D7 or D8
  2. Download the Twitter-Post-Fetcher from GitHub
  3. Extract the downloaded zip. Rename the library folder to 'Twitter-Post-Fetcher'.
  4. For Drupal 7:
    • Place the library in your libraries folder(usually sites/all/libraries).
    • check the path to the Twitter-Post-Fetcher javascript. It should be
      DOCROOT/sites/all/libraries/Twitter-Post-Fetcher/js/twitterFetcher_min.js
      [adjust this path if your libraries folder is in a different location]
  5. For Drupal 8
    • Place the library to includes folder in simple tweets module folder(default modules/simple_tweets/includes).
    • check the path to the Twitter-Post-Fetcher javascript. It should be
      DOCROOT/modules/simple_tweets/includes/Twitter-Post-Fetcher/js/twitterFetcher_min.js

Configuration

  • For module configuration please go to:
    /admin/config/services/simple_tweets
  • You can get your widget ID in configuration page link, for example:
    twitter.com/settings/widgets/your widget ID/edit