<div class="section">
<div class="secondaryContent" id="twitter" style="padding-bottom: 10px;">
<h3>Twitter Feed</h3>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
interval: 6000,
width: 'auto',
height: {$option.height},
theme: {
shell: {
background: '@pageBackground',
color: '@pageBackground'
},
tweets: {
background: '@contentBackground',
color: '@mutedTextColor',
links: '@primaryMedium'
}
},
features: {
scrollbar: {$option.scroll},
hashtags: {$option.hashtags},
timestamp: {$option.timestamps},
avatars: {$option.avatars},
toptweets: {$option.toptweets},
live: true,
loop: false,
behavior: 'all'
}
}).render().setUser('{$option.search}').start();
</script>
</div>
</div>