facebook

how to insert twitter serach widget?

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #329465 Reply

    883893
    Member

    Moved from Examples, HOW-TOs forum
    HELLO
    I obtained the following from Twitter website (https://twitter.com/about/resources/widgets/widget_search), then I created a button, I linked the button with RUN JAVASCRIPT action and inserted the following (which I also obtained from twitter website)

    <script charset=”utf-8″ src=”http://widgets.twimg.com/j/2/widget.js”></script&gt;
    <script>
    new TWTR.Widget({
    version: 2,
    type: ‘search’,
    search: ‘rainbow’,
    interval: 30000,
    title: ‘It\’s a double rainbow’,
    subject: ‘Across the sky’,
    width: 250,
    height: 300,
    theme: {
    shell: {
    background: ‘#8ec1da’,
    color: ‘#ffffff’
    },
    tweets: {
    background: ‘#ffffff’,
    color: ‘#444444’,
    links: ‘#1985b5’
    }
    },
    features: {
    scrollbar: false,
    loop: true,
    live: true,
    behavior: ‘default’
    }
    }).render().start();
    </script>

    but when I run it in test ctr, nothing happened when i clicked at the button, what mistake did I make?
    Pl help.

    #329481 Reply

    Hi,

    This task will be able to achieve with the new HTML widget on 2.1.1 version. Hold up until monday when the 2.1 production version will be available and you can try out the new html widget for including your own html, css, javascript into a project.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: how to insert twitter serach widget?

You must be logged in to post in the forum log in