Luis
07-14-2012, 10:00 PM
hi guys!
this is my twitter widget hope you like
PS: sorry for my bad english but im italian :erm:
Installation:
1. create new widget called "Twitter" and select static HTML
https://vborg.vbsupport.ru/external/2012/07/36.jpg
2. now go on "configure" and put in this code
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 30000,
width: 300,
height: 300,
theme: {
shell: {
background: '#4092db',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#19508a',
links: '#0066ff'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('put here your twitter name').start();
</script>
PS: put your twitter name in the last line
https://vborg.vbsupport.ru/external/2012/07/37.jpg
3. now you are done and can seen on you cms your twitter widget!
https://vborg.vbsupport.ru/external/2012/07/38.jpg
PSS: im not a coder i have find this on the web via firebug and i have make my personal widget ... share for all because on vb.org i have find only twitter widget working with public profile!
this is my twitter widget hope you like
PS: sorry for my bad english but im italian :erm:
Installation:
1. create new widget called "Twitter" and select static HTML
https://vborg.vbsupport.ru/external/2012/07/36.jpg
2. now go on "configure" and put in this code
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 30000,
width: 300,
height: 300,
theme: {
shell: {
background: '#4092db',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#19508a',
links: '#0066ff'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('put here your twitter name').start();
</script>
PS: put your twitter name in the last line
https://vborg.vbsupport.ru/external/2012/07/37.jpg
3. now you are done and can seen on you cms your twitter widget!
https://vborg.vbsupport.ru/external/2012/07/38.jpg
PSS: im not a coder i have find this on the web via firebug and i have make my personal widget ... share for all because on vb.org i have find only twitter widget working with public profile!