Sign in or 

|
Pokebub0825 |
Twitter widget
Oct 27 2009, 5:35 AM EDT
Are we using a JavaScript application. I found a cool one: http://twitter.com/goodies/widget_profile Here's the code for above: <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, height: 300, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('pfswiki').start(); </script> Do you find this valuable? |
|
yy10 |
|
|
walrusworldstudios |
2. RE: Twitter widget
Oct 28 2009, 4:49 PM EDT
That is a good one. I will take the code and make it IFRAME!
Do you find this valuable?
|
|
yy10 |
3. RE: Twitter widget
Oct 28 2009, 9:27 PM EDT
Umm...what's the difference with adding this widget and a twitter site?
Do you find this valuable?
|