I'm trying to embed a Twitter widget into my application using the
JavaScript code that Twitter defines for this situation, and am not
having much success. The only way I can get things to work is to put
this JavaScript code outside of the application in the HTML file.
There, it works great but is unfortunately out of place since I'd like
it to live inside of one of my panels.

Things currently look like this:

<body>
  <div class="twitterWidget" id="myTwitterWidget">
     .. bunch of stuff here
  <iframe src= ..... [this is my application]


What I'd like to do is to move the <div> into a panel using code. I
understand that things like this can be done with the DOM, but I can't
understand how. Does anyone have a good example?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to