TWITTER WIDGET HELP NEEDED PLS!

  • Unknown's avatar

    Hello All!!

    Hoping someone can help me out here! I’m trying to add a twitter widget to my site, but I dont like the appearance of the widget that is available. On the twitter site, they give you an option of customizing a ‘profile widget’ for your website. Once you customize the settings you are supposed to cut and paste the code into an HTML website.

    For some reason when i copied and pasted the code into the text area of a ‘TEXT WIDGET’ it did not work. I’m a newbie and not really great with the techinical aspects of computers, and cannot figure this one out. I[ve included the code below. Is there anything I can do about this? I really really want the tweets to show up in the text box adn not how it curently looks right now. thanks for your help!!

    <script src=”http://widgets.twimg.com/j/2/widget.js”></script>
    <script>
    new TWTR.Widget({
    version: 2,
    type: ‘profile’,
    rpp: 4,
    interval: 6000,
    width: 250,
    height: 300,
    theme: {
    shell: {
    background: ‘#333333’,
    color: ‘#ffffff
    },
    tweets: {
    background: ‘#000000’,
    color: ‘#ffffff’,
    links: ‘#4aed05’
    }
    },
    features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: ‘all’
    }
    }).render().setUser(‘ChillaDaGorilla’).start();
    </script>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    script code is not allowed on WordPress.COM for security reasons:

    Add Code to Your Site

  • Unknown's avatar
  • The topic ‘TWITTER WIDGET HELP NEEDED PLS!’ is closed to new replies.