Вопрос по Widget Profile. Твитер
Widget беру от сюда.
Код который я редактирую и не могу понять какой параметр надо добавить что бы отображалась вся лента новостей.
Код:
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 3000,
width: 190,
height: 300,
theme: {
shell: {
background: '#aaaaaa',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
timestamp: true,
behavior: 'all'
}
}).render().setUser('Profile_name').start();
version: 2,
type: 'profile',
rpp: 6,
interval: 3000,
width: 190,
height: 300,
theme: {
shell: {
background: '#aaaaaa',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
timestamp: true,
behavior: 'all'
}
}).render().setUser('Profile_name').start();