You can also customize the look by changing the parameters under shell, tweets, and features. Ex. paulgonzaga
<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 3, interval: 6000, width: 'auto', height: 600, theme: { shell: { background: '#adadad', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#2b2b2b', links: '#0735eb' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'default' } }).render().setUser('paulgonzaga').start(); </script>
No comments:
Post a Comment