PDA

View Full Version : vBulletin CMS Widgets - Twitter Widget (working with private account)


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!

Shadow
07-15-2012, 05:13 PM
Nice find my friend!

Reycer
07-16-2012, 01:14 AM
This would be a Template Edit, not a Mod

safakuygur
07-16-2012, 06:28 AM
very good thanks

Luis
07-16-2012, 02:28 PM
This would be a Template Edit, not a Mod

huh??? https://vborg.vbsupport.ru/external/2012/07/32.jpg

Shadow
07-16-2012, 03:06 PM
He means you should have created this thread in this forum:

https://vborg.vbsupport.ru/forumdisplay.php?f=246

Luis
07-17-2012, 12:52 PM
He means you should have created this thread in this forum:

https://vborg.vbsupport.ru/forumdisplay.php?f=246

yes man, i think is correct because u need make template manually!
PS: guys sorry me ... remember im italian and my english is not good :( sorry!

Beckenbauer
07-21-2012, 01:54 PM
very nice!

lapiervb
07-21-2012, 01:56 PM
Would this slow the page load at all?

Luis
07-25-2012, 07:16 PM
Would this slow the page load at all?

Does not slow down nothing (thx my translator xD)

Beckenbauer
08-27-2012, 02:04 PM
The widget is often empty.
Any ideas?