Kamis, 02 Februari 2012

Cara memasang widget twitter

Okey langsung saja kita coba widget yag satu ini













Ada 2 script yang akan kita coba:

  1.  Type Button :


<a href="http://twitter.com/nurwidaku" class="twitter-follow-button">Follow @nurwidaku</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>

++++++++++++++++++++++++++++++++++++++++

  2.  Type Live streaming post: 

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 'auto',
  height: 600,
  theme: {
    shell: {
      background: '#ad3c13',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#e69c09'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('nurwidaku').start();
</script>

Cara pasang :

  • Buka login blogger
  • Klik Rancangan
  • pilih tambah gadget
  • klik HTML/java script
  • masukkan kode nomor 1 atau dua ( sesuai selera anda )
  • edit akun yang berwarna merah sesuai akun twitter anda
  • save
  • selesai

newer post older post home