21 Free Drupal Modules For Twitters

  • Jonh
  • Jul 13, 2012
  • Comments Off

In this article we share 21 twitter drupal modules that could help you. Twitter can bring visitor come to your site.

1. Twitter

This module provides API integration with the Twitter microblogging service and (theoretically) API-compatible alternatives like Identi.ca

2. Twitter Follow Block

Twitter Follow Block is a simple but powerful jQuery drupal module to add a Facebook like-box style block for Twitter. There are plenty of options available to customize the Twitter follow block to match your site design.

3. Twitter widget panes

This module is about integrating twitter widgets on sites developed using panels, and panels_everywere modules, and focused on environmets where websites are mantained by people with reduced knowledge about drupal internals, so this module intended to be a seamless way to integrate twitter.

4. Twitter DB

This module downloads all tweets from a specific Twitter account and saves them in the database. The block display get the tweets from database and not directly from Twitter.
That avoid problems with Twitter rate limit that returns following message if over 150 requests is done per hour:

5. Bean: Twitter Pull

It enables you to create as many twitter pull blocks as you would like and set the configurations for each of these blocks individually.

6. Twitter bootstrap UI

This is an enhancement module for the Twitter Bootstrap theme.

7.jQuery twitter search

This module use jquery.twitter.search.js puling to create a twitter search result block, the admin can add as many block as he need and configure every block spreitly as he wants,

Requirements : This module require libraries module and jquery.twitter.search.js http://github.com/malsup/twitter/raw/master/jquery.twitter.search.js
plugin, download libraries module and enable it, create the folder sites/all/libraries/jquery_twitter_search and add jquery.twitter.search.js to the newly created folder.

8. Twitter Pull JSON

This is a small module which uses twitter_pull module to obtain data from twitter and output it as JSON.

9. Twitter username

This module provides a simple field for handling Twitter username, which can be added to content types for validating and storing a Twitter username.
There’s an option to check that the username really exists, via twitter.com.

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

10. Twitter Profile Widget

Twitter widget module adds a block to your site, where you can follow any twitter user or user list. Module loads tweets and put it into configarable block.

11. twitter_blackbird

The twitter_blackbird module allows you to create an HTML representation of actual tweets in your posts, just by pasting in a tweet URL.

12. Twitter import

This module makes it possible to import tweets from certain users or / and certain keywords into nodes. When importing keywords you have the possibility to add a list of safe users. The tweets of these users will always be published, others will be imported as not published nodes.

The tweets are imported at each cron run.

Currently I’m working on a complete rewrite of the module for Drupal 7. This is going to be the only version that’s being supported in the future. For the D6 version of the module no new features will be added. Just for the D7 version of the module. This will be in dev ASAP.

13. Twitter Queue

Twitter Queue is a module that provides users the ability to create twitter status updates (“tweets”) and post them to twitter immediately or to schedule them to be broadcast at a future time. This module will do the following on its first release:

Create a tweet content type for Drupal. Schedule tweets for delivery either immediately or for a future date and time. View a list of tweets scheduled to be broadcast to twitter.

14. Twitter Search Feeds

This module reads the Twitter feeds based on the search term provided by the site administrator and stores all these tweets as nodes. Users of the application can comment it, rate it, can do anything with these nodes.

15. Twitter Input Filter

This module provides a new input filter (reference [1]) which allows to easily create links to site user and nodes. The syntax used to create links is similar to twitter and hence the name. The string prefixed with @ symbol will create link to user. Similarly the string prefixed with # will create link to node. If the node or user being referenced is not found, a link to search page can be created optionally. This feature can be used in node body field, comments, CCK textarea field.

16. Daily Twitter

Daily Twitter provides effectively the same kind of service that LoudTwitter does, except that it is managed within your own drupal site. What this amounts to is that, every day, Daily Twitter will pull a list of Twitter posts that a user has made, pull them together in a list, and post them as a blog entry to the user’s Drupal blog.

17. Juitter – jQuery Twitter live search feeds

This module integrates Juitter jQuery plugin to Drupal.

Juitter is a jQuery plugin to put Twitter search results live on your site.

18. Social Login

This module adds Social Login on a Drupal website letting users log in through their existing IDs such as Facebook, Twitter, Google, Yahoo and over 15 more! This eliminates lengthy registration process i.e. filling up a long registration form, verifying email ID, remembering another username and password so your users are just one click away from logging in to your website. Other than social login, this plugin also provides User Profile Data and Social Analytics.

19. Media: Slideshare

Creates a Slideshare PHP Stream Wrapper for Resource and implements the various formatter and file listing hooks in the Media module.

20. Drag to Share

This module uses JQuery to add a fun and non-intrustive way of sharing the current node with social media sites: currently Twitter, Delicious, Digg, Facebook. Images become draggable and can be dropped onto logos that animate onto the screen to share the page.

21. TwitterMiner

You specify hashtags or users and, optionally, language, and the TwitterMiner module scours twitter’s API and saves the matching tweets. The module defines a new table in your Drupal database named ‘twitterminer_tweets’ and stores all of the tweets in it. The point of mining tweets is to make them accessible for long term data analysis. Twitter only makes tweets accessible for one week through their API.