You need to sign in to do that
Don't have an account?

very urgent issue.
Hi,
How can we use this code in visualforce page
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 30,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('Venkatareddymv').start();
</script>
Can you explain what you are trying to do here.
Its hard to understand from this....
I am not able to actualy understand your requirement. However just paste your code inside <apex:page> tag. It will execute the Javascript.
This works
HI
Thanks for your reply.
Actually what i am trying to do is :