Tweets block always displays 3 tweets, regardless of count value in block configuration.
Buggy behavior when block is assigned to a region before being configured.

On a clean install, minimal profile.
Drupal Core: 7.17
Enabled modules: Block & Tweets 7.x-1.4
Enabled theme: Bartik 7.17

To reproduce:
1. Enable the Tweets module
2. Go to /admin/structure/block
3. Assign the Tweets block to a region
4. Click save (Triggers "Notice: Undefined variable: items in tweets_block_content() (line 106 of .../modules/tweets/tweets.module").
5. Click the configure link for the tweets block and apply settings. The tweets are not displayed and changing the settings does not seem to help.

If I follow these steps when configuring the module for the first time, then it works as expected.
1. Enable the Tweets module
2. Go to blocks
3. Click the configure link of the tweets block (Leaving the block disabled/in no region)
4. Apply the settings to the tweet block, either assigning the region in the configure form, or leaving the block disabled.

Comments

opdavies’s picture

Status: Active » Postponed (maintainer needs more info)

I've got Tweets 7.x-1.4 installed, and it's limited to 1 tweet, which is what is showing within my block.

What number of tweets are you trying to set it to? Does the Twitter account have this many tweets, as the specified number will always be the maximum value.

opdavies’s picture

Status: Postponed (maintainer needs more info) » Fixed

I believe that I've fixed these issues in the 7.x-1.6 release. I've followed your steps as described and the module appears to be working successfully. Please can you also try and confirm here.

The other thing to keep in mind is that this module uses the Twitter Search API to get the data for the tweets - essentially using a URL like https://twitter.com/search?q=from%3Adrupal. The number of tweets will always be limited to the number of results that are returned from the Search API and the number of tweets setting that is within the module is described as a maximum number of tweets to display. There may be a better alternative method since Twitter's API changes. I'll review this for a future release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ooooooooooooooooooo’s picture

Version: 7.x-1.4 » 7.x-1.6
Status: Closed (fixed) » Active
ooooooooooooooooooo’s picture

Issue summary: View changes

Clarified issue with steps to reproduce.

opdavies’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This module is no longer supported.