hi i am trying to show latest tweets of my follwers in my site but i can't able to show, In the test setting its worked but i copied that code into my html page its doen't work,
my site in under developing only.
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 30000,
title: '',
subject: 'Latest Tweets',
width: 'auto',
height: 185,
theme: {
shell: {
background: '#4d9ac7',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#4d9ac7'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('Worldslaw','follw').start();

Are you using some sort of widget, if so it helps to mention that here so people can give a more constructive answers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.