Closed (fixed)
Project:
Twitter Block
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 13:41 UTC
Updated:
4 May 2012 at 01:35 UTC
So far, the block is only showing some Google tweets. It did not show different tweets when I entered a search term & selected 'Tweets mentioning...' and it did not show any of my tweets when I put in my username and selected 'Tweets sent from...'
It seems to be responding to my limit of 2 tweets - BUT it's showing them 2x for a total of 4 tweets.
You can see in the footer at http://eh.echoleaf.com/
Comments
Comment #1
ZenDoodles commented@arphaus I don't understand what you mean by google tweets? It looks like you are getting the last 2 tweets from the user @google. Since if you searched for @google as a search string you'd undoubtably get tweets addressed to @google, I think the results are what we would expect to see for "Tweets sent from..." If you aren't sure about the results you're getting, consider using https://twitter.com/#!/search-home to confirm. Also, see the debug mode in the -dev version for more info.
Regarding the issue with displaying tweets 2x. It looks like you've overridden the default theming. You are probably inadvertently printing the content of the block twice. If you switch to the Bartik theme, I'll wager it will fix the issue with duplicate tweets.
Comment #2
Bricks and Clicks MarketingI didn't enter @google for anything - that's what's appearing no matter what I've tried. That's why I thought that was default content :)
I'm not buying the 2x theming issue - why isn't my News view showing 2x?
Comment #3
ZenDoodles commentedYou have not done anything I suggested...
>> I didn't enter @google for anything - that's what's appearing no matter what I've tried.
The default search is for Drupal. You can consult grep (I did), the string 'google' does not occur in the twitter_block code at all. Have you cleared your cache?
>> I'm not buying the 2x theming issue - why isn't my News view showing 2x?
You don't have to buy anything. The code is free! The news view probably works because you didn't break it when you added "we shared" to tweets.
Seriously tho, the block on your site has bits our default doesn't, so I know your theme is overriding. You can probably grep 'we shared' to find out where . Also, If you tried switching to Bartik as I suggested, you'd see the tweets are not duplicated. This does not mean you can't use twitter block with your theme, it just demonstrates your theme is what needs fixing, not my module.
Comment #4
Bricks and Clicks MarketingYou're right - my bad. Sorry for being a pest :)
Comment #5
devin carlson commentedI haven't been able to duplicate this and, as ZenDoodles mentioned, it seems like this is a theme issue.
Marking this as fixed.