- すぐそこにある希望
new twtr.widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 150,
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('venture_support').start();
- 当ブログ人気記事ランキング(2010年4月)
new twtr.widget({
version: 2,
type: 'profile',
rpp: 1,
interval: 6000,
width: 170,
height: 200,
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('kawanayousuke').start();
- ・税理士事務所IT化コンテストに参加できるようになりました!
new twtr.widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 5000,
width: 300,
height: 300,
theme: {
shell: {
background: '#282ede',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#524c52',
links: '#eb075f'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setuser('yoichiinoue').start();
- Den Fujitaの商法②
new twtr.widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 150,
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('venture_support').start();
- ブラジル敗れる
new twtr.widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 150,
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('venture_support').start();
- ・最近読んだオススメ本【時間管理・仕事術】
new twtr.widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 6000,
width: 160,
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: true,
behavior: 'all'
}
}).render().setuser('yoichiinoue').start();
|