twitter widget

  • src=”http://widgets.twimg.com/j/2/widget.js”></script>
    <script>
    new TWTR.Widget({
    version: 2,
    type: ‘search’,
    search: ‘word press’,
    interval: 6000,
    title: ‘Excitement is in the air…’,
    subject: ‘OMG!’,
    width: ‘auto’,
    height: 300,
    theme: {
    shell: {
    background: ‘#8ec1da’,
    color: ‘#ffffff
    },
    tweets: {
    background: ‘#ffffff’,
    color: ‘#444444’,
    links: ‘#1985b5’
    }
    },
    features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: ‘default’
    }
    }).render().start();
    </script>

  • The topic ‘twitter widget’ is closed to new replies.