dmahurin
07-29-2012, 09:21 PM
I tried to get a twitter feed to scroll training camp tweets to go in the OP of the thread. The feed seems to be working in IE for me but in chrome only half of the tweet shows up. I'll post the feed here and then the code in the first post. If anyone knows anything about HTML and wants to help get this working properly, all my reps belong to you.
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: '@bobfescoe OR @thefilmroom OR @jacobs71',
interval: 30000,
title: 'Chiefs',
subject: 'Training Camp',
width: 400,
height: 350,
theme: {
shell: {
background: '#ed0e0e',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
behavior: 'default'
}
}).render().start();
</script>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: '@bobfescoe OR @thefilmroom OR @jacobs71',
interval: 30000,
title: 'Chiefs',
subject: 'Training Camp',
width: 400,
height: 350,
theme: {
shell: {
background: '#ed0e0e',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
behavior: 'default'
}
}).render().start();
</script>