I have added the following Twitter feed to the home page of londonquakers.org.uk
   
Unfortunately there is an irritating bug in Drupal that causes the script of this box to disappear when you try to edit the the block that defines it or even preview it while editing.
 
So if you have cause to edit the box, you must: select and copy the code below; go back to the Drupal edit page click disable rich-text (immediately below the edit box); paste the code into the edit box at the point indicated and save the page without previewing.
 
Roger W Haworth
 
 

<script type='text/javascript' charset='utf-8'
  src='http://widgets.twimg.com/j/2/widget.js'>
</script>
<script type='text/javascript'>
new TWTR.Widget({
  version: 2,
  type: 'profile', rpp: 3, interval: 30000, width: 250, height: 300,
  theme: {
    shell: {  background: '#b0c0e0', color: '#303030' },
    tweets: { background: '#ffffff', color: '#303030', links: '#4070d0' }
  },
  features: { scrollbar: true, loop: false, live: true, behavior: 'all' }
}).render().setUser('londonquakers').start();
</script>