<div id="jTweetsAnywhereSample_a"></div>
<div id="jTweetsAnywhereSample_b"></div>
<div id="jTweetsAnywhereSample_c"></div>
<div id="jTweetsAnywhereSample_d"></div>
<script type="text/javascript">
$('#jTweetsAnywhereSample_a').jTweetsAnywhere({ showConnectButton: { size: 'small' }});
$('#jTweetsAnywhereSample_b').jTweetsAnywhere({ showConnectButton: { size: 'medium' }});
$('#jTweetsAnywhereSample_c').jTweetsAnywhere({ showConnectButton: { size: 'large' }});
$('#jTweetsAnywhereSample_d').jTweetsAnywhere({ showConnectButton: { size: 'xlarge' }});
</script>
Here's the code to create the Connect Buttons. Please be patient, this may take some time.