• The twitter feed I added to my post appears twice. One in the right place (where the post usually is) and one in the top right…

    here is what i grabbed from twitter site and added to my site

    <div class=”grid_4″ >
    <h2>Latest Twitter Posts</h2>
    <script charset=”utf-8″ src=”https://widgets.twimg.com/j/2/widget.js”></script&gt;
    <script>
    new TWTR.Widget({
    version: 2,
    type: ‘profile’,
    rpp: 3,
    interval: 30000,
    width: 200,
    height: 350,
    theme: {
    shell: {
    background: ‘#ff0303’,
    color: ‘#ffffff’
    },
    tweets: {
    background: ‘#ffffff’,
    color: ‘#000000’,
    links: ‘#07aeeb’
    }
    },
    features: {
    scrollbar: false,
    loop: false,
    live: false,
    behavior: ‘all’
    }
    }).render().setUser(‘RISING_ROCK’).start();
    </script>

    </div>

  • The topic ‘Twitter feed’ is closed to new replies.