Embed the above Immersive Education Twitter Widget in your own Web pages with the following code:


<script src="http://widgets.twimg.com/j/2/widget.js"></script> 
<script> new TWTR.Widget({   
version: 2,   
type: 'profile',   
rpp: 8,   
interval: 6000,   
width: 250,   
height: 285,  
theme: {     
shell: { background: '#333333', color: '#ffffff' },    
tweets: { background: '#000000', color: '#ffffff', links: '#0899fa' } },   
features: { scrollbar: true, loop: false, live: true, hashtags: false,     
timestamp: false, avatars: false, behavior: 'all' } }).render().setUser('immersive').start(); 
</script>