Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="http://widgets.twimg.com/j/2/widget.js"></script>
- <script>
- new TWTR.Widget({
- version: 2,
- type: 'profile',
- rpp: 4,
- interval: 30000,
- width: 250,
- height: 300,
- theme: {
- shell: {
- background: '#bdbdbd',
- color: '#1a1a1a'
- },
- tweets: {
- background: '#525252',
- color: '#ebebeb',
- links: '#6bcbff'
- }
- },
- features: {
- scrollbar: false,
- loop: false,
- live: false,
- behavior: 'all'
- }
- }).render().setUser('nathanpc').start();
- </script>
Advertisement
Add Comment
Please, Sign In to add comment