web/client.php
changeset 184 90f11975c5ee
parent 182 ba9eab65d853
child 194 a3d652c83281
equal deleted inserted replaced
182:ba9eab65d853 184:90f11975c5ee
   352 			<script>
   352 			<script>
   353 				new TWTR.Widget({
   353 				new TWTR.Widget({
   354 				  version: 2,
   354 				  version: 2,
   355 				  type: 'search',
   355 				  type: 'search',
   356 				  search: '<?php echo($C_hashtag); ?>',
   356 				  search: '<?php echo($C_hashtag); ?>',
   357 				  interval: 1000,
   357 				  interval: 3000,
   358 				  title: '',
   358 				  title: '',
   359 				  subject: '',
   359 				  subject: '',
   360 				  width: 377,
   360 				  width: 377,
   361 				  height: 450,
   361 				  height: 450,
   362 				  theme: {
   362 				  theme: {
   369 					  color: '#444444',
   369 					  color: '#444444',
   370 					  links: '#1985b5'
   370 					  links: '#1985b5'
   371 					}
   371 					}
   372 				  },
   372 				  },
   373 				  features: {
   373 				  features: {
   374 					scrollbar: false,
   374 					scrollbar: true,
   375 					loop: true,
   375 					loop: false,
   376 					live: true,
   376 					live: true,
   377 					hashtags: true,
   377 					hashtags: true,
   378 					timestamp: true,
   378 					timestamp: true,
   379 					avatars: true,
   379 					avatars: true,
   380 					toptweets: true,
   380 					toptweets: true,
   381 					behavior: 'default'
   381 					behavior: 'all'
   382 				  }
   382 				  }
   383 				}).render().start();
   383 				}).render().start();
   384 			</script>
   384 			</script>
   385 	  </div>
   385 	  </div>
   386 
   386