ok this is final hahaha…
This commit is contained in:
parent
3c5b7a5de3
commit
c3eef6eaa6
|
@ -0,0 +1,32 @@
|
||||||
|
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
|
||||||
|
<div id="twitter">
|
||||||
|
<script>
|
||||||
|
new TWTR.Widget({
|
||||||
|
version: 2,
|
||||||
|
type: 'search',
|
||||||
|
search: 'rainbow',
|
||||||
|
interval: 30000,
|
||||||
|
title: 'It\'s a double rainbow',
|
||||||
|
subject: 'Across the sky',
|
||||||
|
width: 250,
|
||||||
|
height: 300,
|
||||||
|
theme: {
|
||||||
|
shell: {
|
||||||
|
background: '#8ec1da',
|
||||||
|
color: '#ffffff'
|
||||||
|
},
|
||||||
|
tweets: {
|
||||||
|
background: '#ffffff',
|
||||||
|
color: '#444444',
|
||||||
|
links: '#1985b5'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
features: {
|
||||||
|
scrollbar: false,
|
||||||
|
loop: true,
|
||||||
|
live: true,
|
||||||
|
behavior: 'default'
|
||||||
|
}
|
||||||
|
}).render().start();
|
||||||
|
</script>
|
||||||
|
</div>
|
|
@ -0,0 +1,32 @@
|
||||||
|
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
|
||||||
|
<div id="twitter">
|
||||||
|
<script>
|
||||||
|
new TWTR.Widget({
|
||||||
|
version: 2,
|
||||||
|
type: 'search',
|
||||||
|
search: 'rainbow',
|
||||||
|
interval: 30000,
|
||||||
|
title: 'It\'s a double rainbow',
|
||||||
|
subject: 'Across the sky',
|
||||||
|
width: 250,
|
||||||
|
height: 300,
|
||||||
|
theme: {
|
||||||
|
shell: {
|
||||||
|
background: '#8ec1da',
|
||||||
|
color: '#ffffff'
|
||||||
|
},
|
||||||
|
tweets: {
|
||||||
|
background: '#ffffff',
|
||||||
|
color: '#444444',
|
||||||
|
links: '#1985b5'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
features: {
|
||||||
|
scrollbar: false,
|
||||||
|
loop: true,
|
||||||
|
live: true,
|
||||||
|
behavior: 'default'
|
||||||
|
}
|
||||||
|
}).render().start();
|
||||||
|
</script>
|
||||||
|
</div>
|
Reference in New Issue