hi, I wonder if you can help me with this.
I have placed a Twitter feed widget in a side bar block. However, it gets cropped above and below no matter what settings I use.
The code is generated by Twitter here:
https://twitter.com/about/resources/widgets/widget_profile
And it looks like this:

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 30000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('MoreEuropeEU').start();
</script>

What do you think could be the problem?
Thanks in advance,
Aptalops

Comments

Aptalops’s picture

Bump. No-one else out there with this problem?

gtsopour’s picture

Assigned: Unassigned » gtsopour
gtsopour’s picture

Hello Aptalops,
is your Drupal installation online in order to examine your issue? It is very strange to me.

Thanks
George

Aptalops’s picture

Hello George,
I'm sorry, I only just noticed your reply. My Drupal installation is here:
www.moreeurope.org
You can see the Twitter widget in the sidebar, item no. 4.
Thanks for taking a look!
A~

Aptalops’s picture

Anyone else encounter this strange problem?

simoninman’s picture

I am also having this problem, I am using the social media plugin and it makes it almost invisible only on the corporate clean theme

Aptalops’s picture

Just in case anyone else is having this problem, I found a solution, or an alternative: use the 'Twitter profile widget' module located at: http://drupal.org/project/twitter_profile_widget
It seems to have cleared up this problem for me.
Thanks again for a wonderful theme,
A~