How to ? for Twitter Search In Sidebar

Discussion in 'Water Cooler' started by RockinRobbins, Nov 9, 2009.

  1. RockinRobbins

    RockinRobbins Adept

    Joined:
    Aug 12, 2009
    Messages:
    202
    Likes Received:
    24
    First Name:
    Renee
    Howdy!

    So I've installed the Sidebar mod and I have my Twitter search code, but now I'm at a loss. Since I'm not tech savy is there anyone that would be willing to walk me through adding the Twitter search code to my forum? :confused:

    Thanks!
    RR
     
  2. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    I'm not familiar with the "Twitter search code". What is it? Can you post it here?

    Moved to WebmasterAddict.
     
  3. RockinRobbins

    RockinRobbins Adept

    Joined:
    Aug 12, 2009
    Messages:
    202
    Likes Received:
    24
    First Name:
    Renee
    Here's the code that I have for my menopause forum. It will contantly quiery Twitter to pull all tweets that include the word "menopause."

    <div id="twtr-search-widget"></div>
    <script src="http://widgets.twimg.com/j/1/widget.js"></script>
    <link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
    <script>
    new TWTR.Widget({
    search: 'menopause',
    id: 'twtr-search-widget',
    loop: true,
    title: 'What\'s being said about...',
    subject: 'Menopause',
    width: 250,
    height: 300,
    theme: {
    shell: {
    background: '#f0b18d',
    color: '#ffffff'
    },
    tweets: {
    background: '#ffffff',
    color: '#444444',
    links: '#1985b5'
    }
    }
    }).render().start();
    </script>

    I need to get this into my sidebar but have no idea how. :)

    Thanks!!
    RR
     
  4. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    Can't you just add the code to the sidebar? How do you normally add things to the sidebar - via a template edit, or...?
     
  5. RockinRobbins

    RockinRobbins Adept

    Joined:
    Aug 12, 2009
    Messages:
    202
    Likes Received:
    24
    First Name:
    Renee
    I have the sidebar hack installed so I just limit myself to what the hack allows me to do. I have never added any raw code to the site. I don't even know how to do that. :o

    Thanks Nick!
     

Share This Page