Copy Code ด้านล่าง ไปใส่ไว้ที่ หน้าเวบของท่าน

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,

  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 400,
  height: 400,
  theme: {
   shell: {
     background: '#82e8f5',
     color: '#ffffff'
   },
   tweets: {
     background: '#EDF7FA',
     color: '#000000',
     links: '#eb4407'
   }
  },
  features: {
   scrollbar: true,
   loop: false,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: true,
   behavior: 'all'
  }
}).render().setUser('catholiclive').start();
</script>