adding a twitter feed

hmmmm

New Member
Aug 13, 2012
6
0
hi i was wondering how could I possiby add a twitter feed to my hotel, it always ends up looking like this
thanks
 

Queef

Some people...
Jul 27, 2012
645
289
Insert this or something similar to this on the page you want it to be on, add </div> after.

PHP:
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 30000,
  width: 453,
  height: 163,
  theme: {
    shell: {
      background: '#4a4d4f',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#4a4d4f',
      links: '#fe6201'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('[COLOR=#ff0000]YOURTWITTERUSERNAME[/COLOR]').start();
</script>

You can create your own widgets with custom colors and it will give you the code for it, just google it
 

Users who are viewing this thread

Top